Luna/kernel/src
2022-10-28 17:31:34 +02:00
..
acpi Cast %p usage to void* 2022-10-08 18:27:05 +02:00
cpu LOTS MORE LOGGING. which is great, of course. 2022-09-07 19:41:08 +02:00
fs Kernel/VFS: Add file owners and file modes, and check those in system calls 2022-10-28 17:10:28 +02:00
gdt Kernel: Move errno.h and (k)assert.h out of the main include directory 2022-10-19 17:41:23 +02:00
init Kernel, libc: Use mode in mkdir() 2022-10-28 17:11:35 +02:00
interrupts sh: Add a simple interactive shell 2022-10-19 19:42:05 +02: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 KernelHeap: Add more debug logging 2022-10-20 18:49:33 +02:00
misc Next version! 2022-10-23 17:24:18 +02:00
panic Kernel, libc: Implement waitpid() 2022-10-18 21:30:52 +02:00
rand Kernel: Move errno.h and (k)assert.h out of the main include directory 2022-10-19 17:41:23 +02:00
render Kernel: If wrapping a line at screen bottom, scroll properly 2022-10-26 20:14:24 +02:00
std Kernel: move over the mem* functions from libc 2022-10-22 19:04:35 +02:00
sys Kernel, libc: Add setuid() and setgid() system calls 2022-10-28 17:19:26 +02:00
thread Kernel, libc: Expose processes' UID and GID in pstat() 2022-10-28 17:31:34 +02:00
trace StackTracer: only show kernel addresses for now, until there are more checks 2022-10-18 17:14:09 +02:00
main.asm Utilities: Start moving utilities into specific headers in a utils/ subdirectory 2022-10-14 17:31:47 +02:00
main.cpp Rename [moon-reaper] to [reaper] 2022-10-22 14:43:41 +02:00