Luna/kernel/src
2022-10-30 19:55:38 +01: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: Remove /dev/uptime 2022-10-30 10:16:53 +01: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, userspace: Add file timestamps (atime,ctime,mtime) 2022-10-30 09:57:17 +01: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: 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, libc: Implement umask() 2022-10-30 19:55:38 +01:00
thread Kernel: Rename blocking_wait_info's wait_pid to pid 2022-10-30 19:28:43 +01:00
trace compilation fix 2022-10-28 21:02:23 +02:00
utils Kernel: Keep track of boot time 2022-10-30 09:07:03 +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: Use framebuffer virtual address instead of physical address 2022-10-29 20:10:49 +02:00