From mboxrd@z Thu Jan 1 00:00:00 1970 From: random832@fastmail.com (Random832) Date: Sat, 12 Dec 2015 03:28:48 -0500 Subject: [TUHS] Pre-v6 images and 2.11BSD patches References: <20151212045416.GB5686@server.rulingia.com> <721CCD91-F2D5-4D22-8D54-EE939112902A@tuhs.org> <20151212063317.GA5670@minnie.tuhs.org> Message-ID: Warren Toomey writes: > We used the binaries on the s2-bits tape as the binaries for the > v1 kernel. We had to tweak things a bit so that we could run the > first C compilers. I'm talking about the s1-bits tape, though. It contains two binary kernels (the warm/cold ones described in the manpages), as raw data in the sections that aren't mentioned in the Readme file. (i.e. the first 50176 bytes). I figured this out by analyzing the file and noticing it contained copies of /etc/init, getty, /bin/chmod, date, login, mkdir, sh, tap, and ls, which is similar to the lists of programs mentioned in: http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/man/man7/boot.7 http://minnie.tuhs.org/cgi-bin/utree.pl?file=V3/man/man8/bproc.8 I worked out that the rest of the structure also matched, though I think the sizes were different.