Files to generate usable console RL02 packs on 8600.

This commit is contained in:
ragge 1996-03-08 12:41:33 +00:00
parent 3ac9ff6af4
commit ba7706dd3c
14 changed files with 263 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.1 1996/03/08 12:41:33 ragge Exp $
# @(#)Makefile 7.2 (Berkeley) 5/8/91
BOOTS= boot
STDBOOS= defboo.com anyboo.com
DEFBOOS= defboo.hk defboo.hp defboo.ra defboo.up
DEVBOOS= hkmboo.com hksboo.com hpmboo.com hpsboo.com \
ramboo.com rasboo.com upmboo.com upsboo.com
#UTILS= format copy drtest
# order is NOT random...
OBJS= ${BOOTS} ${STDBOOS} ${DEVBOOS} ${UTILS}
DRIVE= /dev/crl
# build a boot console rl02 from a DEC console rl02 pack
update: ${OBJS}
arff rmf ${DRIVE} ${OBJS}
-rm -f defboo.com
defboo.com:
@echo You must copy one of ${DEFBOOS} to defboo.com.
@echo See installing and operating guide for details.
@/bin/false #force exits
boot: ../boot/boot
(cd ../boot;make boot)
dd if=../boot/boot of=boot bs=32 skip=1
clean:
rm -f ${BOOTS} ${UTILS} defboo.com

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! Conversational boot to single user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 0 ! Not used for conversational boot
DEPOSIT R11 3 ! Software boot flags (conversational and single)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! rk07 drive type boot to multi user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 3 ! rk07 drive type - uba0 - drive 0
DEPOSIT R11 0 ! Software boot flags (multi user mode)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! 'hp' drive type boot to multi user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 0 ! 'hp' drive type - mba0 - drive 0
DEPOSIT R11 0 ! Software boot flags (multi user mode)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! 'ra' MSCP drive type boot to multi user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 9 ! 'ra' MSCP drive type - uba0 - drive 0
DEPOSIT R11 0 ! Software boot flags (multi user mode)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! 'up' drive type boot to multi user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 2 ! 'up' drive type - uba0 - drive 0
DEPOSIT R11 0 ! Software boot flags (multi user mode)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! rk07 drive type boot to multi user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 3 ! rk07 drive type - uba0 - drive 0
DEPOSIT R11 0 ! Software boot flags (multi user mode)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! rk07 drive type boot to single user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 3 ! rk07 drive type - uba0 - drive 0
DEPOSIT R11 2 ! Software boot flags (single user mode)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! 'hp' drive type boot to multi user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 0 ! 'hp' drive type - mba0 - drive 0
DEPOSIT R11 0 ! Software boot flags (multi user mode)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! 'hp' drive type boot to single user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 0 ! 'hp' drive type - mba0 - drive 0
DEPOSIT R11 2 ! Software boot flags (single user mode)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! 'ra' MSCP drive type boot to multi user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 9 ! 'ra' MSCP drive type - uba0 - drive 0
DEPOSIT R11 0 ! Software boot flags (multi user mode)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! 'ra' MSCP drive type boot to single user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 9 ! 'ra' MSCP drive type - uba0 - drive 0
DEPOSIT R11 2 ! Software boot flags (single user mode)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! 'up' drive type boot to multi user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 2 ! 'up' drive type - uba0 - drive 0
DEPOSIT R11 0 ! Software boot flags (multi user mode)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2

View File

@ -0,0 +1,18 @@
!
! Load 'boot.' and boot 4.3BSD.
!
! 'up' drive type boot to single user mode
!
!
SET SNAP ON ! Enable ERROR_HALT snapshots
SET FBOX OFF ! System will turn on Fbox
INIT ! SRM processor init
UNJAM ! UNJAM SBIA's and enable master sbia interrupts
INIT/PAMM ! INIT physical address memory map
DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
DEPOSIT R10 2 ! 'up' drive type - uba0 - drive 0
DEPOSIT R11 2 ! Software boot flags (single user mode)
LOAD/START:0 BOOT. ! Load 'boot.' at memory location 0
START 2 ! Start 'boot.' at the address 2