From c8010fbbf9c49993558c4882d65cf3251d43e7c0 Mon Sep 17 00:00:00 2001 From: Phil Budne Date: Fri, 25 Mar 2016 00:44:06 -0400 Subject: [PATCH] unixv0.simh: boot.rim now "Hardware Read In" format (only 12 inches of virtual tape)! --- build/alt/unixv0.simh | 6 +++--- build/unixv0.simh | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/build/alt/unixv0.simh b/build/alt/unixv0.simh index e89dd46..900fc2a 100644 --- a/build/alt/unixv0.simh +++ b/build/alt/unixv0.simh @@ -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 diff --git a/build/unixv0.simh b/build/unixv0.simh index 8cc986e..7abf4fc 100644 --- a/build/unixv0.simh +++ b/build/unixv0.simh @@ -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