| plan 9 kernel history: overview | file list | diff list |
1992/0715/pc/main.c (diff list | history)
| 1992/0715/sys/src/9/pc/main.c:198,204 – 1992/0725/sys/src/9/pc/main.c:198,203 (short | long | prev | next) | ||
| 1991/0711 | confinit(void) { long x, i, j, *l; | |
| 1992/0715 | ulong ktop; | |
| 1991/0711 | /* | |
| 1992/0715/sys/src/9/pc/main.c:247,253 – 1992/0725/sys/src/9/pc/main.c:246,251 | ||
| 1992/0625 | /* for meminit() */ conf.topofmem = i*MB; | |
| 1991/0711 |
| |
| 1992/0103 | conf.nproc = 30 + i*5; | |
| 1991/0711 | conf.nswap = conf.nproc*80; conf.nimage = 50; | |
| 1992/0715/sys/src/9/pc/main.c:256,266 – 1992/0725/sys/src/9/pc/main.c:254,261 | ||
| 1991/0711 | conf.ip = 64; conf.arp = 32; conf.frag = 32; | |
| 1992/0429 | conf.nfloppy = 2; | |
| 1991/0809 | conf.nhard = 1; | |
| 1992/0625 | ||
| 1992/0609 |
| |
| 1991/0711 | } | |
| 1991/0913 | char *mathmsg[] = | |