diff options
Diffstat (limited to 'sys/arch/vax/floppy/upsboo.cmd')
-rw-r--r-- | sys/arch/vax/floppy/upsboo.cmd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/arch/vax/floppy/upsboo.cmd b/sys/arch/vax/floppy/upsboo.cmd new file mode 100644 index 00000000000..af96678067b --- /dev/null +++ b/sys/arch/vax/floppy/upsboo.cmd @@ -0,0 +1,13 @@ +!
+! BOOTSTRAP ON UP, LEAVING SINGLE USER
+!
+SET DEF HEX
+SET DEF LONG
+SET REL:0
+HALT
+UNJAM
+INIT
+LOAD BOOT
+D R10 2 ! DEVICE CHOICE 2=UP
+D R11 2 ! 2= RB_SINGLE
+START 2
|