| plan 9 kernel history: overview | file list | diff list |
1991/0606/gnot/mem.h (diff list | history)
| 1991/0605/sys/src/9/gnot/mem.h:12,17 – 1991/0606/sys/src/9/gnot/mem.h:12,18 (short | long | prev | next) | ||
| 1990/03091 | #define BY2PG 8192 /* bytes per page */ #define WD2PG (BY2PG/BY2WD) /* words per page */ #define PGSHIFT 13 /* log(BY2PG) */ | |
| 1991/0606 | #define PGROUND(s) (((s)+(BY2PG-1))&~(BY2PG-1)) | |
| 1990/03091 | #define MAXMACH 1 /* max # cpus system can run */ | |
| 1990/06111 | ||