makefile changes, readme changes

This commit is contained in:
Tom Everett
2016-03-22 16:33:44 -06:00
parent a36b65131f
commit e3c160edd7
13 changed files with 5427 additions and 18 deletions
+17 -7
View File
@@ -37,20 +37,30 @@ To compile it:
## 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.
On 64-bit systems, you may need to set the C compiler's optimisation level to -O1.
### Running from source
To run pdp-unix from the pdp7-unix source tree, do:
`make run`
<pre>
cd binaries
pdp7 ../build/unixv0.simh
</pre>
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. There are **orig** binaries and **alt** binaries.
The orig binaries use the unixv0 directory semantics as restored from the printouts. To run pdp7-unix orig:
`cd binaries/orig; pdp7 unixv0.simh`
The alt binaries use the more familiar "." and ".." diretory semanatics as found in later unix. To run pdp7-unix alt:
`cd binaries/alt; pdp7 unixv0.simh`
### Typical Output
A typical pdp7-unix session on simh looks like:
<pre>