updated binaries
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -0,0 +1,31 @@
|
|||||||
|
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
|
||||||
@@ -68,6 +68,7 @@ copybinaries:
|
|||||||
mkdir -p $(BINARIES)
|
mkdir -p $(BINARIES)
|
||||||
cp image.fs $(BINARIES)
|
cp image.fs $(BINARIES)
|
||||||
cp a.rim $(BINARIES)
|
cp a.rim $(BINARIES)
|
||||||
|
cp unixv0.simh $(BINARIES)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f a.rim image.fs a.lst n.out alt/image.fs alt/a.rim alt/a.lst
|
rm -f a.rim image.fs a.lst n.out alt/image.fs alt/a.rim alt/a.lst
|
||||||
|
|||||||
Reference in New Issue
Block a user