mirror of
https://github.com/drasko/codezero.git
synced 2026-03-03 11:03:16 +01:00
Fixed most compiler errors. Need to do more.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
#define TASK_FILES_MAX 32
|
||||
|
||||
/* POSIX minimum is 4Kb */
|
||||
#define DEFAULT_ENV_SIZE SZ_16KB
|
||||
#define DEFAULT_STACK_SIZE SZ_16KB
|
||||
#define DEFAULT_ENV_SIZE SZ_16K
|
||||
#define DEFAULT_STACK_SIZE SZ_16K
|
||||
#define DEFAULT_UTCB_SIZE PAGE_SIZE
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user