| plan 9 kernel history: overview | file list | diff list |
2002/0109/alphapc/main.c (diff list | history)
| 2001/0731/sys/src/9/alphapc/main.c:145,160 – 2002/0109/sys/src/9/alphapc/main.c:145,160 (short | long | prev | next) | ||
| 1999/0415 | chandevinit(); if(!waserror()){ | |
| 2002/0109 | ksetenv("cputype", "alpha", 0); | |
| 2001/0727 | sprint(tstr, "alpha %s alphapc", conffile); | |
| 2002/0109 | ksetenv("terminal", tstr, 0); | |
| 2000/0401 | if(cpuserver) | |
| 2002/0109 | ksetenv("service", "cpu", 0); | |
| 2000/0401 | else | |
| 2002/0109 | ksetenv("service", "terminal", 0); | |
| 2000/0401 | for(i = 0; i < nconf; i++) | |
| 2002/0109 | if(confname[i]) ksetenv(confname[i], confval[i], 1); | |
| 1999/0415 | poperror(); } | |
| 2001/0731/sys/src/9/alphapc/main.c:257,262 – 2002/0109/sys/src/9/alphapc/main.c:257,270 | ||
| 1999/0515 | * trashed page tables it will crash. */ | |
| 1999/0415 | } | |
| 2002/0109 | /* still too do */ void reboot(void*, void*, ulong) { exit(0); } | |
| 1999/0415 | void exit(int) | |