Files to generate usable console RL02 packs on 8600.
This commit is contained in:
parent
3ac9ff6af4
commit
ba7706dd3c
29
sys/arch/vax/consolerl/Makefile
Normal file
29
sys/arch/vax/consolerl/Makefile
Normal 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
|
18
sys/arch/vax/consolerl/anyboo.com
Normal file
18
sys/arch/vax/consolerl/anyboo.com
Normal 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
|
18
sys/arch/vax/consolerl/defboo.hk
Normal file
18
sys/arch/vax/consolerl/defboo.hk
Normal 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
|
18
sys/arch/vax/consolerl/defboo.hp
Normal file
18
sys/arch/vax/consolerl/defboo.hp
Normal 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
|
18
sys/arch/vax/consolerl/defboo.ra
Normal file
18
sys/arch/vax/consolerl/defboo.ra
Normal 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
|
18
sys/arch/vax/consolerl/defboo.up
Normal file
18
sys/arch/vax/consolerl/defboo.up
Normal 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
|
18
sys/arch/vax/consolerl/hkmboo.com
Normal file
18
sys/arch/vax/consolerl/hkmboo.com
Normal 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
|
18
sys/arch/vax/consolerl/hksboo.com
Normal file
18
sys/arch/vax/consolerl/hksboo.com
Normal 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
|
18
sys/arch/vax/consolerl/hpmboo.com
Normal file
18
sys/arch/vax/consolerl/hpmboo.com
Normal 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
|
18
sys/arch/vax/consolerl/hpsboo.com
Normal file
18
sys/arch/vax/consolerl/hpsboo.com
Normal 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
|
18
sys/arch/vax/consolerl/ramboo.com
Normal file
18
sys/arch/vax/consolerl/ramboo.com
Normal 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
|
18
sys/arch/vax/consolerl/rasboo.com
Normal file
18
sys/arch/vax/consolerl/rasboo.com
Normal 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
|
18
sys/arch/vax/consolerl/upmboo.com
Normal file
18
sys/arch/vax/consolerl/upmboo.com
Normal 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
|
18
sys/arch/vax/consolerl/upsboo.com
Normal file
18
sys/arch/vax/consolerl/upsboo.com
Normal 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
|
Loading…
Reference in New Issue
Block a user