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: To compile it:
`make pdp7` `make`
## Running pdp7-unix ## 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). 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.
On 64-bit systems, you may need to set the C compiler's optimisation level to -O1.
### Running from source ### Running from source
@@ -58,13 +57,13 @@ A typical pdp7-unix session on simh looks like:
<pre> <pre>
pdp7 unixv0.simh pdp7 unixv0.simh
k
PDP-7 simulator V4.0-0 Current git commit id: aff3346e PDP-7 simulator V4.0-0 Current git commit id: b848cb12
CPU idle disabled CPU idle disabled
8KW, EAE 8KW, EAE
/Users/tom/projects/pdp7-unix/build/unixv0.simh-13> att rb image.fs /Users/tom/projects/pdp7-unix/build/unixv0.simh-13> att rb image.fs
RB: buffering file in memory 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 Listening on port 12345
PDP-7 simulator configuration PDP-7 simulator configuration
@@ -83,11 +82,10 @@ G2IN devno=43-44
login: ken login: ken
password: ken password: ken
@ ln dd ken .
@ ls @ ls
..
dd dd
system maksys.s
sop.s
s1.s s1.s
s2.s s2.s
s3.s s3.s
@@ -96,21 +94,16 @@ s5.s
s6.s s6.s
s7.s s7.s
s8.s s8.s
maksys.s sop.s
trysys.s system
sys.rc sys.rc
. trysys.s
@ ls system @ ls system
dd ..
ttyin adm
keyboard
pptin
ttyout
display
pptout
apr apr
as as
bc b
cas cas
cat cat
check check
@@ -120,28 +113,39 @@ chrm
cp cp
date date
db db
dd
display
ds ds
dskres dskres
dsksav dsksav
dsw dsw
dttt
ed ed
init init
keyboard
link
list
ln ln
ls ls
lsd moo
lsl mv
nm nm
od od
p p
pd
mv
password password
roff pptin
rn pptout
rm rm
rn
roff
salv
sh sh
stat stat
tm tm
ttyin
ttyout
ttt
un
@ @
</pre> </pre>