| plan 9 kernel history: overview | file list | diff list |
1991/0802/port/portdat.h (diff list | history)
| 1991/0731/sys/src/9/port/portdat.h:388,397 – 1991/0802/sys/src/9/port/portdat.h:388,396 (short | long | prev | next) | ||
|
In Palloc: replace addr with addr0, addr1 (for gnot?). Remove page, minppn.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0705 | struct Palloc { Lock; | |
| 1991/0802 | ulong addr0; /* next available ialloc addr in bank 0 */ ulong addr1; /* next available ialloc addr in bank 1 */ | |
| 1991/0705 | int active; | |
| 1991/0724 |
| |