Luna/kernel
apio 810c4bc257
kernel+libc: Start interfacing with the VFS from userspace (open & close)
This commit adds open and close syscalls to the kernel, and adds matching wrappers to libc.

No read/write support, so file descriptors are kind of useless for now.
2023-03-11 17:45:20 +01:00
..
src kernel+libc: Start interfacing with the VFS from userspace (open & close) 2023-03-11 17:45:20 +01:00
CMakeLists.txt kernel+libc: Start interfacing with the VFS from userspace (open & close) 2023-03-11 17:45:20 +01:00
debug.cmake kernel: Add a fun splash screen during boot :) 2023-02-27 16:23:51 +01:00
moon.ld Kernel: Start the call stack with a null RBP on x86_64 2022-11-19 18:38:32 +01:00