|
|
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]);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.