Annotation of 3BSD/sys/h/map.h, revision 1.1

1.1     ! root        1: /*     map.h   2.1     1/5/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: 
        !            15: struct map kernelmap[NPROC];   /* space for kernel map for user page tables */
        !            16: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.