|
|
1.1 root 1: /* fork.c 4.1 82/12/04 */
2:
3: #include "SYS.h"
4:
5: SYSCALL(fork)
6: jlbc r1,1f # parent, since r1 == 0 in parent, 1 in child
7: clrl r0
8: 1:
9: ret # pid = fork()
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.