Luna/kernel/src
2022-11-12 18:12:18 +01:00
..
acpi Kernel: Return a Result in MemoryManager and strdup_from_user 2022-11-12 11:56:40 +01:00
cpu Kernel: Add UBSAN (Undefined Behaviour Sanitizer) 2022-11-05 10:47:18 +01:00
fs Kernel: Make readdir() available in created InitRD directories 2022-11-12 18:11:58 +01:00
gdt Kernel: Return a Result in MemoryManager and strdup_from_user 2022-11-12 11:56:40 +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: Add a C interface to the logging system 2022-11-12 18:12:18 +01:00
memory Kernel: Add a C interface to the logging system 2022-11-12 18:12:18 +01:00
misc Kernel: Add __cxa_atexit and __cxa_finalize 2022-11-12 17:43:57 +01:00
panic Kernel: Move initrd into the fs/ folder 2022-11-09 16:03:16 +01:00
rand Kernel: Change up the logging in the kernel's PRNG 2022-11-12 12:56:13 +01:00
render Kernel: Move initrd into the fs/ folder 2022-11-09 16:03:16 +01:00
std Kernel: Make a more convenient wrapper for basename() and dirname() 2022-11-12 10:39:25 +01:00
sys Kernel: Remove obtain_user_ref and add copy_typed_to and from_user 2022-11-12 12:08:26 +01:00
thread Kernel: Return a Result in MemoryManager and strdup_from_user 2022-11-12 11:56:40 +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: Remove "checkpoint logging" in main.cpp 2022-11-12 12:55:47 +01:00