Luna/libluna
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
..
include/luna kernel+libc: Start interfacing with the VFS from userspace (open & close) 2023-03-11 17:45:20 +01:00
src libluna/CPath: Replace size_t with usize 2023-03-11 10:39:42 +01:00
CMakeLists.txt vfs: Add support for creating directories given a full path 2023-03-11 01:13:44 +01:00