| plan 9 kernel history: overview | file list | diff list |
1990/08163/gnot/dat.h (diff list | history)
| 1990/08141/sys/src/9/gnot/dat.h:106,113 – 1990/08163/sys/src/9/gnot/dat.h:106,116 (short | long | prev | next) | ||
| 1990/03091 | struct FPsave { | |
| 1990/08163 | char type; char size; short reserved; char junk[180]; char reg[3*4+8*12]; | |
| 1990/03091 | }; struct Conf | |
| 1990/08141/sys/src/9/gnot/dat.h:202,207 – 1990/08163/sys/src/9/gnot/dat.h:205,211 | ||
| 1990/03091 | Label sched; /* scheduler wakeup */ Lock alarmlock; /* access to alarm list */ void *alarm; /* alarms bound to this clock */ | |
| 1990/08163 | int fpstate; /* state of fp registers on machine */ | |
| 1990/03091 | int stack[1]; }; | |
| 1990/08141/sys/src/9/gnot/dat.h:513,519 – 1990/08163/sys/src/9/gnot/dat.h:517,523 | ||
| 1990/03091 | { FPinit, FPactive, | |
| 1990/08163 | FPdirty, | |
| 1990/03091 | }; /* | |