BSD 4_3_Tahoe development
[unix-history] / usr / src / sys / consolerl / hpsboo.com
CommitLineData
48aa63b7
C
1!\r
2! Load 'boot.' and boot 4.3BSD.\r
3!\r
4! 'hp' drive type boot to single 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 0 ! 'hp' drive type - mba0 - drive 0\r
15DEPOSIT R11 2 ! Software boot flags (single 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