| plan 9 kernel history: overview | file list | diff list |
1990/08163/gnot/main.c (diff list | history)
| 1990/08163/sys/src/9/gnot/main.c:59,65 – 1990/0905/sys/src/9/gnot/main.c:59,64 (short | long | prev | next) | ||
| 1990/03091 | machinit(void) { int n; | |
| 1990/08163 |
| |
| 1990/03091 | n = m->machno; memset(m, 0, sizeof(Mach)); | |
| 1990/08163/sys/src/9/gnot/main.c:66,72 – 1990/0905/sys/src/9/gnot/main.c:65,71 | ||
| 1990/03091 | m->machno = n; m->mmask = 1<<m->machno; | |
| 1990/08163 | m->fpstate = FPinit; | |
| 1990/0905 | fprestore(&initfp); | |
| 1990/03091 | } void | |