Skip to content

Commit

Permalink
Add description of terminal emulators to toplevel README.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbrinkhoff committed Jan 20, 2021
1 parent b3386f6 commit 179c638
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,25 @@ Here is an overview of the repository:
- out - build output.
- user - optional user files installed in ITS.

### Terminal Emulators

Several emulators for terminals and peripheral processors are built
along with ITS. They can be started conveniently with the `start`
script, or separately. Not all terminal emulators are set up to work
with all PDP-10 emulators by default.

| Name | Description | Type | klh10 | pdp10-ka | pdp10-kl | simh
| ------- | ----------------- | ------ | ----- | -------- | -------- | ----
| type340 | Type 340 | vector | no | yes | no | no
| gt40 | GT40 PDP-11 | vector | no | yes | no | yes
| imlac | Imlac PDS-1 | vector | no | yes | no | no
| simh_imlac | Imlac PDS-1 | vector | no | yes | no | no
| tv11 | Knight TV PDP-11 | cpu | no | yes | no | no
| tvcon | Knight TV console | raster | no | yes | no | no
| datapoint | Datapoint 3300 | text | no | yes | no | no
| vt52 | VT52 | text | no | yes | yes | yes
| tek | Tektronix 4010 | vector | no | yes | yes | no

### Documentation

See the [`doc` subdirectory](doc) for documentation.
Expand Down

0 comments on commit 179c638

Please sign in to comment.