BSD 4_4_Lite1 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 9 Aug 1985 08:32:20 +0000 (00:32 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Fri, 9 Aug 1985 08:32:20 +0000 (00:32 -0800)
Work on file usr/src/sys/vax/consolerl/hkmboo.com
Work on file usr/src/sys/vax/consolerl/ramboo.com
Work on file usr/src/sys/vax/consolerl/hpsboo.com
Work on file usr/src/sys/vax/consolerl/hksboo.com
Work on file usr/src/sys/vax/consolerl/hpmboo.com
Work on file usr/src/sys/vax/consolerl/upmboo.com
Work on file usr/src/sys/vax/consolerl/rasboo.com
Work on file usr/src/sys/vax/consolerl/upsboo.com

Synthesized-from: CSRG/cd2/4.4BSD-Lite1

usr/src/sys/vax/consolerl/hkmboo.com [new file with mode: 0644]
usr/src/sys/vax/consolerl/hksboo.com [new file with mode: 0644]
usr/src/sys/vax/consolerl/hpmboo.com [new file with mode: 0644]
usr/src/sys/vax/consolerl/hpsboo.com [new file with mode: 0644]
usr/src/sys/vax/consolerl/ramboo.com [new file with mode: 0644]
usr/src/sys/vax/consolerl/rasboo.com [new file with mode: 0644]
usr/src/sys/vax/consolerl/upmboo.com [new file with mode: 0644]
usr/src/sys/vax/consolerl/upsboo.com [new file with mode: 0644]

diff --git a/usr/src/sys/vax/consolerl/hkmboo.com b/usr/src/sys/vax/consolerl/hkmboo.com
new file mode 100644 (file)
index 0000000..91afd76
--- /dev/null
@@ -0,0 +1,18 @@
+!\r
+! Load 'boot.' and boot 4.3BSD.\r
+!\r
+! rk07 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 3          ! rk07 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/vax/consolerl/hksboo.com b/usr/src/sys/vax/consolerl/hksboo.com
new file mode 100644 (file)
index 0000000..ca20e30
--- /dev/null
@@ -0,0 +1,18 @@
+!\r
+! Load 'boot.' and boot 4.3BSD.\r
+!\r
+! rk07 drive type boot to single 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 3          ! rk07 drive type - uba0 - drive 0\r
+DEPOSIT R11 2          ! Software boot flags (single 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/vax/consolerl/hpmboo.com b/usr/src/sys/vax/consolerl/hpmboo.com
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
diff --git a/usr/src/sys/vax/consolerl/hpsboo.com b/usr/src/sys/vax/consolerl/hpsboo.com
new file mode 100644 (file)
index 0000000..4b9d6be
--- /dev/null
@@ -0,0 +1,18 @@
+!\r
+! Load 'boot.' and boot 4.3BSD.\r
+!\r
+! 'hp' drive type boot to single 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 2          ! Software boot flags (single 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/vax/consolerl/ramboo.com b/usr/src/sys/vax/consolerl/ramboo.com
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/vax/consolerl/rasboo.com b/usr/src/sys/vax/consolerl/rasboo.com
new file mode 100644 (file)
index 0000000..9e43ec9
--- /dev/null
@@ -0,0 +1,18 @@
+!\r
+! Load 'boot.' and boot 4.3BSD.\r
+!\r
+! 'ra' MSCP drive type boot to single 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 2          ! Software boot flags (single 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/vax/consolerl/upmboo.com b/usr/src/sys/vax/consolerl/upmboo.com
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
diff --git a/usr/src/sys/vax/consolerl/upsboo.com b/usr/src/sys/vax/consolerl/upsboo.com
new file mode 100644 (file)
index 0000000..2420463
--- /dev/null
@@ -0,0 +1,18 @@
+!\r
+! Load 'boot.' and boot 4.3BSD.\r
+!\r
+! 'up' drive type boot to single 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 2          ! Software boot flags (single user mode)\r
+\r
+LOAD/START:0 BOOT.     ! Load 'boot.' at memory location 0\r
+START 2                        ! Start 'boot.' at the address 2\r