1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-23 15:53:00 +00:00

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

View File

@@ -25,7 +25,7 @@ set dt disa
# show device settings:
show dev
# load and run the bootstrap code
load -S boot.rim
dep pc 010000
# load and run the paper tape bootstrap
# (loads system from disk)
load boot.rim 010000
go

View File

@@ -27,6 +27,5 @@ show dev
# load and run the paper tape bootstrap
# (loads system from disk)
load -S boot.rim
dep pc 010000
load boot.rim 010000
go