Start on support for component scripts

This commit is contained in:
Jeff Parsons 2017-01-24 15:37:46 -08:00 committed by Jeff Parsons
commit aa4cdca89e
2 changed files with 17 additions and 10 deletions

View file

@ -12,6 +12,12 @@ machines:
RL0:
path: http://archive.pcjs.org/disks/dec/rl02k/RL02K-XXDP.json
sticky: top
commands:
bootXXDP: |
select rl11 listDrives RL0
select rl11 listDisks "XXDP+ Diagnostics"
load rl11
boot rl11
---
This machine is ready to boot [XXDP+ Diagnostics](/disks/dec/rl02k/xxdp/) ("BOOT RL0") and run
@ -27,9 +33,10 @@ Step-by-step instructions are included below. Other interesting things to know
{% include machine.html id="test1170" %}
Step 1: We need to select a drive to load the XXDP+ Diagnostics disk, and since it is an RL02K disk,
we need to use an RL02 drive. A typical PDP-11 machine with a single RL11 disk controller could contain
up to four such drives, which we refer to as RL0 through RL3.
Step 1: We need to select a drive to load the [RL02K XXDP+ Diagnostics Disk](/disks/dec/rl02k/xxdp/), and since it is
an RL02K disk, we need to use an RL02 drive. A typical PDP-11 machine with a single [RL11 Disk Controller](/devices/pdp11/rl11/)
could contain up to four such drives, which we refer to as RL0 through RL3.
To select drive RL0, press {% include machine-command.html type='button' label='Select RL0' machine='test1170' component='RL11' command='selectDrive' value='RL0' %}
To boot the [RL02K XXDP+ Diagnostics Disk](/disks/dec/rl02k/xxdp/) in one step, press {% include machine-command.html type='button' label='Boot XXDP+' machine='test1170' component='RL11' command='bootXXDP' %}