|
|
1.1 root 1: /* confrp.c 4.2 11/9/80 */
2:
3: #include "../conf/conf.c"
4: /*
5: * Single rp06/rm03 configuration
6: * root on rp0a
7: * paging on rp0b
8: */
9: dev_t rootdev = makedev(0, 0);
10: dev_t pipedev = makedev(0, 0);
11: dev_t argdev = makedev(0, 1);
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(0, 1), 0, /* rp0b */
23: 0, 0,
24: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.