CE add rm command, implement remove () syscall
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m51s

This commit is contained in:
2026-03-05 01:17:13 +01:00
parent 35d5bed433
commit a5f5dbf21f
12 changed files with 106 additions and 7 deletions

View File

@@ -28,5 +28,6 @@
#define SYS_WAIT_FOR_PID 25
#define SYS_KILL 26
#define SYS_CREATE_DIR 27
#define SYS_REMOVE 28
#endif // _M_SYSCALL_DEFS_H