From 84984c2a52c99b0d5f2f473a330c260bd771b7e8 Mon Sep 17 00:00:00 2001 From: Phil Budne Date: Mon, 21 Mar 2016 11:09:51 -0400 Subject: [PATCH] Add comments, commented out commands for Phil's simulation of GRAPHICS-2 (as a Glass TTY) --- build/unixv0.simh | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/build/unixv0.simh b/build/unixv0.simh index 4cc7d68..bde540d 100644 --- a/build/unixv0.simh +++ b/build/unixv0.simh @@ -3,11 +3,29 @@ set cpu eae set cpu history=100 show cpu +# set up SIMH devices: + +# UNIX character translations (CR to NL, ESC to ALTMODE): set tti unix + +# RB09 fixed head disk: set rb ena 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 +# load and start the system: load -S a.rim dep pc 0100 -cont +go