CE add mkdir command, implement create_dir () syscall
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m1s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m1s
This commit is contained in:
@@ -27,5 +27,6 @@
|
||||
#define SYS_WRITE_FILE 24
|
||||
#define SYS_WAIT_FOR_PID 25
|
||||
#define SYS_KILL 26
|
||||
#define SYS_CREATE_DIR 27
|
||||
|
||||
#endif // _M_SYSCALL_DEFS_H
|
||||
|
||||
Reference in New Issue
Block a user