Annotation of 40BSD/sys/conf/confup2rp.c, revision 1.1.1.1

1.1       root        1: /*     confup2rp.c     4.3     11/13/80        */
                      2: 
                      3: #include "../conf/conf.c"
                      4: /*
                      5:  * 2 rp06+ 1 9300 configuration
                      6:  *     root on rp0a
                      7:  *     paging on up0b, then also rp1b and rp0b
                      8:  */
                      9: dev_t  rootdev = makedev(2, 0);
                     10: dev_t  pipedev = makedev(2, 0);
                     11: dev_t  argdev  = makedev(2, 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(2, 1),  0,              /* up0b */
                     23:        makedev(0, 1),  0,              /* rp0b */
                     24:        makedev(0, 9),  0,              /* rp1b */
                     25:        0,              0,
                     26: };

unix.superglobalmegacorp.com

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