Annotation of os2sdk/startup/brkctl.inc, revision 1.1

1.1     ! root        1: ;***
        !             2: ;brkctl.inc - definitions and structure for brkctl
        !             3: ;
        !             4: ;      Copyright (c) 1987, Microsoft Corporation.  All rights reserved.
        !             5: ;
        !             6: ;Purpose:
        !             7: ;      The file contains brkctl command values and structure
        !             8: ;      definitions.
        !             9: ;
        !            10: ;*******************************************************************************
        !            11: 
        !            12: BR_ARGSEG= 1                   ; specified segment
        !            13: BR_NEWSEG= 2                   ; new segment
        !            14: BR_IMPSEG= 3                   ; last or new segment
        !            15: 
        !            16: MAXSEG=        20                      ; maximum brkctl segments for REAL mode
        !            17: MAXSEG_PM =    64              ; maximum brkctl segments for PROTECTED mode
        !            18: 
        !            19: segrec struc                   ; defines brkctl segment offsets
        !            20:        sz      dw      ?
        !            21:        sg      dw      ?
        !            22: segrec ends
        !            23: 
        !            24: heaprec        struc                   ; defines heap descriptor offsets
        !            25:        bottom  dw      ?
        !            26:        roveroff dw      ?
        !            27:        last    dw      ?
        !            28:        top     dw      ?
        !            29:        nextseg dw      ?
        !            30: heaprec        ends

unix.superglobalmegacorp.com

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