Interdata_v6/usr/sys/run

Find at most related files.
including files from this version of Unix.

cc -c *.[cs]
mv low.o low.oo

ar ru unix.a *.o
rm *.o

ld -x low.oo unix.a

mv a.out /unix.test
chmod 644 /unix.test