| plan 9 kernel history: overview | file list | diff list |
1992/0812/pc/main.c (diff list | history)
| 1992/0808/sys/src/9/pc/main.c:411,420 – 1992/0812/sys/src/9/pc/main.c:411,422 (short | long | prev | next) | ||
| 1991/1210 | * reset the i387 chip | |
| 1991/0803 | */ void | |
| 1992/0812 | exit(int ispanic) | |
| 1991/0803 | { u = 0; print("exiting\n"); | |
| 1992/0812 | if(ispanic) for(;;); | |
| 1991/1210 | switch(machtype){ case Attnsx: headreset(); /* via headland chip */ | |