Increased user stack size, fiddling with error recovery
[tpg/acess2.git] / Kernel / arch / x86 / include / mm_virt.h
index 2664a10..5e4712f 100644 (file)
@@ -8,7 +8,7 @@
 
 // - Memory Layout
 #define        MM_USER_MIN     0x00200000
-#define        USER_STACK_SZ   0x00010000
+#define        USER_STACK_SZ   0x00020000      // 128 KiB
 #define        USER_STACK_TOP  0x00800000
 #define USER_LIB_MAX   0xBC000000
 #define        MM_USER_MAX     0xBC000000      // Top load address for user libraries

UCC git Repository :: git.ucc.asn.au