| plan 9 kernel history: overview | file list | diff list |
1990/0801/power/main.c (diff list | history)
| 1990/0718/sys/src/9/power/main.c:39,48 – 1990/0801/sys/src/9/power/main.c:39,47 (short | long | prev | next) | ||
| 1990/0227 | { | |
| 1990/0424 | int i; | |
| 1990/0504 |
| |
| 1990/0801 | machinit(); | |
| 1990/0227 | active.exiting = 0; active.machs = 1; | |
| 1990/0504 | arginit(); | |
| 1990/0227 | lockinit(); | |
| 1990/0718/sys/src/9/power/main.c:69,74 – 1990/0801/sys/src/9/power/main.c:68,74 | ||
| 1990/0227 | { int n; | |
| 1990/0801 | icflush(0, 64*1024); | |
| 1990/0227 | n = m->machno; memset(m, 0, sizeof(Mach)); m->machno = n; | |