Annotation of 41BSD/sys/conf/confup.c, revision 1.1

1.1     ! root        1: /*     confup.c        4.2     11/9/80 */
        !             2: 
        !             3: #include "../conf/conf.c"
        !             4: /*
        !             5:  * Single ampex 9300 configuration
        !             6:  *     root on up0a
        !             7:  *     paging on up0b
        !             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:        0,              0,
        !            24: };

unix.superglobalmegacorp.com

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