1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-02-26 17:03:25 +00:00

improved description for RSX-11M+

This commit is contained in:
Rene Richarz
2020-01-16 07:44:22 +01:00
parent 772a23bb0e
commit 6d0e2e918b
2 changed files with 9 additions and 6 deletions

View File

@@ -197,15 +197,17 @@ You can also use the following ctrl key function to close tek4010:
This makes sense, if you have set up a virtual DZ11 for multiple user login, opening a
telnet port for multiplexed terminals. On the PiDP-11 using 2.11 BSD, the distribution software has
already set up port 4000 for 8 multiuser terminals. First, you need to install and test
telnet (2.11 BSD needs to be up and running in multiuser mode):
already set up port 4000 for 8 multiuser terminals. For RSX-11M+ a port at the address 10001
is already set up in the distribution software. Use therefore 10001 instead of 4000 if you
are using RSX-11M+. First, you need to install and test telnet (2.11 BSD needs to be up and
running in multiuser mode):
sudo apt-get install telnet
telnet raspi_hostname 4000
telnet raspi_hostname 4000 (or 10001 for RSX11M+)
or
telnet localhost 4000
telnet localhost 4000 (or 10001 for RSX11M+)
where "raspi_hostname" is the hostname of your system running simh. If you are using telnet
and tek4010 on the same system as the system running simh, use "localhost" instead of
@@ -214,11 +216,11 @@ attached keyboard and mouse.
Once this works, you can start tek4010 as follows:
tek4010 telnet raspi_hostname 4000
tek4010 telnet raspi_hostname 4000 (or 10001 for RSX11M+)
or
tek4010 telnet localhost 4000
tek4010 telnet localhost 4000 (or 10001 for RSX11M+)
**Log into PiDP-11 running on the same Raspberry Pi, using the console**

File diff suppressed because one or more lines are too long