diff options
Diffstat (limited to 'sys/arch/vax/consolerl/defboo.hk')
-rw-r--r-- | sys/arch/vax/consolerl/defboo.hk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/arch/vax/consolerl/defboo.hk b/sys/arch/vax/consolerl/defboo.hk new file mode 100644 index 00000000000..91afd768200 --- /dev/null +++ b/sys/arch/vax/consolerl/defboo.hk @@ -0,0 +1,18 @@ +!
+! Load 'boot.' and boot 4.3BSD.
+!
+! rk07 drive type boot to multi user mode
+!
+!
+SET SNAP ON ! Enable ERROR_HALT snapshots
+SET FBOX OFF ! System will turn on Fbox
+INIT ! SRM processor init
+UNJAM ! UNJAM SBIA's and enable master sbia interrupts
+INIT/PAMM ! INIT physical address memory map
+DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
+
+DEPOSIT R10 3 ! rk07 drive type - uba0 - drive 0
+DEPOSIT R11 0 ! Software boot flags (multi user mode)
+
+LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
+START 2 ! Start 'boot.' at the address 2
|