| plan 9 kernel history: overview | file list | diff list |
1991/1109/pc/main.c (diff list | history)
| 1991/1107/sys/src/9/pc/main.c:9,16 – 1991/1109/sys/src/9/pc/main.c:9,14 (short | long | prev | next) | ||
| 1991/0629 | ||
| 1991/0716 | extern long edata; | |
| 1991/0711 | ||
| 1991/0906 |
| |
| 1991/0905 | ||
| 1991/0716 | void | |
| 1991/0702 | main(void) | |
| 1991/0625 | { | |
| 1991/1107/sys/src/9/pc/main.c:19,25 – 1991/1109/sys/src/9/pc/main.c:17,22 | ||
| 1991/0711 | confinit(); | |
| 1991/0703 | screeninit(); | |
| 1991/0716 | printinit(); | |
| 1991/1107 |
| |
| 1991/0827 | print("%ludK bytes of physical memory\n", (conf.base1 + conf.npage1*BY2PG)/1024); | |
| 1991/0711 | mmuinit(); | |
| 1991/0718 | trapinit(); | |
| 1991/1107/sys/src/9/pc/main.c:101,107 – 1991/1109/sys/src/9/pc/main.c:98,104 | ||
| 1991/0716 | p->fgrp = newfgrp(); strcpy(p->text, "*init*"); | |
| 1991/1105 |
| |
| 1991/1109 | strcpy(p->user, eve); | |
| 1991/0716 | p->fpstate = FPinit; | |
| 1991/0906 | fpoff(); | |
| 1991/0716 | ||