1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-27 12:39:13 +00:00

Added support to the Remote Console facility to close a remote console session on EOF

This commit is contained in:
Mark Pizzolato
2013-05-31 09:33:05 -07:00
parent bc49f6b78a
commit 881f53e457
3 changed files with 39 additions and 7 deletions

View File

@@ -35,6 +35,8 @@ A subset of normal simh commands are available for use in remote console session
The Single Command Mode commands are: ATTACH, DETACH, PWD, SHOW, DIR, LS, ECHO, HELP
The Multiple Command Mode commands are: EXAMINE, IEXAMINE, DEPOSIT, EVALUATE, ATTACH, DETACH, ASSIGN, DEASSIGN, STEP, CONTINUE, PWD, SAVE, SET, SHOW, DIR, LS, ECHO, HELP
A remote console session will close when an EOF character is entered (i.e. ^D or ^Z).
#### VAX/PDP11 Enhancements
RQ has new disk types: RC25, RCF25, RA80
RQ device has a settable controller type (RQDX3, UDA50, KLESI, RUX50)