Annotation of xinu/sys/startup.s, revision 1.1.1.2

1.1.1.2 ! root        1: .globl _console
        !             2: .data
        !             3: _console: .long 0         | for printf, etc.
        !             4: .text
        !             5: DISABLE = 0x2700
1.1       root        6: 
1.1.1.2 ! root        7:        movw #DISABLE,sr  | make sure no ints for startup
        !             8:        jsr _sizmem       | find out how much mem we have
        !             9:        movel _maxaddr,sp  | relocate stack there
        !            10:        jmp _nulluser      | and run nulluser
1.1       root       11: 
                     12: 

unix.superglobalmegacorp.com

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