From ffded50e969b62af99fe0f2ebd81124031957424 Mon Sep 17 00:00:00 2001 From: benno Date: Fri, 10 May 2002 05:16:40 +0000 Subject: Increase the size of the kstack. --- sys/powerpc/include/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/powerpc') diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 6060f89..25a9205 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -115,7 +115,7 @@ #define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE) #ifndef KSTACK_UPAGES -#define KSTACK_PAGES 2 /* includes pcb */ +#define KSTACK_PAGES 4 /* includes pcb */ #define KSTACK_GUARD_PAGES 1 #endif #define USPACE (KSTACK_PAGES * PAGE_SIZE) /* total size of pcb */ -- cgit v1.1