Luna/kernel
apio 12cf37d0a7 Kernel/syscalls: Modify sys_write to accept a file descriptor and write to it
Previously, sys_write only wrote to the tty. Now, it uses the VFS interface, as it should.
2022-10-11 21:06:12 +02:00
..
include Kernel/syscalls: Modify sys_write to accept a file descriptor and write to it 2022-10-11 21:06:12 +02:00
src Kernel/syscalls: Modify sys_write to accept a file descriptor and write to it 2022-10-11 21:06:12 +02:00
Makefile Kernel: Strip kernel symbols when installing 2022-10-08 15:57:07 +02:00
moon.ld Start the call stack with a null RBP before calling _start 2022-09-18 17:03:29 +02:00