Annotation of researchv8dc/sys/dev/swapalice.c, revision 1.1.1.1

1.1       root        1: #include "../h/param.h"
                      2: #include "../h/conf.h"
                      3: /*
                      4:  * Dual rp0?/rm?? configuration
                      5:  *     root on hp00
                      6:  *     paging on hp01, hp11, ra01, ra11, ra21, ra31
                      7:  */
                      8: dev_t  rootdev = makedev(0, 0);
                      9: dev_t  pipedev = makedev(0, 0);
                     10: dev_t  argdev  = makedev(0, 1);
                     11: dev_t  dumpdev = makedev(0, 1);
                     12: int    dumplo  = 33440 - 10 * 2048;
                     13: 
                     14: /*
                     15:  * Nswap is the basic number of sectors of swap per
                     16:  * swap device, and is multiplied by nswdev after
                     17:  * nswdev is determined at boot.
                     18:  */
                     19: int    nswap = 20480;  /* 10 Meg per swap dev */
                     20: 
                     21: struct swdevt swdevt[] =
                     22: {
                     23:        makedev(0, 1),  0,              /* hp01 */
                     24:        makedev(0, 9),  0,              /* hp11 */
                     25:        makedev(7, 1),  0,              /* ra01 */
                     26:        makedev(7, 9),  0,              /* ra11 */
                     27:        makedev(7, 17), 0,              /* ra21 */
                     28:        makedev(7, 25), 0,              /* ra31 */
                     29:        0,              0,
                     30: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.