| plan 9 kernel history: overview | file list | diff list |
1991/0703/pc/dat.h (diff list | history)
| 1991/0702/sys/src/9/pc/dat.h:5,10 – 1991/0703/sys/src/9/pc/dat.h:5,11 (short | long | prev | next) | ||
| 1991/0612 | typedef struct MMU MMU; typedef struct Mach Mach; typedef struct PMMU PMMU; | |
| 1991/0703 | typedef struct Segdesc Segdesc; | |
| 1991/0612 | typedef struct Ureg Ureg; typedef struct User User; | |
| 1991/0702/sys/src/9/pc/dat.h:20,26 – 1991/0703/sys/src/9/pc/dat.h:21,27 | ||
| 1991/0612 | struct Lock { | |
| 1991/0703 | ulong key; | |
| 1991/0612 | ulong pc; }; | |
| 1991/0702/sys/src/9/pc/dat.h:150,155 – 1991/0703/sys/src/9/pc/dat.h:151,166 | ||
| 1991/0612 | ushort svvo; ushort svsr; }; | |
| 1991/0703 | /* * segment descriptor/gate */ struct Segdesc { ulong d0; ulong d1; }; | |
| 1991/0612 | struct { | |