Luna/kernel/src/fs
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
..
tmpfs kernel+libc: Add O_* flags and parse them in open() 2023-03-12 14:43:58 +01:00
VFS.cpp VFS: Populate the initial filesystem based on the initial ramdisk 2023-03-11 10:23:46 +01:00
VFS.h kernel+libc: Add O_* flags and parse them in open() 2023-03-12 14:43:58 +01:00