| plan 9 kernel history: overview | file list | diff list |
1992/0429/pc/main.c (diff list | history)
| 1992/0411/sys/src/9/pc/main.c:89,95 – 1992/0429/sys/src/9/pc/main.c:89,95 (short | long | prev | next) | ||
| 1991/0716 | chandevinit(); | |
| 1991/0926 | if(!waserror()){ | |
| 1991/1102 |
| |
| 1992/0429 | ksetpcinfo(); | |
| 1991/0927 | ksetenv("cputype", "386"); | |
| 1991/0926 | poperror(); } | |
| 1992/0411/sys/src/9/pc/main.c:206,212 – 1992/0429/sys/src/9/pc/main.c:206,212 | ||
| 1991/0711 | /* | |
| 1991/0823 | * the first 640k is the standard useful memory * the next 128K is the display | |
| 1992/0429 | * the last 256k belongs to the roms and other devices | |
| 1991/0711 | */ | |
| 1991/0823 | conf.npage0 = 640/4; conf.base0 = 0; | |
| 1992/0411/sys/src/9/pc/main.c:275,283 – 1992/0429/sys/src/9/pc/main.c:275,284 | ||
| 1991/0711 | conf.arp = 32; conf.frag = 32; conf.cntrlp = 0; | |
| 1991/0809 |
| |
| 1992/0429 | conf.nfloppy = 2; | |
| 1991/0809 | conf.nhard = 1; | |
| 1991/1107 | conf.dkif = 1; | |
| 1992/0429 | confinit1(); | |
| 1991/0711 | } | |
| 1991/0913 | char *mathmsg[] = | |