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:
Bahadir Balban
2009-05-01 17:48:54 +03:00
parent 260527c0a3
commit 952285d756
6 changed files with 6 additions and 7 deletions

View File

@@ -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)