Add USPACE.

This commit is contained in:
mycroft 1994-08-24 19:32:36 +00:00
parent f6a9558d05
commit d20de15399
2 changed files with 4 additions and 2 deletions

View File

@ -38,7 +38,7 @@
* from: Utah $Hdr: machparam.h 1.16 92/12/20$
*
* from: @(#)param.h 8.1 (Berkeley) 6/10/93
* $Id: param.h,v 1.12 1994/05/23 06:21:28 mycroft Exp $
* $Id: param.h,v 1.13 1994/08/24 19:34:07 mycroft Exp $
*/
/*
@ -81,6 +81,7 @@
#define SINCR 1 /* increment of stack/NBPG */
#define UPAGES 2 /* pages of u-area */
#define USPACE (UPAGES * NBPG) /* total size of u-area */
/*
* Constants related to network buffer management.

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)param.h 5.8 (Berkeley) 6/28/91
* $Id: param.h,v 1.19 1994/08/15 14:49:14 mycroft Exp $
* $Id: param.h,v 1.20 1994/08/24 19:32:36 mycroft Exp $
*/
/*
@ -83,6 +83,7 @@
#define SSIZE 1 /* initial stack size/NBPG */
#define SINCR 1 /* increment of stack/NBPG */
#define UPAGES 2 /* pages of u-area */
#define USPACE (UPAGES * NBPG) /* total size of u-area */
/*
* Constants related to network buffer management.