Kernel/LibC/Userspace: Implement mkdir and creat

Touch now uses creat insteadd of open with O_CREAT flag
This commit is contained in:
2023-10-25 19:45:18 +03:00
parent e9b7cf332d
commit 6ee4d10651
11 changed files with 83 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ set(USERSPACE_PROJECTS
init
ls
meminfo
mkdir
mmap-shared-test
poweroff
Shell