Home | History | Annotate | Line # | Download | only in consolerl
anyboo.com revision 1.1
      1  1.1  ragge !
      2  1.1  ragge ! Load 'boot.' and boot 4.3BSD.
      3  1.1  ragge !
      4  1.1  ragge ! Conversational boot to single user mode
      5  1.1  ragge !
      6  1.1  ragge !
      7  1.1  ragge SET SNAP ON		! Enable ERROR_HALT snapshots
      8  1.1  ragge SET FBOX OFF		! System will turn on Fbox
      9  1.1  ragge INIT			! SRM processor init
     10  1.1  ragge UNJAM 			! UNJAM SBIA's and enable master sbia interrupts
     11  1.1  ragge INIT/PAMM		! INIT physical address memory map
     12  1.1  ragge DEPOSIT CSWP 8		! Turn off the cache - System will enable cache
     13  1.1  ragge 
     14  1.1  ragge DEPOSIT R10 0		! Not used for conversational boot
     15  1.1  ragge DEPOSIT R11 3		! Software boot flags (conversational and single)
     16  1.1  ragge 
     17  1.1  ragge LOAD/START:0 BOOT.	! Load 'boot.' at memory location 0
     18  1.1  ragge START 2			! Start 'boot.' at the address 2
     19