VFS mount/umount + sys_open/close/read/fake write
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user