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

Synthesized-from: CSRG/cd2/4.3reno

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

diff --git a/usr/src/sys/consolerl/defboo.ra b/usr/src/sys/consolerl/defboo.ra
new file mode 100644 (file)
index 0000000..7c6e5aa
--- /dev/null
@@ -0,0 +1,18 @@
+!\r
+! Load 'boot.' and boot 4.3BSD.\r
+!\r
+! 'ra' MSCP 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 9          ! 'ra' MSCP drive type - uba0 - 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
diff --git a/usr/src/sys/consolerl/defboo.up b/usr/src/sys/consolerl/defboo.up
new file mode 100644 (file)
index 0000000..b394b49
--- /dev/null
@@ -0,0 +1,18 @@
+!\r
+! Load 'boot.' and boot 4.3BSD.\r
+!\r
+! 'up' 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 2          ! 'up' drive type - uba0 - 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