1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-16 00:00:06 +01:00
Commit graph

1521 commits

Author SHA1 Message Date
Stefan Lankes
37df4f3d05 Merge branch 'devel' into path2rs 2017-08-20 10:55:18 +02:00
Stefan Lankes
3b8e6791ee create valid pseudo interrupt to set cs 2017-08-20 10:51:52 +02:00
Stefan Lankes
b0952e06be print registers after kvm shutdown 2017-08-20 10:43:10 +02:00
Stefan Lankes
e38722c7f4 remove 32bit code 2017-08-20 10:36:49 +02:00
Stefan Lankes
b163fa4521 reload the segment descriptors after loading GDT 2017-08-20 10:19:25 +02:00
Stefan Lankes
fb18d57f56 Merge remote-tracking branch 'origin/devel' into path2rs 2017-08-19 20:42:17 +02:00
Stefan Lankes
dfa27cb3c1 set selectors to kernel data segment 2017-08-19 19:36:51 +02:00
Stefan Lankes
128bb38cd6 build rust runtime before building HermitCore 2017-08-19 01:41:58 +02:00
Stefan Lankes
d2cded0e9e update rust runtime 2017-08-19 01:41:32 +02:00
Stefan Lankes
d5d649d353 increasing the readability 2017-08-19 01:13:14 +02:00
Stefan Lankes
07eafc9a08 fix limit for the TSS 2017-08-18 19:09:15 +02:00
Stefan Lankes
33e918542e use inline function to test processor features 2017-08-18 01:02:42 +02:00
Stefan Lankes
40bbe61145 increase the readability 2017-08-18 01:01:42 +02:00
Stefan Lankes
4c69558de2 Merge branch 'devel' into path2rs 2017-08-07 23:36:08 +02:00
Stefan Lankes
d9e3df33ba deploy only master branch, compiled with the gcc 2017-08-07 21:51:55 +02:00
Stefan Lankes
576e4867a3 avoid the usage of sse & avx 2017-08-07 20:57:28 +02:00
Stefan Lankes
354ef2c003 remove debug message 2017-08-07 20:35:50 +02:00
Stefan Lankes
f33db1d51c fix typo 2017-08-07 19:43:43 +02:00
Stefan Lankes
597ccb13ac disable builtin functions 2017-08-07 19:39:22 +02:00
Stefan Lankes
fa8bc21852 remove obsolete return type 2017-08-07 13:58:43 +02:00
Stefan Lankes
8ed4489430 add debug message 2017-08-07 13:24:17 +02:00
Stefan Lankes
f40f9ed51e call directly the GNU linker 2017-08-07 12:14:08 +02:00
Stefan Lankes
8ec698a731 remove obsolete static array 2017-08-07 09:48:57 +02:00
Stefan Lankes
b9aad1757b remove compiler warnings 2017-08-07 09:33:28 +02:00
Stefan Lankes
a5c5f28a6e fix typo 2017-08-07 09:29:44 +02:00
Stefan Lankes
a6db410278 add check for -fstrength-reduce & -finline-functions 2017-08-07 09:26:13 +02:00
Stefan Lankes
e2bcdaf7db remove compiler flags, which aren't supported by clang 2017-08-07 09:17:21 +02:00
Stefan Lankes
c059dfde83 test also clang support 2017-08-07 08:13:02 +02:00
Stefan Lankes
68a74edda1 use always compiler flags, which are supported by gcc & clang 2017-08-07 08:11:56 +02:00
Stefan Lankes
86eed574d4 disable temporary SMP tests because its currently not supported 2017-08-07 07:55:24 +02:00
Stefan Lankes
ac924443de add check if cpuid 0x80000000 & 0x80000001 is available 2017-08-06 23:56:14 +02:00
Stefan Lankes
d406066fc9 replace C by Rust code to intialize the GDT 2017-08-06 23:23:19 +02:00
Stefan Lankes
e588263a66 add tests with 2 CPUs 2017-08-06 23:23:12 +02:00
Stefan Lankes
bd3113be0b initialize APIC after the intialization of IDT & GDT
- fix problems with Qemu
2017-08-06 23:23:12 +02:00
Stefan Lankes
69c7a2f9ab enable LWIP_CORE_LOCKING_INPUT 2017-08-06 23:23:12 +02:00
Stefan Lankes
b51cf8fddf add option to enable e1000 driver 2017-08-06 23:23:12 +02:00
Stefan Lankes
1170016948 in a multikernel environment we should'nt wait for HermitCore 2017-08-06 23:23:12 +02:00
Stefan Lankes
cfa8e6a17b reduce kernel stack size to 8 kib 2017-08-06 23:23:12 +02:00
Stefan Lankes
1603f9e0e2 remove obsolete global variable "kernel_stack" 2017-08-06 23:23:12 +02:00
Stefan Lankes
438587b3ac increase kernel stack size 2017-08-06 23:23:11 +02:00
Stefan Lankes
f06de2044b use unsigned operation instead of signed 2017-08-06 23:23:11 +02:00
Stefan Lankes
029256c2ef add option to disable mwait support 2017-08-06 23:23:11 +02:00
Stefan Lankes
12306ee73b add address of the CMCI register 2017-08-06 23:23:11 +02:00
Stefan Lankes
079da6afc3 remove mwait support to avoid priority inversion 2017-08-06 23:23:11 +02:00
Stefan Lankes
1fafc12d76 increasing the readability 2017-08-06 23:23:11 +02:00
Stefan Lankes
247db351bf add info message if MCE is available 2017-08-06 23:23:10 +02:00
Stefan Lankes
9fe61a30db enable support of machine check handling 2017-08-06 23:23:10 +02:00
Stefan Lankes
a992690237 determine the current LVT level before checking the level 2017-08-06 23:23:10 +02:00
Stefan Lankes
5edcde3cd4 check supportet LVT level before disabling LVT_TSR & LVT_PMV 2017-08-06 23:23:10 +02:00
Stefan Lankes
4dd809f0dc remove typo (disable timer instead of thermal interrupt) 2017-08-06 23:23:10 +02:00