Annotation of researchv9/jerq/sgs/ld/params.h, revision 1.1

1.1     ! root        1: /*
        !             2:  *  static char ID[] = "@(#) params.h: 1.8 10/31/83";
        !             3:  */
        !             4: /***********************************************************************
        !             5: *   This file contains system dependent parameters for the link editor.
        !             6: *   There must be a different params.h file for each version of the
        !             7: *   link editor (e.g. b16, n3b, mac80, etc.)
        !             8: *
        !             9: *   THIS COPY IS FOR M80
        !            10: *********************************************************************/
        !            11: 
        !            12: 
        !            13: /*
        !            14:  * Maximum size of a section
        !            15:  */
        !            16: #define MAXSCNSIZE     0x20000000L
        !            17: #define MAXSCNSZ       MAXSCNSIZE
        !            18: 
        !            19: 
        !            20: /*
        !            21:  * Default size of configured memory
        !            22:  */
        !            23: #define MEMORG         0x0L
        !            24: #define MEMSIZE                0xffffffffL
        !            25: #define NONULLORG      0x20000L
        !            26: 
        !            27: /*
        !            28:  * Size of a region. If USEREGIONS is zero, the link editor will NOT
        !            29:  * permit the use of REGIONS, nor partition the address space
        !            30:  * USEREGIONS is defined in system.h
        !            31:  */
        !            32: #define REGSIZE        0
        !            33: 
        !            34: #define COM_ALIGN      0x3L    /* Align factor for .comm's     */
        !            35: 
        !            36: /*
        !            37:  * define boundary for use by paging
        !            38:  */
        !            39: 
        !            40: #define BOUNDARY       0x80000         /* 512K */
        !            41: 
        !            42: /*
        !            43:  * define special symbol names
        !            44:  */
        !            45: 
        !            46: #define _CSTART        "_start"
        !            47: #define _MAIN  "main"

unix.superglobalmegacorp.com

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