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

22 commits

Author SHA1 Message Date
Stefan Lankes
d785b1b89c initialize APIC after the intialization of IDT & GDT
- fix problems with Qemu
2017-08-04 10:07:07 +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
437f445ed8 fix typos, fix meaing of PAGE_CEIL and PAGE_FLOOR 2017-07-15 16:24:08 +02:00
Stefan Lankes
354d77a6bd add pseudo handler for debugging 2017-06-15 13:11:20 +02:00
Stefan Lankes
90083dcb00 reuse irq 121 to wakeup a core 2017-06-15 12:57:58 +02:00
Stefan Lankes
15153db395 mov wakeup_core to task.c 2017-06-14 23:29:59 +02:00
Stefan Lankes
a9b41369c1 use interrupt 83 (instead of 82) to wakeup a core
- interrupt 82 is already used to realize signals
2017-06-10 14:33:44 +02:00
Stefan Lankes
fea0f31018 avoid busy waiting if the cpu feature mwait is missing 2017-06-07 21:54:28 +02:00
Stefan Lankes
4a775ea129 revise debug messages 2017-05-27 21:19:12 +02:00
Stefan Lankes
4d8723644e remove LINT0 support 2017-05-25 10:13:27 +02:00
Stefan Lankes
7e10157438 remove typo 2017-05-24 23:57:39 +02:00
Stefan Lankes
81e710a1ba add more debug messages 2017-05-24 23:47:05 +02:00
Stefan Lankes
f498bf2377 increase the readability 2017-04-23 17:13:27 +02:00
Stefan Lankes
57ad4c5af3 reduce the number of debug messages 2017-04-21 19:48:05 +02:00
Daniel Krebs
30021d5291 cmake: initial support for CMake build system 2017-04-03 18:14:56 +02:00
Stefan Lankes
12733c506d disable ebda search (not longer supported) 2017-04-03 09:13:30 +02:00
Stefan Lankes
473cdb76d6 move architecture dependent functions to the subdirectory arch 2017-03-09 07:35:59 +01:00
Stefan Lankes
8aba7cb075 trust uhyve's number of possible cores 2017-02-25 17:17:35 +01:00
Stefan Lankes
f3ddda3b70 remove unneeded whitespace 2017-02-18 11:08:07 +01:00
Stefan Lankes
dfd4272d59 reodering of the directory structure 2016-12-03 00:43:49 +01:00
Renamed from hermit/arch/x86/kernel/apic.c (Browse further)