Increase the size of the kstack.

This commit is contained in:
Benno Rice
2002-05-10 05:16:40 +00:00
parent 88f0d73da4
commit a51eb7c321
+1 -1
View File
@@ -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 */