Luna/libc
apio b54a7f3a80
All checks were successful
continuous-integration/drone/push Build is passing
kernel+libc: Add O_* flags and parse them in open()
O_RDONLY, O_WRONLY, O_RDWR, O_TRUNC, O_CREAT and O_EXCL are fully implemented.

O_APPEND is partially implemented.

Other flags are not here yet.
2023-03-12 14:43:58 +01:00
..
include kernel+libc: Add O_* flags and parse them in open() 2023-03-12 14:43:58 +01:00
src kernel+libc: Add O_* flags and parse them in open() 2023-03-12 14:43:58 +01:00
CMakeLists.txt kernel+libc: Start interfacing with the VFS from userspace (open & close) 2023-03-11 17:45:20 +01:00