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