VFS mount/umount + sys_open/close/read/fake write

This commit is contained in:
2026-04-10 14:31:38 +02:00
parent 17589d72cf
commit aff113d02b
10 changed files with 592 additions and 12 deletions
+2
View File
@@ -28,6 +28,7 @@
#define PROCESS_NAME_MAX 64
#define PROCESS_STACK_SIZE 0x10000 // 64kb
#define PROCESS_STACK_TOP 0x80000000
#define PROCESS_FD_MAX 32
/* sched */
// 1 tick = 1 ms => quantum = 10ms
@@ -47,6 +48,7 @@
/* fs */
#define CALYXFS_FILES_MAX 10
#define TAR_OPEN_FILES_MAX 64
/* paging */
#define PAGING_MAX_PHYS 0x200000000