Annotation of researchv10no/sys/ml/logen.s, revision 1.1

1.1     ! root        1: #
        !             2: # things that must be at known, fixed addresses
        !             3: #
        !             4: 
        !             5:        .text
        !             6: #
        !             7: # 0x0
        !             8: # restart parameter block
        !             9: # must be page aligned
        !            10: #
        !            11:        .globl  _rpb
        !            12: _rpb:
        !            13:        .long   0       # my physical address
        !            14:        .long   restart
        !            15:        .long   0       # eventually a checksum
        !            16:        .long   0       # set to 1; clear it again
        !            17: 
        !            18: #
        !            19: # 0x10
        !            20: # enter here to cause a crash dump
        !            21: #
        !            22:        jmp     doadump
        !            23:        .align  4
        !            24: #
        !            25: # 0x20
        !            26: # crash dump constants:
        !            27: # - magic number
        !            28: # - when it crashed
        !            29: # - how big
        !            30: #
        !            31:        .globl  dumpmagic
        !            32: dumpmagic: .long 0
        !            33:        .globl  dumptime
        !            34: dumptime: .long 0
        !            35:        .globl  dumplen
        !            36: dumplen: .long 0

unix.superglobalmegacorp.com

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