|
|
1.1 ! root 1: #include <sys/vm.h> ! 2: ! 3: #ifndef PAGSIZ ! 4: #define PAGSIZ (NBPG*CLSIZE) ! 5: #endif ! 6: ! 7: #define MAXSTOR KERNELBASE ! 8: #define MAXFILE 0xffffffff ! 9: ! 10: /* ! 11: * INKERNEL tells whether its argument is a kernel space address. ! 12: */ ! 13: #define INKERNEL(x) (((x)&0x0F000000) == 0x0F000000) ! 14: ! 15: #define KERNOFF 0x0F000000
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.