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

1.1       root        1: #include "../h/param.h"
                      2: #include "../h/conf.h"
                      3: /*
                      4:  * two ra configuration
                      5:  *   (dumps up to 4 MB only)
                      6:  */
                      7: dev_t  rootdev = makedev(7, 64);       /* 4K filesystem */
                      8: dev_t  pipedev = makedev(7, 64);       /* 4K filesystem */
                      9: dev_t  argdev  = makedev(7, 1);        /* 1st swap area */
                     10: dev_t  dumpdev = makedev(7, 1);        /* 1st swap area */
                     11: long   dumplo  = 20480 - 4 * 2048;     /* ok up to 4 megabytes */
                     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 = 20480;
                     19: 
                     20: struct swdevt swdevt[] =
                     21: {
                     22:        makedev(7, 1),  0,              /* ra01 */
                     23:        makedev(7, 9),  0,              /* ra11 */
                     24:        0,              0,
                     25: };
                     26: 

unix.superglobalmegacorp.com

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