Bump UPAGES to 4. The pcb can be rather large.

This commit is contained in:
Jake Burkholder 2001-09-03 22:19:36 +00:00
parent 4324ea045e
commit e586bed159

View File

@ -116,7 +116,7 @@
#define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE)
#define IOPAGES 2 /* pages of i/o permission bitmap */
#define UPAGES 2 /* pages of u-area */
#define UPAGES 4 /* pages of u-area */
/*
* Constants related to network buffer management.