| plan 9 kernel history: overview | file list | diff list |
1993/0907/carrera/mem.h (diff list | history)
| 1993/0906/sys/src/9/carrera/mem.h:104,109 – 1993/0907/sys/src/9/carrera/mem.h:104,110 (short | long | prev | next) | ||
| 1993/0903 | #define PGSZ4K (0x00<<13) | |
| 1993/0904 | #define PGSZ64K (0x0F<<13) | |
| 1993/0903 | #define PGSZ256K (0x3F<<13) | |
| 1993/0907 | #define PGSZ1M (0xFF<<13) | |
| 1993/0903 | #define KUSEG 0x00000000 #define KSEG0 0x80000000 | |