diff --git a/README.md b/README.md index ae49b77..5282960 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,6 @@ To run pdp-unix from the pdp7-unix source tree, do: Press `ctl-e` to break out the simulator into simh -### Precompiled Binaries - -You can also run pdp7-unix from precompiled binaries in the [/binaries](/binaries) directory. - -`cd binaries/; pdp7 unixv0.simh` - ### Typical Output A typical pdp7-unix session on simh looks like: diff --git a/build/Makefile b/build/Makefile index 92c1fb0..6573653 100644 --- a/build/Makefile +++ b/build/Makefile @@ -95,7 +95,7 @@ dirs: cmd: dirs $(BINDIR)/as $(BINDIR)/cat $(BINDIR)/check $(BINDIR)/chmod \ $(BINDIR)/chown $(BINDIR)/chrm $(BINDIR)/cp $(BINDIR)/ds \ $(BINDIR)/dskres $(BINDIR)/dsksav $(BINDIR)/ed $(BINDIR)/init \ - $(BINDIR)/db $(BINDIR)/stat $(BINDIR)/tm $(BINDIR)/dsw $(BINDIR)/apr + $(BINDIR)/db $(BINDIR)/stat $(BINDIR)/tm $(BINDIR)/dsw $(BINDIR)/apr # Alternate commands: no dd, but . and .. altcmd: dirs $(BINDIR)/as $(BINDIR)/cat $(BINDIR)/check $(BINDIR)/chmod \ @@ -165,7 +165,6 @@ $(BINDIR)/bc: $(CMDSRC)/bc/bc.s $(BINDIR)/dsw: $(CMDSRC)/dsw/dsw.s $(AS) $(ASARGS) -o $(BINDIR)/dsw $(CMDSRC)/dsw/dsw.s -# -- compile errors $(BINDIR)/apr: $(CMDSRC)/apr/apr.s $(AS) $(ASARGS) -o $(BINDIR)/apr $(CMDSRC)/apr/apr.s diff --git a/tools/README.md b/tools/README.md index df41209..c6676b1 100644 --- a/tools/README.md +++ b/tools/README.md @@ -1,4 +1,4 @@ -#Tools +# Tools ## 3dump