Merge pull request #215 from teverett/master
updated readme to reflect current sources after second batch of listings entered
This commit is contained in:
@@ -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,52 +94,58 @@ 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
|
||||||
|
apr
|
||||||
|
as
|
||||||
|
b
|
||||||
|
cas
|
||||||
|
cat
|
||||||
|
check
|
||||||
|
chmod
|
||||||
|
chown
|
||||||
|
chrm
|
||||||
|
cp
|
||||||
|
date
|
||||||
|
db
|
||||||
|
dd
|
||||||
|
display
|
||||||
|
ds
|
||||||
|
dskres
|
||||||
|
dsksav
|
||||||
|
dsw
|
||||||
|
dttt
|
||||||
|
ed
|
||||||
|
init
|
||||||
keyboard
|
keyboard
|
||||||
pptin
|
link
|
||||||
ttyout
|
list
|
||||||
display
|
ln
|
||||||
pptout
|
ls
|
||||||
apr
|
moo
|
||||||
as
|
mv
|
||||||
bc
|
nm
|
||||||
cas
|
od
|
||||||
cat
|
p
|
||||||
check
|
|
||||||
chmod
|
|
||||||
chown
|
|
||||||
chrm
|
|
||||||
cp
|
|
||||||
date
|
|
||||||
db
|
|
||||||
ds
|
|
||||||
dskres
|
|
||||||
dsksav
|
|
||||||
dsw
|
|
||||||
ed
|
|
||||||
init
|
|
||||||
ln
|
|
||||||
ls
|
|
||||||
lsd
|
|
||||||
lsl
|
|
||||||
nm
|
|
||||||
od
|
|
||||||
p
|
|
||||||
pd
|
|
||||||
mv
|
|
||||||
password
|
password
|
||||||
roff
|
pptin
|
||||||
rn
|
pptout
|
||||||
rm
|
rm
|
||||||
sh
|
rn
|
||||||
stat
|
roff
|
||||||
tm
|
salv
|
||||||
|
sh
|
||||||
|
stat
|
||||||
|
tm
|
||||||
|
ttyin
|
||||||
|
ttyout
|
||||||
|
ttt
|
||||||
|
un
|
||||||
@
|
@
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user