unix-jun72
unix-jun72 copied to clipboard
Modifications required for a clean First Edition disk-images build
I recently (successfully) got the reconstructed Unix First Edition working under SimH. I built the disk images under OpenSUSE Linux Tumbleweed (fully updated as of this writing).
However, in order to get a clean build, I needed to make
the following changes to this distribution package
(where
In
In
Directory '
Not strictly necessary, but to avoid
"warning: Clock skew detected. Your build may be incomplete."
modify
-
"touch *.clean" following "@touch cleansrc"
-
"touch *.s" following "@touch patched"
-
"touch *.dsk" following "@touch images"
The repository unix-v1 did some slight modifications to allow the builds on both Linux and macOS.