Changed i386 build to x86
[tpg/acess2.git] / Kernel / arch / x86_64 / include / proc.h
index a23aa37..2173c34 100644 (file)
@@ -43,7 +43,8 @@ typedef struct sTaskState
 }      tTaskState;
 
 // === CONSTANTS ===
-#define KERNEL_STACK_SIZE      0x10000 // 64 KiB
+#define KERNEL_STACK_SIZE      0x8000  // 32 KiB
+//#define KERNEL_STACK_SIZE    0x10000 // 64 KiB
 
 #endif
 

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