|
|
1.1 ! root 1: #define NBPG 1024 /* number of bytes in a page */ ! 2: #define PGOFSET (NBPG-1) /* byte offset into page */ ! 3: #define CLSIZE 1 ! 4: #define CLOFSET (CLSIZE*NBPG-1) /* for clusters, like PGOFSET */ ! 5: #define BSIZE 1024 ! 6: #define BMASK ((BSIZE)-1) ! 7: #define BSHIFT 10 /* LOG2(BSIZE) */ ! 8: #define PAGSIZ (NBPG*CLSIZE) ! 9: #define PAGRND ((PAGSIZ)-1)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.