BSD 4_3 development
[unix-history] / usr / src / sys / consolerl / ramboo.com
CommitLineData
14e470f8
C
1!\r
2! Load 'boot.' and boot 4.3BSD.\r
3!\r
4! 'ra' MSCP drive type boot to multi user mode\r
5!\r
6!\r
7SET SNAP ON ! Enable ERROR_HALT snapshots\r
8SET FBOX OFF ! System will turn on Fbox\r
9INIT ! SRM processor init\r
10UNJAM ! UNJAM SBIA's and enable master sbia interrupts\r
11INIT/PAMM ! INIT physical address memory map\r
12DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache\r
13\r
14DEPOSIT R10 9 ! 'ra' MSCP drive type - uba0 - drive 0\r
15DEPOSIT R11 0 ! Software boot flags (multi user mode)\r
16\r
17LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0\r
18START 2 ! Start 'boot.' at the address 2\r