From d5e5db436b5116cfcadb724d40b5008b2e1193d5 Mon Sep 17 00:00:00 2001 From: "tim.newsham" Date: Tue, 6 May 2008 07:22:15 +0000 Subject: [PATCH] - added some notes to track the source of files. --- fs/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 fs/README diff --git a/fs/README b/fs/README new file mode 100644 index 0000000..dcb344f --- /dev/null +++ b/fs/README @@ -0,0 +1,18 @@ +This directory contains files used to populate the root and usr +filesystems. + +Historic binaries +These binaries are from the "1972_stuff" folder in the TUHS archive. + + root - files from s2.tar.gz, excluding the usr directory, used + to populate the rf0 filesystem. + usr - files from s2.tar.gz under the usr directory, used to populate + the rk0 filesystem. + + +Newly built binaries +These binaries were built recently while reconstructing the system: + + new/etc/init - built from jun72 printout sources for init.s + with modifications to spawn getty on tty8 (console) only. +