mirror of
https://github.com/livingcomputermuseum/UniBone.git
synced 2026-04-28 04:46:19 +00:00
69 lines
2.1 KiB
Batchfile
69 lines
2.1 KiB
Batchfile
# inputfile for demo to select a rl1 device in the "device test" menu.
|
|
# Read in with command line option "demo --cmdfile ..."
|
|
d # device test menu
|
|
|
|
# first, make a serial port. Default ist
|
|
# sd dl11
|
|
# p p ttyS2 # use "UART2 connector
|
|
# en dl11
|
|
|
|
|
|
pwr
|
|
.wait 3000 # wait for PDP-11 to reset
|
|
m i # install max UNIBUS memory
|
|
|
|
# Deposit bootloader into memory
|
|
m ll dl.lst
|
|
|
|
en rl # enable RL11 controller
|
|
|
|
# mount scratch 0 in RL02 #0 and start
|
|
en rl0 # enable drive #0
|
|
sd rl0 # select
|
|
p emulation_speed 10 # 10x speed. Load disk in 5 seconds
|
|
# set type to "rl02"
|
|
p runstopbutton 0 # released: "LOAD"
|
|
p powerswitch 1 # power on, now in "load" state
|
|
p image scratch0.rl02 # mount image file with test pattern
|
|
p runstopbutton 1 # press RUN/STOP, will start
|
|
#.end
|
|
|
|
# mount XXDP25 in RL02 #1 and start
|
|
en rl1 # enable drive #1
|
|
sd rl1 # select
|
|
p emulation_speed 10 # 10x speed. Load disk in 5 seconds
|
|
# set type to "rl02"
|
|
p runstopbutton 0 # released: "LOAD"
|
|
p powerswitch 1 # power on, now in "load" state
|
|
p image xxdp25.rl02 # mount image file with test pattern
|
|
p runstopbutton 1 # press RUN/STOP, will start
|
|
|
|
# mount XXDP22 in RL02 #2 and start
|
|
en rl2 # enable drive #2
|
|
sd rl2 # select
|
|
p emulation_speed 10 # 10x speed. Load disk in 5 seconds
|
|
# set type to "rl02"
|
|
p runstopbutton 0 # released: "LOAD"
|
|
p powerswitch 1 # power on, now in "load" state
|
|
p image xxdp22.rl02 # mount image file with test pattern
|
|
p runstopbutton 1 # press RUN/STOP, will start
|
|
|
|
# mount scratch3 in RL02 #3 and start
|
|
en rl3 # enable drive #3
|
|
sd rl3 # select
|
|
p emulation_speed 10 # 10x speed. Load disk in 5 seconds
|
|
# set type to "rl02"
|
|
p runstopbutton 0 # released: "LOAD"
|
|
p powerswitch 1 # power on, now in "load" state
|
|
p image scratch3.rl02 # mount image file with test pattern
|
|
p runstopbutton 1 # press RUN/STOP, will start
|
|
|
|
.print Disk drive now on track after 5 secs
|
|
.wait 6000 # wait until drive spins up
|
|
p # show all params of RL1
|
|
|
|
.print RL drives ready.
|
|
.print RL11 boot loader installed.
|
|
.print Start 10000 to boot from drive 0, 10010 for drive 1, ...
|
|
.print Reload with "m ll"
|