updated readme
This commit is contained in:
@@ -25,9 +25,8 @@ system fully up on a PDP-7 system, fix any bugs and document everything.
|
|||||||
We have a [real PDP-7](http://physics.uoregon.edu/outreach/movies/pdplives/)
|
We have a [real PDP-7](http://physics.uoregon.edu/outreach/movies/pdplives/)
|
||||||
and [SimH](http://simh.trailing-edge.com/) as target platforms.
|
and [SimH](http://simh.trailing-edge.com/) as target platforms.
|
||||||
|
|
||||||
## 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).
|
## Building pdp7-unix
|
||||||
|
|
||||||
pdp7-unix requires [Perl5](https://www.perl.org/) to build.
|
pdp7-unix requires [Perl5](https://www.perl.org/) to build.
|
||||||
|
|
||||||
@@ -40,6 +39,15 @@ level to -O1. To run pdp-unix from the pdp7-unix source tree, do:
|
|||||||
|
|
||||||
`make run`
|
`make run`
|
||||||
|
|
||||||
|
## 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).
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
cd binaries
|
||||||
|
pdp7 ../build/unixv0.simh
|
||||||
|
</pre>
|
||||||
|
|
||||||
Press `ctl-e` to break out the simulator into simh
|
Press `ctl-e` to break out the simulator into simh
|
||||||
|
|
||||||
A typical pdp7-unix session on simh looks like:
|
A typical pdp7-unix session on simh looks like:
|
||||||
|
|||||||
Reference in New Issue
Block a user