Add fs_delete() syscall

This commit is contained in:
2025-10-15 20:10:26 +02:00
parent 371d777a7c
commit ac6ebce112
4 changed files with 23 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#define SYS_FS_WRITE 30
#define SYS_FS_FETCHDIRENT 31
#define SYS_FS_MKDIR 32
#define SYS_FS_DELETE 37
#define SYS_DEV_GETHANDLE 33
#define SYS_DEV_LISTSIZE 34
#define SYS_DEV_STAT 35