The TUHS stuff matches what we have on Kirk's CDs.
And it looks like one could build a boot tape from what's in sys in the tarball. It has the usual standalone files that look like V7 files.
There's usr/man/man8/sysgen.8
sysgen \- UNIX system generation from the distribution tape
I've not tried to grab that tape to see if it has the same bits as in the archive.
Warner
The tape contains binary images of the system and all the user level programs, along with source andTaking this apart, it seems like:
manual sections for them. There are about 4200 UNIX† files altogether. The first tape file contains boot-
strapping programs. The second tape file is to be put on one filesystem called the ‘root filesystem’, and
contains essential binaries and enough other files to allow the system to run. The third tape file has all of
the source and documentation. Altogether the files provided on the tape occupy approximately 40000 512
byte blocks
The tape contains binary images of the system and all the user level programs, along with source andRefers to everything in 3bsd.tar.gz - 4130 files.
manual sections for them. There are about 4200 UNIX† files altogether.
The first tape file contains boot-strapping programs.Refers to the files in sys:
boot mkfs restor rp6fmt rpreadAnd this:
The second tape file is to be put on one filesystem called the ‘root filesystem’, andRefers to everything except /usr/src and /usr/doc.
contains essential binaries and enough other files to allow the system to run.
The third tape file has all of the source and documentation.Refers to /usr/src and /usr doc.