minor update to readme

This commit is contained in:
Tom Everett
2019-10-18 18:49:21 -06:00
parent ed0ddaf04c
commit 98d74b6002
3 changed files with 2 additions and 9 deletions
-6
View File
@@ -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:
-1
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
#Tools
# Tools
## 3dump