Luna/kernel/src
2022-09-06 13:49:17 +02:00
..
acpi Fix FindTable method to work properly with RSDT instead of XSDT 2022-09-06 11:46:47 +02:00
cpu Ready. Set. Go! 2022-09-05 16:13:51 +02:00
gdt Ready. Set. Go! 2022-09-05 16:13:51 +02:00
init Finish VMM 2022-09-06 13:49:17 +02:00
interrupts Move declaration of IDTR to header 2022-09-06 11:44:37 +02:00
io Ready. Set. Go! 2022-09-05 16:13:51 +02:00
log Ready. Set. Go! 2022-09-05 16:13:51 +02:00
memory Finish VMM 2022-09-06 13:49:17 +02:00
panic Make hang() noreturn 2022-09-06 12:12:55 +02:00
power Add a minimal shutdown method, that only works on emulators (at least for now) 2022-09-06 12:13:43 +02:00
render Ready. Set. Go! 2022-09-05 16:13:51 +02:00
scheduling Ready. Set. Go! 2022-09-05 16:13:51 +02:00
std Finally implement %l and %z format modifiers 2022-09-05 16:59:45 +02:00
assert.cpp Ready. Set. Go! 2022-09-05 16:13:51 +02:00
debug.cpp Ready. Set. Go! 2022-09-05 16:13:51 +02:00
main.cpp Add a RangeAllocator which serves as a physical memory allocator 2022-09-06 13:21:54 +02:00