|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT Version 3.0 ! 3: * Copyright (c) 1982, 1990 by Mark Williams Company. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: #ifndef PARAM_H ! 7: #define PARAM_H ! 8: /* ! 9: * All of the parameters ! 10: * in this file may be edited, ! 11: * but watch out that you do not ! 12: * run out of virtual address ! 13: * space in the system. ! 14: * Some parameters are now adjustably set in con.c ! 15: */ ! 16: #define NDRV 32 /* Number of major device entries */ ! 17: #define NUFILE 20 /* Number of user open files */ ! 18: #define NEXREAD 6 /* Read ahead */ ! 19: ! 20: #ifdef KERNEL ! 21: /* These set in *con.c */ ! 22: extern int NBUF; /* Now an adjustable parameter */ ! 23: extern int NINODE; /* Now an adjustable parameter */ ! 24: extern int NCLIST; /* Now an adjustable parameter */ ! 25: extern int ALLSIZE; /* Now an adjustable paramenter */ ! 26: extern int ISTSIZE; /* Initial stack size */ ! 27: ! 28: #endif ! 29: ! 30: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.