diff --git a/build/alt/unixv0.simh b/build/alt/unixv0.simh index 900fc2a..53827e0 100644 --- a/build/alt/unixv0.simh +++ b/build/alt/unixv0.simh @@ -14,8 +14,8 @@ att rb alt/image.fs # uncomment to TELNET in GRAPHICS-2 keyboard/display(!!) # (requires github.com/philbudne/simh) -#set g2in ena -#att -U g2in 12345 +set g2in ena +att -U g2in 12345 # disable hardware UNIX-7 doesn't know about: set lpt disa diff --git a/build/unixv0.simh b/build/unixv0.simh index 7abf4fc..297ef35 100644 --- a/build/unixv0.simh +++ b/build/unixv0.simh @@ -14,8 +14,8 @@ att rb image.fs # uncomment to TELNET in GRAPHICS-2 keyboard/display(!!) # (requires github.com/philbudne/simh) -#set g2in ena -#att -U g2in 12345 +set g2in ena +att -U g2in 12345 # disable hardware UNIX-7 doesn't know about: set lpt disa