Annotation of xinu/sys/nullpcb.c, revision 1.1

1.1     ! root        1: /* nullpcb.c */
        !             2: 
        !             3: #include <kernel.h>
        !             4: #include <proc.h>
        !             5: 
        !             6:                        /* nullpcb is the location of the null process' */
        !             7:                        /* process control block within proctab */
        !             8: 
        !             9: char *nullpcb = (char *) &(proctab[NULLPROC].pregs[0]);

unix.superglobalmegacorp.com

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