/* fork.c 4.1 82/12/04 */ #include "SYS.h" SYSCALL(fork) jlbc r1,1f # parent, since r1 == 0 in parent, 1 in child clrl r0 1: ret # pid = fork()