| plan 9 kernel history: overview | file list | diff list |
1990/0614/power/dat.h (diff list | history)
| 1990/0608/sys/src/9/power/dat.h:118,123 – 1990/0614/sys/src/9/power/dat.h:118,124 (short | long | prev | next) | ||
| 1990/0504 | ulong nmach; /* processors */ ulong nproc; /* processes */ ulong npgrp; /* process groups */ | |
| 1990/0614 | ulong npage0; /* total physical pages of memory */ | |
| 1990/0227 | ulong npage; /* total physical pages of memory */ ulong norig; /* origins */ ulong npte; /* contiguous page table entries */ | |
| 1990/0608/sys/src/9/power/dat.h:357,362 – 1990/0614/sys/src/9/power/dat.h:358,371 | ||
| 1990/0227 | int (*notify)(void*, char*); void *ureg; }; | |
| 1990/0614 | /* * Fake kmap */ typedef void KMap; #define VA(k) ((ulong)(k)) #define kmap(p) (KMap*)(p->pa|KZERO) #define kunmap(k) | |
| 1990/0227 | /* * operations available to a queue | |