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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#Tools
|
||||
# Tools
|
||||
|
||||
## 3dump
|
||||
|
||||
|
||||
Reference in New Issue
Block a user