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