Volume-centric VFS implementation
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m41s

This commit is contained in:
2026-02-25 08:53:54 +01:00
parent 62a6543dab
commit 704db2dfa4
26 changed files with 441 additions and 406 deletions

View File

@@ -14,8 +14,8 @@
#define SYS_ARGUMENT_PTR 11
#define SYS_DEVICE_DO 12
#define SYS_EXEC 13
#define SYS_OPEN 14
#define SYS_CLOSE 15
#define SYS_VOLUME_OPEN 14
#define SYS_VOLUME_CLOSE 15
#define SYS_READ 16
#define SYS_DESCRIBE 17
#define SYS_MAIL_SEND 18