Annotation of researchv9/sys.vax/dev/swapuphp.c, revision 1.1.1.1

1.1       root        1: #include "../h/param.h"
                      2: #include "../h/conf.h"
                      3: /*
                      4:  * UP0?+HP0? configuration
                      5:  *     root on up0a
                      6:  *     paging on up0b and then hp0b
                      7:  */
                      8: dev_t  rootdev = makedev(2, 0);
                      9: int    rootfstyp = 0;  /* temp */
                     10: dev_t  pipedev = makedev(2, 0);
                     11: dev_t  argdev  = makedev(2, 1);
                     12: dev_t  dumpdev = makedev(2, 1);
                     13: int    dumplo  = 33340 - 10 * 2048;
                     14: 
                     15: /*
                     16:  * Nswap is the basic number of blocks of swap per
                     17:  * swap device, and is multiplied by nswdev after
                     18:  * nswdev is determined at boot.
                     19:  */
                     20: int    nswap = 33440;
                     21: 
                     22: struct swdevt swdevt[] =
                     23: {
                     24:        makedev(2, 1),  0,              /* up0b */
                     25:        makedev(0, 1),  0,              /* hp0b */
                     26:        0,              0,
                     27: };

unix.superglobalmegacorp.com

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