Luna/kernel/src
2022-11-09 17:25:05 +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: Add a remainder to refactor the initial ramdisk code 2022-11-09 16:07:49 +01:00
gdt Kernel: Rename assert.h to ensure.h 2022-11-09 15:28:35 +01:00
init Kernel: Move initrd into the fs/ folder 2022-11-09 16:03:16 +01:00
interrupts Kernel: Rename assert.h to ensure.h 2022-11-09 15:28:35 +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: Rename assert.h to ensure.h 2022-11-09 15:28:35 +01:00
misc Next version! 2022-11-09 17:25:05 +01:00
panic Kernel: Move initrd into the fs/ folder 2022-11-09 16:03:16 +01:00
rand Kernel: Rename assert.h to ensure.h 2022-11-09 15:28:35 +01:00
render Kernel: Move initrd into the fs/ folder 2022-11-09 16:03:16 +01:00
std Kernel, libc: Fix a big bug in printf() 2022-10-30 09:53:23 +01:00
sys Kernel: Move initrd into the fs/ folder 2022-11-09 16:03:16 +01:00
thread Kernel: Rename assert.h to ensure.h 2022-11-09 15:28:35 +01:00
trace Kernel: Move initrd into the fs/ folder 2022-11-09 16:03:16 +01:00
utils Kernel: Figure out why a program is misbehaving 2022-11-06 18:12:25 +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: Add an explanatory comment to the end of _start() 2022-11-09 15:58:00 +01:00