|
|
1.1 root 1: #include "../h/param.h"
2: #include "../h/conf.h"
3: /*
4: * Single rp0?/rm?? configuration
5: * root on sd1a
6: * paging on sd1b
7: */
8: int rootfstyp = 0;
9: dev_t rootdev = makedev(7, 8);
10: dev_t argdev = makedev(7, 9);
11: dev_t dumpdev = makedev(7, 9);
12: long dumplo = 33504 - 10 * 2048;
13:
14: /*
15: * Nswap is the basic number of blocks of swap per
16: * swap device, and is multiplied by nswdev after
17: * nswdev is determined at boot.
18: */
19: int nswap = 33504;
20:
21: struct swdevt swdevt[] =
22: {
23: makedev(7, 9), 0, /* sd1b */
24: 0, 0,
25: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.