| plan 9 kernel history: overview | file list | diff list |
2000/0108/alphapc/main.c (diff list | history)
| 1999/0515/sys/src/9/alphapc/main.c:29,41 – 2000/0108/sys/src/9/alphapc/main.c:29,47 (short | long | prev | next) | ||
| 1999/0415 | archinit(); mmuinit(); xinit(); | |
| 2000/0108 | screeninit(); screenputs("Hello Squidboy\n", 15); { static Lock l; ilock(&l); xxfirmware(); iunlock(&l); } printinit(); | |
| 1999/0415 | /* console */ | |