]> Zhao Yanbai Git Server - minix.git/commitdiff
More stack for system.
authorBen Gras <ben@minix3.org>
Tue, 25 Jul 2006 09:38:24 +0000 (09:38 +0000)
committerBen Gras <ben@minix3.org>
Tue, 25 Jul 2006 09:38:24 +0000 (09:38 +0000)
kernel/table.c

index ec53a04668149de6f7d445905e325c20e4e3ab8f..af0746dc64ff2d207f0ce37b90476edf4d6722d1 100755 (executable)
@@ -36,7 +36,7 @@
 
 /* Define stack sizes for the kernel tasks included in the system image. */
 #define NO_STACK       0
-#define SMALL_STACK    (128 * sizeof(char *))
+#define SMALL_STACK    (256 * sizeof(char *))
 #define IDL_S  SMALL_STACK     /* 3 intr, 3 temps, 4 db for Intel */
 #define        HRD_S   NO_STACK        /* dummy task, uses kernel stack */
 #define        TSK_S   SMALL_STACK     /* system and clock task */