BSD 4_3_Tahoe development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 9 Aug 1985 08:57:17 +0000 (00:57 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 9 Aug 1985 08:57:17 +0000 (00:57 -0800)
Work on file usr/src/sys/consolerl/defboo.hp

Synthesized-from: CSRG/cd2/4.3tahoe

usr/src/sys/consolerl/defboo.hp [new file with mode: 0644]

diff --git a/usr/src/sys/consolerl/defboo.hp b/usr/src/sys/consolerl/defboo.hp
new file mode 100644 (file)
index 0000000..ca3f5b2
--- /dev/null
@@ -0,0 +1,18 @@
+!\r
+! Load 'boot.' and boot 4.3BSD.\r
+!\r
+! 'hp' drive type boot to multi user mode\r
+!\r
+!\r
+SET SNAP ON            ! Enable ERROR_HALT snapshots\r
+SET FBOX OFF           ! System will turn on Fbox\r
+INIT                   ! SRM processor init\r
+UNJAM                  ! UNJAM SBIA's and enable master sbia interrupts\r
+INIT/PAMM              ! INIT physical address memory map\r
+DEPOSIT CSWP 8         ! Turn off the cache - System will enable cache\r
+\r
+DEPOSIT R10 0          ! 'hp' drive type - mba0 - drive 0\r
+DEPOSIT R11 0          ! Software boot flags (multi user mode)\r
+\r
+LOAD/START:0 BOOT.     ! Load 'boot.' at memory location 0\r
+START 2                        ! Start 'boot.' at the address 2\r