1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-01-28 04:47:46 +00:00

Checkin missing scripts

This commit is contained in:
Joerg Hoppe
2019-12-19 12:53:01 +01:00
parent b2a79c5221
commit 52ada51f86
2 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,90 @@
# inputfile for demo to select a rsx11 device in the "device test" menu.
# Read in with command line option "demo --cmdfile ..."
d # device menu
pwr # reboot PDP-11
.wait 3000 # wait for PDP-11 to reset
#m i # install max UNIBUS memory
# Deposit bootloader into memory
m ll du.lst
en uda
# mount RSX11MP v4.6 in drive #0 and start
en uda0 # enable drive #0
sd uda0 # select drive #0
# set type to "RA80"
p type RA80
p uis 1
p image rsx11mpv4.6_du0_84.dsk # mount image file with test pattern
p
# Decus data disk in uda1:
en uda1 #enable drive #1
sd uda1 # select drive #1
p type RA80
p uis 1
p image rsx11mpv4.6_du1_84.dsk
p
en rl # enable RL11 controller
# mount RSX v4.16 in RL02 #0 and start
en rl0 # enable drive #0
sd rl0 # select
p emulation_speed 10 # 10x speed. Load disk in 5 seconds
p type rl02
p runstopbutton 0 # released: "LOAD"
p powerswitch 1 # power on, now in "load" state
p image dl0.dsk # mount image
#p image rsx11mp46.rl02 # mount image
p runstopbutton 0 # press RUN/STOP, will start
# mount DL1 in RL02 #1 and start
en rl1 # enable drive #1
sd rl1 # select
p emulation_speed 10 # 10x speed. Load disk in 5 seconds
p type rl02
p runstopbutton 0 # released: "LOAD"
p powerswitch 1 # power on, now in "load" state
p image dl1.dsk # mount image
p runstopbutton 0 # press RUN/STOP, will start
# mount DL1 in RL02 #1 and start
en rl2 # enable drive #2
sd rl2 # select
p emulation_speed 10 # 10x speed. Load disk in 5 seconds
p type rl02
p runstopbutton 0 # released: "LOAD"
p powerswitch 1 # power on, now in "load" state
p image dl2.dsk # mount image
p runstopbutton 0 # press RUN/STOP, will start
# mount DL2 in RL02 #2 and start
en rl3 # enable drive #3
sd rl3 # select
p emulation_speed 10 # 10x speed. Load disk in 5 seconds
p type rl02
p runstopbutton 0 # released: "LOAD"
p powerswitch 1 # power on, now in "load" state
p image dl3.dsk # mount image
p runstopbutton 0 # press RUN/STOP, will start
# set up DL11 serial port
#sd dl11 # select
#p addr 760010 # csr = 160010
#p iv 310 # vec = 310
#en dl11 # enable DL11
.print MSCP drives ready.
.print UDA50 boot loader installed.
.print Start 10000 to boot from drive 0, 10010 for drive 1, ...
.print Reload with "m ll"
.print RSX11 is "PidP11" image with Bilquist TCP/IP.
.print EDT [1,2]STARTUP.CMD to adapt serial ports, etc.
.print Accounts: SYSTEM/SYSTEM, MATLOCK/VARMIT ?

View File

@@ -0,0 +1,4 @@
# start RSX11MP V4.6 with "demo" application
cd ~/10.03_app_demo/5_applications/rsx11.mscp
~/10.03_app_demo/4_deploy/demo --verbose --debug --cmdfile rsx11mpv4.6_du_84.cmd