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

1489 commits

Author SHA1 Message Date
Stefan Lankes
b04df867ae set path to cargo 2017-08-24 23:44:01 +02:00
Stefan Lankes
c8f8b2acd2 add install packet g++-multilib to remove clang issues 2017-08-24 23:35:54 +02:00
Stefan Lankes
75229c06e1 Merge branch 'devel' into proxy_rs 2017-08-24 23:24:14 +02:00
Stefan Lankes
68d4ec1f0e before building project, install on TravisCI Rust toolchain 2017-08-24 23:21:55 +02:00
Stefan Lankes
df739db9fe move proxy -- rust version -- to the dirctory proxy
- ignore C version and build only Rust-based proxy
2017-08-24 23:18:48 +02:00
Stefan Lankes
3b8e6791ee create valid pseudo interrupt to set cs 2017-08-20 10:51:52 +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
dfa27cb3c1 set selectors to kernel data segment 2017-08-19 19:36:51 +02:00
Stefan Lankes
07eafc9a08 fix limit for the TSS 2017-08-18 19:09:15 +02:00
bytesnake
966199b8c5 Assign a different tcp port to each qemu isle 2017-08-13 20:56:11 +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
8016a757a9 increase version number 2017-08-04 10:35:16 +02:00
Stefan Lankes
241fa2bfdc add tests with 2 CPUs 2017-08-04 10:12:52 +02:00
Stefan Lankes
d785b1b89c initialize APIC after the intialization of IDT & GDT
- fix problems with Qemu
2017-08-04 10:07:07 +02:00
bytesnake
cb20bd1f5c Improved the connect command, fixed some bugs. 2017-08-04 00:04:21 +02:00
Stefan Lankes
ba72913143 enable LWIP_CORE_LOCKING_INPUT 2017-08-03 22:47:08 +02:00
Stefan Lankes
7f6bdd72b1 add option to enable e1000 driver 2017-08-03 22:30:30 +02:00
bytesnake
e2e625d847 Merge branch 'devel' of https://github.com/RWTH-OS/HermitCore into devel 2017-08-03 20:48:35 +02:00
Stefan Lankes
4c8c6b00c4 in a multikernel environment we should'nt wait for HermitCore 2017-08-03 19:33:50 +02:00
Stefan Lankes
3d570f744c reduce kernel stack size to 8 kib 2017-08-03 19:30:34 +02:00
Stefan Lankes
abeae7ac0b remove obsolete global variable "kernel_stack" 2017-08-03 15:18:43 +02:00
Stefan Lankes
901caa81c0 increase kernel stack size 2017-08-03 13:54:20 +02:00
Stefan Lankes
df256cc6c1 use unsigned operation instead of signed 2017-08-03 13:50:44 +02:00
Stefan Lankes
080c16088e add option to disable mwait support 2017-08-03 11:52:52 +02:00
Stefan Lankes
3316bb74aa add address of the CMCI register 2017-08-03 07:49:35 +02:00
Stefan Lankes
3e7bf2ec86 remove mwait support to avoid priority inversion 2017-08-03 07:48:39 +02:00
Stefan Lankes
3cc3cb0a29 increasing the readability 2017-08-03 00:43:01 +02:00
Stefan Lankes
cd6ebf5d8f add info message if MCE is available 2017-08-03 00:21:23 +02:00
Stefan Lankes
8b89b18a96 enable support of machine check handling 2017-08-03 00:07:20 +02:00
Stefan Lankes
c3080e0d75 determine the current LVT level before checking the level 2017-07-31 01:23:13 +02:00
Stefan Lankes
beb86f75a9 check supportet LVT level before disabling LVT_TSR & LVT_PMV 2017-07-31 01:15:25 +02:00
Stefan Lankes
63a19ececb remove typo (disable timer instead of thermal interrupt) 2017-07-31 01:05:45 +02:00
Stefan Lankes
02944a071d update version number 2017-07-29 02:18:56 +02:00
Stefan Lankes
640604abb5 check also in a multikernel env. if HermitCore is sucessfully booted 2017-07-28 13:33:49 +02:00
Stefan Lankes
f8b1d0050a increasing the readability 2017-07-28 13:33:30 +02:00