Annotation of researchv10dc/libc/sys/getpid.s, revision 1.1

1.1     ! root        1: # getpid -- get process ID
        !             2: 
        !             3:        .set    getpid,20
        !             4: .globl _getpid
        !             5: 
        !             6: _getpid:
        !             7:        .word   0x0000
        !             8:        chmk    $getpid
        !             9:        ret
        !            10: 
        !            11: .globl _getppid
        !            12: 
        !            13: _getppid:
        !            14:        .word   0x0000
        !            15:        chmk    $getpid
        !            16:        movl    r1,r0
        !            17:        ret

unix.superglobalmegacorp.com

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