|
|
1.1 root 1: /* conf2up2rp.c 4.2 11/9/80 */
2:
3: #include "../conf/conf.c"
4: /*
5: * ERNIE primary configuration with 2 rp's and 2 up's
6: * root on up1
7: * paging on up1 then also rp0 and up0
8: */
9: dev_t rootdev = makedev(2, 8);
10: dev_t pipedev = makedev(2, 8);
11: dev_t argdev = makedev(2, 9);
12:
13: /*
14: * Nswap is the basic number of blocks of swap per
15: * swap device, and is multiplied by nswdev after
16: * nswdev is determined at boot.
17: */
18: int nswap = 33440;
19:
20: struct swdevt swdevt[] =
21: {
22: makedev(2, 9), 0, /* up1b */
23: makedev(0, 9), 0, /* rp1b */
24: makedev(2, 1), 0, /* up0b */
25: 0, 0,
26: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.