1998-01-05 23:51:25 +03:00
|
|
|
! $NetBSD: rasboo.com,v 1.2 1998/01/05 20:52:02 perry Exp $
|
1996-03-08 15:41:33 +03:00
|
|
|
!
|
|
|
|
! Load 'boot.' and boot 4.3BSD.
|
|
|
|
!
|
|
|
|
! 'ra' MSCP drive type boot to single user mode
|
|
|
|
!
|
|
|
|
!
|
|
|
|
SET SNAP ON ! Enable ERROR_HALT snapshots
|
|
|
|
SET FBOX OFF ! System will turn on Fbox
|
|
|
|
INIT ! SRM processor init
|
|
|
|
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
|
|
|
|
INIT/PAMM ! INIT physical address memory map
|
|
|
|
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
|
|
|
|
|
|
|
|
DEPOSIT R10 9 ! 'ra' MSCP drive type - uba0 - drive 0
|
|
|
|
DEPOSIT R11 2 ! Software boot flags (single user mode)
|
|
|
|
|
|
|
|
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
|
|
|
|
START 2 ! Start 'boot.' at the address 2
|