| plan 9 kernel history: overview | file list | diff list |
1991/0605/port/portdat.h (diff list | history)
| 1991/0605/sys/src/9/port/portdat.h:297,303 – 1991/0606/sys/src/9/port/portdat.h:297,304 (short | long | prev | next) | ||
|
Add Seg.endseg. Remove Proc.bssend.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0428 | ulong minva; /* va of 0th pte (not necessarily Seg->o->va) */ ulong maxva; /* va of last pte */ PTE *mod; /* list of modified pte's */ | |
| 1991/0606 | ulong endseg; /* segments end */ ulong pad[2]; /**/ | |
| 1991/0428 | }; /* | |
| 1991/0605/sys/src/9/port/portdat.h:343,349 – 1991/0606/sys/src/9/port/portdat.h:344,349 | ||
| 1991/0428 | int state; Page *upage; /* BUG: should be unlinked from page list */ Seg seg[NSEG]; | |