|
|
1.1 ! root 1: /* map.h 4.1 11/9/80 */ ! 2: ! 3: /* ! 4: * Resource Allocation Maps ! 5: */ ! 6: struct map ! 7: { ! 8: int m_size; ! 9: int m_addr; ! 10: }; ! 11: ! 12: #ifdef KERNEL ! 13: struct map swapmap[SMAPSIZ]; /* space for swap allocation */ ! 14: #define AMAPSIZ 25 ! 15: struct map argmap[AMAPSIZ]; ! 16: ! 17: struct map kernelmap[NPROC]; /* space for kernel map for user page tables */ ! 18: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.