Merge pull request #215 from teverett/master

updated readme to reflect current sources after second batch of listings entered
This commit is contained in:
Phil Budne
2020-03-13 23:53:23 -04:00
committed by GitHub
+30 -26
View File
@@ -37,12 +37,11 @@ pdp7-unix requires [Perl5](https://www.perl.org/) to build.
To compile it:
`make pdp7`
`make`
## Running pdp7-unix
You will need [simh](http://simh.trailing-edge.com/) 4.0 to run pdp7-unix. You can get the source code [here](https://github.com/simh/simh).
On 64-bit systems, you may need to set the C compiler's optimisation level to -O1.
You will need [simh](http://simh.trailing-edge.com/) 4.0 to run pdp7-unix. You can get the source code [here](https://github.com/simh/simh). On 64-bit systems, you may need to set the C compiler's optimisation level to -O1.
### Running from source
@@ -58,13 +57,13 @@ A typical pdp7-unix session on simh looks like:
<pre>
pdp7 unixv0.simh
PDP-7 simulator V4.0-0 Current git commit id: aff3346e
k
PDP-7 simulator V4.0-0 Current git commit id: b848cb12
CPU idle disabled
8KW, EAE
/Users/tom/projects/pdp7-unix/build/unixv0.simh-13> att rb image.fs
RB: buffering file in memory
/Users/tom/projects/pdp7-unix/build/unixv0.simh-18> att -U g2in 12345
/Users/tom/projects/pdp7-unix/build/unixv0.simh-17> att -U g2in 12345
Listening on port 12345
PDP-7 simulator configuration
@@ -83,11 +82,10 @@ G2IN devno=43-44
login: ken
password: ken
@ ln dd ken .
@ ls
..
dd
system
sop.s
maksys.s
s1.s
s2.s
s3.s
@@ -96,21 +94,16 @@ s5.s
s6.s
s7.s
s8.s
maksys.s
trysys.s
sop.s
system
sys.rc
.
trysys.s
@ ls system
dd
ttyin
keyboard
pptin
ttyout
display
pptout
..
adm
apr
as
bc
b
cas
cat
check
@@ -120,28 +113,39 @@ chrm
cp
date
db
dd
display
ds
dskres
dsksav
dsw
dttt
ed
init
keyboard
link
list
ln
ls
lsd
lsl
moo
mv
nm
od
p
pd
mv
password
roff
rn
pptin
pptout
rm
rn
roff
salv
sh
stat
tm
ttyin
ttyout
ttt
un
@
</pre>