1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-02-27 01:10:06 +00:00

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

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:

View File

@@ -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

View File

@@ -1,4 +1,4 @@
#Tools
# Tools
## 3dump