| plan 9 kernel history: overview | file list | diff list |
1992/0622/pc/dat.h (diff list | history)
| 1992/0622/sys/src/9/pc/dat.h:52,83 – 1992/0625/sys/src/9/pc/dat.h:52,64 (short | long | prev | next) | ||
| 1991/0612 | { | |
| 1991/0702 | ulong nmach; /* processors */ ulong nproc; /* processes */ | |
| 1991/0711 |
| |
| 1992/0625 | ulong npage0; /* total physical pages of memory */ ulong npage1; /* total physical pages of memory */ ulong topofmem; /* highest physical address + 1 */ | |
| 1991/0612 | ulong npage; /* total physical pages of memory */ | |
| 1991/0711 |
| |
| 1992/0625 | ulong upages; /* user page pool */ | |
| 1991/0711 | ulong nimage; /* number of page cache image headers */ | |
| 1991/0702 |
| |
| 1991/0612 |
| |
| 1991/0711 | ulong base0; /* base of bank 0 */ ulong base1; /* base of bank 1 */ | |
| 1991/0702 | ulong copymode; /* 0 is copy on write, 1 is copy on reference */ | |
| 1992/0622/sys/src/9/pc/dat.h:88,94 – 1992/0625/sys/src/9/pc/dat.h:69,74 | ||
| 1991/0702 | ulong cntrlp; /* panic on ^P */ | |
| 1991/0809 | ulong nfloppy; /* number of floppy drives */ ulong nhard; /* number of hard drives */ | |
| 1991/1107 |
| |
| 1991/0612 | }; /* | |
| 1992/0622/sys/src/9/pc/dat.h:151,156 – 1992/0625/sys/src/9/pc/dat.h:131,137 | ||
| 1991/0612 | char elem[NAMELEN]; /* last name element from namec */ Chan *slash; Chan *dot; | |
| 1992/0625 | Sargs s; | |
| 1991/0612 | /* * Rest of structure controlled by devproc.c and friends. * lock(&p->debug) to modify. | |