|
|
1.1 root 1: /* conf2rpup.c 4.2 11/9/80 */
2:
3: #include "../conf/conf.c"
4: /*
5: * 2 rp06+ 1 9300 configuration
6: * root on rp0a
7: * paging on rp0b, then also rp1b and up0b
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: 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.