xref: /netbsd/sys/arch/vax/consolerl/hkmboo.com (revision b46484bb)
1*b46484bbSperry!	$NetBSD: hkmboo.com,v 1.2 1998/01/05 20:51:59 perry Exp $
2ba7706ddSragge!
3ba7706ddSragge! Load 'boot.' and boot 4.3BSD.
4ba7706ddSragge!
5ba7706ddSragge! rk07 drive type boot to multi user mode
6ba7706ddSragge!
7ba7706ddSragge!
8ba7706ddSraggeSET SNAP ON		! Enable ERROR_HALT snapshots
9ba7706ddSraggeSET FBOX OFF		! System will turn on Fbox
10ba7706ddSraggeINIT			! SRM processor init
11ba7706ddSraggeUNJAM 			! UNJAM SBIA's and enable master sbia interrupts
12ba7706ddSraggeINIT/PAMM		! INIT physical address memory map
13ba7706ddSraggeDEPOSIT CSWP 8		! Turn off the cache - System will enable cache
14ba7706ddSragge
15ba7706ddSraggeDEPOSIT R10 3		! rk07 drive type - uba0 - drive 0
16ba7706ddSraggeDEPOSIT R11 0		! Software boot flags (multi user mode)
17ba7706ddSragge
18ba7706ddSraggeLOAD/START:0 BOOT.	! Load 'boot.' at memory location 0
19ba7706ddSraggeSTART 2			! Start 'boot.' at the address 2
20