|
|
1.1 root 1: /*
2: * Configurable information for COHERENT kernel startup.
3: */
4:
5: #define __KERNEL__ 1
6:
7: #include <sys/stat.h>
8: #include <sys/types.h>
9: #include "conf.h"
10:
11: /* Use cohtune for these. */
12:
13: unsigned long _entry = 0;
14: unsigned long _bar = 0;
15:
16: dev_t rootdev = ROOTDEV_SPEC;
17: dev_t pipedev = PIPEDEV_SPEC;
18:
19: int ronflag = RONFLAG_SPEC;
20:
21: /* Use idtune for these. */
22:
23: int NBUF = NBUF_SPEC;
24: int NHASH = NHASH_SPEC;
25: int NINODE = NINODE_SPEC;
26: int NCLIST = NCLIST_SPEC;
27: int ALLSIZE = ALLSIZE_SPEC;
28:
29: int PHYS_MEM = PHYS_MEM_SPEC;
30:
31: /* Number of IDE drives installed if PS1 system (CMOS won't show them). */
32: short at_drive_ct = AT_DRIVE_CT;
33:
34: /* Maximum # of shared memory segments, systemwide. */
35: int SHMMNI = SHMMNI_SPEC;
36:
37: /* Max size in bytes of shared memory segment. */
38: int SHMMAX = SHMMAX_SPEC;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.