Implement VFS syscalls
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m29s

This commit is contained in:
2026-02-15 21:34:07 +01:00
parent 0f5bd48328
commit 7726fd2f00
19 changed files with 307 additions and 31 deletions

View File

@@ -14,5 +14,9 @@
#define SYS_ARGUMENT_PTR 11
#define SYS_DEVICE_DO 12
#define SYS_EXEC 13
#define SYS_OPEN 14
#define SYS_CLOSE 15
#define SYS_READ 16
#define SYS_DESCRIBE 17
#endif // _M_SYSCALL_DEFS_H