defboo.ra revision 1.2 1 ! $NetBSD: defboo.ra,v 1.2 1998/01/05 20:51:58 perry Exp $
2 !
3 ! Load 'boot.' and boot 4.3BSD.
4 !
5 ! 'ra' MSCP drive type boot to multi user mode
6 !
7 !
8 SET SNAP ON ! Enable ERROR_HALT snapshots
9 SET FBOX OFF ! System will turn on Fbox
10 INIT ! SRM processor init
11 UNJAM ! UNJAM SBIA's and enable master sbia interrupts
12 INIT/PAMM ! INIT physical address memory map
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
14
15 DEPOSIT R10 9 ! 'ra' MSCP drive type - uba0 - drive 0
16 DEPOSIT R11 0 ! Software boot flags (multi user mode)
17
18 LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
19 START 2 ! Start 'boot.' at the address 2
20