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:
parent
88f0d73da4
commit
a51eb7c321
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96329
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user