| plan 9 kernel history: overview | file list | diff list |
1991/0716/pc/dat.h (diff list | history)
| 1991/0711/sys/src/9/pc/dat.h:33,39 – 1991/0716/sys/src/9/pc/dat.h:33,39 (short | long | prev | next) | ||
| 1991/0612 | ||
| 1991/0711 | /* | |
| 1991/0716 | * FPsave.status | |
| 1991/0711 | */ enum | |
| 1991/0702 | { | |
| 1991/0711/sys/src/9/pc/dat.h:44,51 – 1991/0716/sys/src/9/pc/dat.h:44,51 | ||
| 1991/0702 | ||
| 1991/0711 | struct FPsave /* ??? needs to be fixed ??? */ { | |
| 1991/0716 | long status; char reg[66]; | |
| 1991/0711 | }; | |
| 1991/0612 | struct Conf | |