| plan 9 kernel history: overview | file list | diff list |
1992/0622/power/mem.h (diff list | history)
| 1991/0711/sys/src/9/power/mem.h:14,19 – 1992/0622/sys/src/9/power/mem.h:14,20 (short | long | prev | next) | ||
| 1990/0227 | #define PGSHIFT 12 /* log(BY2PG) */ | |
| 1991/0606 | #define PGROUND(s) (((s)+(BY2PG-1))&~(BY2PG-1)) | |
| 1991/0705 | #define ICACHESIZE (64*1024) /* Power series */ | |
| 1992/0622 | #define MB (1024*1024) | |
| 1990/0227 | #define MAXMACH 4 /* max # cpus system can run */ | |
| 1990/0614 | ||