mirror of
https://github.com/PDP-10/its.git
synced 2026-02-25 00:27:28 +00:00
Build SIMH out of GitHub.
This fixes handling of 1-proceed in SIMH.
This commit is contained in:
committed by
Eric Swenson
parent
74161955a6
commit
596237d05e
10
README.md
10
README.md
@@ -37,12 +37,10 @@ we'd be delighted to test this on a real KS10.
|
||||
### Usage
|
||||
|
||||
To build ITS with this repository, you need some tools installed:
|
||||
make, C compiler, and expect. Also, if you plan to use the SIMH
|
||||
emulator, it needs to be installed and accessible as `pdp10`. The
|
||||
KLH10 emulator is built from source code. Ensure all submodules are
|
||||
checked out, and then type `make EMULATOR=simh` or `make
|
||||
EMULATOR=klh10`. This will leave built files in the `out` directory,
|
||||
one of which is a disk image with ITS installed.
|
||||
make, C compiler, and expect. Ensure all submodules are checked out,
|
||||
and then type `make EMULATOR=simh` or `make EMULATOR=klh10`. This
|
||||
will leave built files in the `out` directory, one of which is a disk
|
||||
image with ITS installed.
|
||||
|
||||
To start ITS, type `./start`. If you see `KLH10#`, type `go` and
|
||||
Enter. When you see the `DSKDMP` prompt, type `its`, press Enter, and
|
||||
|
||||
Reference in New Issue
Block a user