Luna/kernel/src
2022-11-05 12:09:01 +01:00
..
acpi Cast %p usage to void* 2022-10-08 18:27:05 +02:00
cpu Kernel: Add UBSAN (Undefined Behaviour Sanitizer) 2022-11-05 10:47:18 +01:00
fs Kernel: Refuse to mkdir any directory named . or .. 2022-11-05 12:09:01 +01:00
gdt Kernel: Rename ASSERT() to ensure() 2022-11-02 19:38:15 +01:00
init Kernel: Split number-parsing code into a separate file 2022-11-05 10:50:58 +01:00
interrupts Kernel: Move the translated keyboard to /dev/console and make /dev/kbd provide raw scancodes 2022-11-02 19:51:54 +01:00
io I'm so dumb 2022-10-06 18:04:32 +02:00
log Kernel: Show current_task's name in the log 2022-10-18 18:41:17 +02:00
memory Kernel: Omit displaying KernelHeap's buffer location in the log 2022-11-05 11:59:00 +01:00
misc Kernel: Add UBSAN (Undefined Behaviour Sanitizer) 2022-11-05 10:47:18 +01:00
panic Kernel: Add support for the NX bit 2022-11-02 18:34:57 +01:00
rand Kernel: Rename ASSERT() to ensure() 2022-11-02 19:38:15 +01:00
render Kernel: Implement very basic escape sequences for TextRenderer 2022-10-30 18:34:40 +01:00
std Kernel, libc: Fix a big bug in printf() 2022-10-30 09:53:23 +01:00
sys Kernel: Improve strdup_from_user and add copy to and from user 2022-11-05 11:54:55 +01:00
thread Kernel: Show init's exit status before restarting 2022-11-05 11:56:16 +01:00
trace compilation fix 2022-10-28 21:02:23 +02:00
utils Kernel: Split number-parsing code into a separate file 2022-11-05 10:50:58 +01:00
main.asm Utilities: Start moving utilities into specific headers in a utils/ subdirectory 2022-10-14 17:31:47 +02:00
main.cpp Kernel: Rename ASSERT() to ensure() 2022-11-02 19:38:15 +01:00