| plan 9 kernel history: overview | file list | diff list |
1991/0507/port/portdat.h (diff list | history)
| 1991/0504/sys/src/9/port/portdat.h:348,361 – 1991/0507/sys/src/9/port/portdat.h:348,356 (short | long | prev | next) | ||
|
Change MMU goo to PMMU.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0428 | ulong pc; /* DEBUG only */ int kp; /* true if a kernel process */ | |
| 1991/0504 | /* | |
| 1991/0507 | * machine specific MMU goo | |
| 1991/0504 | */ | |
| 1991/0428 |
| |
| 1991/0507 | PMMU; | |
| 1991/0428 | }; struct PTE | |