mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 09:13:13 +01:00
Added a memlayout.txt, revised README, reduced env size to 4kb
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#define TASK_FILES_MAX 32
|
||||
|
||||
/* POSIX minimum is 4Kb */
|
||||
#define DEFAULT_ENV_SIZE SZ_16K
|
||||
#define DEFAULT_ENV_SIZE SZ_4K
|
||||
#define DEFAULT_STACK_SIZE SZ_16K
|
||||
#define DEFAULT_UTCB_SIZE PAGE_SIZE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user