Luna/kernel/include
apio 3891d0c52e Rename KernelMemoryManager to MemoryManager
Kind of a more catchy name, isn't it?
2022-09-24 21:45:13 +02:00
..
acpi We are not using C 2022-09-18 09:43:29 +02:00
cpu LOTS MORE LOGGING. which is great, of course. 2022-09-07 19:41:08 +02:00
fs/ext2 Ready. Set. Go! 2022-09-05 16:13:51 +02:00
gdt Ready. Set. Go! 2022-09-05 16:13:51 +02:00
init Some more userland and font failing 2022-09-23 16:41:43 +02:00
interrupts Some more userland and font failing 2022-09-23 16:41:43 +02:00
io Add a Device class to PCI and a PCITypes file for string names for PCI device types 2022-09-23 18:01:07 +02:00
log Add the ability to toggle loglevels in KernelLog 2022-09-15 18:42:38 +02:00
memory Rename KernelMemoryManager to MemoryManager 2022-09-24 21:45:13 +02:00
misc Add an MSR utility struct 2022-09-24 20:48:27 +02:00
rand Randomness and stack protection!! 2022-09-14 18:54:40 +02:00
render Remove unused drawing files 2022-09-10 18:44:14 +02:00
std Make strstr take a const char* as a needle instead of a char* 2022-09-15 18:42:18 +02:00
thread Some more userland and font failing 2022-09-23 16:41:43 +02:00
trace Remove ds from context, no need for it in x86_64, use ss instead 2022-09-21 21:03:24 +02:00
assert.h Make ASSERT, PANIC and TODO show a backtrace and scheduler tid if initialized 2022-09-21 20:56:40 +02:00
bootboot.h Ready. Set. Go! 2022-09-05 16:13:51 +02:00
config.h Add a moon_version function that returns the full version string 2022-09-20 16:34:24 +02:00
font.h Some more userland and font failing 2022-09-23 16:41:43 +02:00