KSTACK_PAGES is a global option.

This commit is contained in:
Peter Wemm 2003-07-31 01:27:18 +00:00
parent 9fb1db7bc8
commit 3950c40739

View file

@ -117,7 +117,9 @@
#define IOPAGES 2 /* pages of i/o permission bitmap */
#ifndef KSTACK_PAGES
#define KSTACK_PAGES 4 /* pages of kstack (with pcb) */
#endif
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
#define UAREA_PAGES 1 /* holds struct user WITHOUT PCB (see def.) */