More stack for system.

This commit is contained in:
Ben Gras 2006-07-25 09:38:24 +00:00
parent e6076e2c95
commit ec4223d96a

View File

@ -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 */