1 ! $NetBSD: anyboo.com,v 1.2 1998/01/05 20:51:56 perry Exp $ 2 ! 3 ! Load 'boot.' and boot 4.3BSD. 4 ! 5 ! Conversational boot to single 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 0 ! Not used for conversational boot 16 DEPOSIT R11 3 ! Software boot flags (conversational and single) 17 18 LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0 19 START 2 ! Start 'boot.' at the address 2 20