Luna/kernel
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
..
src kernel+libc: Add O_* flags and parse them in open() 2023-03-12 14:43:58 +01:00
CMakeLists.txt kernel+libc: Add getpid() 2023-03-11 22:19:58 +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