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