|
|
1.1 ! root 1: /* ! 2: * i386/atcon.c ! 3: * ! 4: * System initializers. This file will disappear soon, I hope. - hws ! 5: * ! 6: * Revised: Sun Aug 1 13:53:24 1993 CDT ! 7: */ ! 8: #include <sys/coherent.h> ! 9: #include <sys/ino.h> ! 10: #include <mtype.h> ! 11: #include <sys/stat.h> ! 12: ! 13: /* ! 14: * Time. ! 15: */ ! 16: struct _TIME_OF_DAY timer ={ ! 17: 0, /* Initial time */ ! 18: 0, /* Ticks */ ! 19: -1*60, /* Mittel Europa Zeit */ ! 20: 1 /* Daylight saving time */ ! 21: }; ! 22: ! 23: /* ! 24: * Devices and sizes. ! 25: */ ! 26: int mactype = M_386; /* Machine type */ ! 27: dev_t swapdev = makedev(0, 0); /* Swap device */ ! 28: daddr_t swapbot = 0; /* Swap base */ ! 29: daddr_t swaptop = 0; /* Swap end */ ! 30: ! 31: /* ! 32: * Flexible parameters. ! 33: * See also conf/cohmain/Space.c and conf/mtune. ! 34: */ ! 35: ! 36: /* for ulimit - max # of blocks per file */ ! 37: int BPFMAX = (ND + NBN + NBN*NBN + NBN*NBN*NBN);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.