Add comments, commented out commands for Phil's simulation of GRAPHICS-2 (as a Glass TTY)
This commit is contained in:
+19
-1
@@ -3,11 +3,29 @@ set cpu eae
|
|||||||
set cpu history=100
|
set cpu history=100
|
||||||
show cpu
|
show cpu
|
||||||
|
|
||||||
|
# set up SIMH devices:
|
||||||
|
|
||||||
|
# UNIX character translations (CR to NL, ESC to ALTMODE):
|
||||||
set tti unix
|
set tti unix
|
||||||
|
|
||||||
|
# RB09 fixed head disk:
|
||||||
set rb ena
|
set rb ena
|
||||||
att rb image.fs
|
att rb image.fs
|
||||||
|
|
||||||
|
# uncomment to TELNET in GRAPHICS-2 keyboard/display(!!)
|
||||||
|
# (requires github.com/philbudne/simh)
|
||||||
|
#set g2in ena
|
||||||
|
#att -U g2in 12345
|
||||||
|
|
||||||
|
# disable hardware UNIX-7 doesn't know about:
|
||||||
|
set lpt disa
|
||||||
|
set drm disa
|
||||||
|
set dt disa
|
||||||
|
|
||||||
|
# show device settings:
|
||||||
show dev
|
show dev
|
||||||
|
|
||||||
|
# load and start the system:
|
||||||
load -S a.rim
|
load -S a.rim
|
||||||
dep pc 0100
|
dep pc 0100
|
||||||
cont
|
go
|
||||||
|
|||||||
Reference in New Issue
Block a user