I'm working on a better ls for the alt system, but a few bugs.

This commit is contained in:
Warren Toomey
2016-03-23 10:13:01 +10:00
parent 253d9f0997
commit 58ea0b0b2c
7 changed files with 88 additions and 100 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.
-13
View File
@@ -1,13 +0,0 @@
set cpu 8k
set cpu eae
set cpu history=100
show cpu
set tti unix
set rb ena
att rb image.fs
show dev
load -S a.rim
dep pc 0100
go
File diff suppressed because one or more lines are too long
Binary file not shown.
-31
View File
@@ -1,31 +0,0 @@
set cpu 8k
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
go