| plan 9 kernel history: overview | file list | diff list |
1994/0322/pc/dat.h (diff list | history)
| 1994/0311/sys/src/9/pc/dat.h:25,31 – 1994/0322/sys/src/9/pc/dat.h:25,31 (short | long | prev | next) | ||
|
Remove Lock.pc; add Lock.sr. Add conf.ialloc.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0612 | struct Lock { | |
| 1991/0703 | ulong key; | |
| 1991/0612 |
| |
| 1994/0322 | ulong sr; | |
| 1991/0612 | }; struct Label | |
| 1994/0311/sys/src/9/pc/dat.h:82,87 – 1994/0322/sys/src/9/pc/dat.h:82,88 | ||
| 1992/1105 | ulong ldepth; /* screen depth */ ulong maxx; /* screen width */ ulong maxy; /* screen length */ | |
| 1994/0322 | ulong ialloc; /* max interrupt time allocation in bytes */ | |
| 1991/0612 | }; /* | |