mirror of
https://github.com/drasko/codezero.git
synced 2026-05-05 01:51:30 +02:00
UTCB create/destroy working.
Execve maps its utcb in mmap_segments. fork/clone does it as part of task_create
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#define DEFAULT_ENV_SIZE SZ_4K
|
||||
#define DEFAULT_STACK_SIZE SZ_32K
|
||||
#define DEFAULT_SHPAGE_SIZE PAGE_SIZE
|
||||
#define TASK_SIZE 0x10000000
|
||||
|
||||
#define TCB_NO_SHARING 0
|
||||
#define TCB_SHARED_VM (1 << 0)
|
||||
|
||||
Reference in New Issue
Block a user