xref: /netbsd-src/sys/arch/vax/consolerl/hksboo.com (revision 4d7e773266e3c3f48566c86c0ad52d51c6454fd1)
1!
2! Load 'boot.' and boot 4.3BSD.
3!
4! rk07 drive type boot to single user mode
5!
6!
7SET SNAP ON		! Enable ERROR_HALT snapshots
8SET FBOX OFF		! System will turn on Fbox
9INIT			! SRM processor init
10UNJAM 			! UNJAM SBIA's and enable master sbia interrupts
11INIT/PAMM		! INIT physical address memory map
12DEPOSIT CSWP 8		! Turn off the cache - System will enable cache
13
14DEPOSIT R10 3		! rk07 drive type - uba0 - drive 0
15DEPOSIT R11 2		! Software boot flags (single user mode)
16
17LOAD/START:0 BOOT.	! Load 'boot.' at memory location 0
18START 2			! Start 'boot.' at the address 2
19