unixv0.simh: boot.rim now "Hardware Read In" format

(only 12 inches of virtual tape)!
This commit is contained in:
Phil Budne
2016-03-25 00:44:06 -04:00
parent 15a61c0512
commit c8010fbbf9
2 changed files with 4 additions and 5 deletions
+3 -3
View File
@@ -25,7 +25,7 @@ set dt disa
# show device settings: # show device settings:
show dev show dev
# load and run the bootstrap code # load and run the paper tape bootstrap
load -S boot.rim # (loads system from disk)
dep pc 010000 load boot.rim 010000
go go
+1 -2
View File
@@ -27,6 +27,5 @@ show dev
# load and run the paper tape bootstrap # load and run the paper tape bootstrap
# (loads system from disk) # (loads system from disk)
load -S boot.rim load boot.rim 010000
dep pc 010000
go go