1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96329

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