diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-03 09:10:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-03 09:10:29 +0000 |
commit | 595cbd2e050401adf0cab2bab6ce52f902dfbb54 (patch) | |
tree | 8474c159022572bb93d15b7f2c287d1044321bc1 /sys/arch/vax/consolerl/hksboo.com | |
parent | 3472e7ae763d3e453e57b218243b6d60ece25b43 (diff) |
sync w/ 0430
Diffstat (limited to 'sys/arch/vax/consolerl/hksboo.com')
-rw-r--r-- | sys/arch/vax/consolerl/hksboo.com | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/arch/vax/consolerl/hksboo.com b/sys/arch/vax/consolerl/hksboo.com new file mode 100644 index 00000000000..ca20e30f60e --- /dev/null +++ b/sys/arch/vax/consolerl/hksboo.com @@ -0,0 +1,18 @@ +!
+! Load 'boot.' and boot 4.3BSD.
+!
+! rk07 drive type boot to single 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 2 ! Software boot flags (single user mode)
+
+LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
+START 2 ! Start 'boot.' at the address 2
|