CE add mkdir command, implement create_dir () syscall
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m1s

This commit is contained in:
2026-03-05 00:38:58 +01:00
parent 0897f08212
commit 35d5bed433
12 changed files with 100 additions and 0 deletions

View File

@@ -21,5 +21,6 @@
#define ST_FORMAT_ERROR 17
#define ST_NOT_DRV 18
#define ST_PARTITION_ERROR 19
#define ST_CREATE_DIR_ERROR 20
#endif // _M_STATUS_H

View File

@@ -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