| plan 9 kernel history: overview | file list | diff list |
1992/0711/gnot/main.c (diff list | history)
| 1992/0630/sys/src/9/gnot/main.c:104,110 – 1992/0711/sys/src/9/gnot/main.c:104,110 (short | long | prev | next) | ||
| 1990/03091 | void mmuinit(void) { | |
| 1992/0630 |
| |
| 1992/0711 | ulong l, d, i; | |
| 1990/03091 | /* * Invalidate user addresses | |
| 1992/0630/sys/src/9/gnot/main.c:128,135 – 1992/0711/sys/src/9/gnot/main.c:128,133 | ||
| 1990/03091 | void init0(void) { | |
| 1990/0613 |
| |
| 1990/1211 | u->nerrlab = 0; m->proc = u->p; u->p->state = Running; | |
| 1992/0630/sys/src/9/gnot/main.c:353,358 – 1992/0711/sys/src/9/gnot/main.c:351,357 | ||
| 1990/1211 | { | |
| 1992/0122 | Balu *balu = (Balu *)u->balusave; | |
| 1990/1211 | ||
| 1992/0711 | USED(p); | |
| 1990/1211 | fpsave(&u->fpsave); if(u->fpsave.type){ if(u->fpsave.size > sizeof u->fpsave.junk) | |
| 1992/0630/sys/src/9/gnot/main.c:397,405 – 1992/0711/sys/src/9/gnot/main.c:396,406 | ||
| 1991/0605 | void buzz(int f, int d) { | |
| 1992/0711 | USED(f, d); | |
| 1991/0605 | } void lights(int val) { | |
| 1992/0711 | USED(val); | |
| 1990/03091 | } | |