Fixed autoMount processing when multiple disk controllers are loaded
This commit is contained in:
parent
8318336c10
commit
871b22c779
8 changed files with 114 additions and 61 deletions
31
devices/pdp11/machine/1170/panel/debugger/rt11/README.md
Normal file
31
devices/pdp11/machine/1170/panel/debugger/rt11/README.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
layout: page
|
||||
title: PDP-11/70 with Front Panel and Debugger
|
||||
permalink: /devices/pdp11/machine/1170/panel/debugger/xxdp/
|
||||
machines:
|
||||
- id: test1170
|
||||
type: pdp11
|
||||
config: /devices/pdp11/machine/1170/panel/debugger/machine.xml
|
||||
debugger: true
|
||||
autoStart: true
|
||||
autoMount:
|
||||
RK0:
|
||||
path: http://archive.pcjs.org/disks/dec/rk03/RK03-RT11-V40.json
|
||||
RL0:
|
||||
path: http://archive.pcjs.org/disks/dec/rl02k/RL02K-XXDP.json
|
||||
---
|
||||
|
||||
This machine is ready to boot [XXDP+ Diagnostics](/disks/dec/rl02k/xxdp/) ("BOOT RL0") and run
|
||||
diagnostics (e.g., "R EKBEE1"):
|
||||
|
||||
- [EKBAD0: 11/70 CPU DIAGNOSTIC (PART 1)](/disks/dec/rl02k/xxdp/ekbad0/)
|
||||
- [EKBBF0: 11/70 CPU DIAGNOSTIC (PART 2)](/disks/dec/rl02k/xxdp/ekbbf0/)
|
||||
- [EKBEE1: 11/70 MEMORY MANAGEMENT DIAGNOSTIC](/disks/dec/rl02k/xxdp/ekbee1/)
|
||||
|
||||
For more information about booting and running these diagnostics, see [XXDP+ Diagnostics](/disks/dec/rl02k/xxdp/).
|
||||
|
||||
{% include machine.html id="test1170" %}
|
||||
|
||||
Other interesting things to know about this machine:
|
||||
|
||||
* It includes an [M9312 ROM](/devices/pdp11/rom/M9312/) at address 165000. The exact ROM is [23-616F1](/devices/pdp11/rom/M9312/23-616F1.txt).
|
||||
|
|
@ -5,6 +5,7 @@ permalink: /devices/pdp11/machine/1170/panel/debugger/xxdp/
|
|||
machines:
|
||||
- id: test1170
|
||||
type: pdp11
|
||||
config: /devices/pdp11/machine/1170/panel/debugger/machine.xml
|
||||
debugger: true
|
||||
autoStart: true
|
||||
autoMount:
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.30.4/machine.xsl"?>
|
||||
<machine id="test1170" class="pdp11" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">PDP-11/70 with 256Kb, Front Panel and Debugger</name>
|
||||
<computer id="computer" busWidth="22"/>
|
||||
<cpu id="cpu" model="1170" cycles="6666667"/>
|
||||
<ram id="ram" addr="0x00000" size="0x40000" file="/apps/pdp11/boot/monitor/BOOTMON.json"/>
|
||||
<rom id="m9312" addr="0xEA00" size="0x200" file="/devices/pdp11/rom/M9312/23-616F1.json"/>
|
||||
<device id="default" type="default"/>
|
||||
<serial id="dl11" adapter="0" binding="print" upperCase="true"/>
|
||||
<panel ref="/devices/pdp11/panel/1170/debugger/front.xml"/>
|
||||
<debugger id="debugger" base="8" messages="" commands=""/>
|
||||
<device ref="/devices/pdp11/pc11/default.xml"/>
|
||||
<device ref="/devices/pdp11/rk11/default.xml"/>
|
||||
<device ref="/devices/pdp11/rl11/default.xml"/>
|
||||
</machine>
|
||||
|
|
@ -4,7 +4,8 @@
|
|||
<control type="container">
|
||||
<control type="list" binding="listDrives"/>
|
||||
<control type="list" binding="listDisks">
|
||||
<disk id="disk01" name="XXDP+ Diagnostics" path="http://archive.pcjs.org/disks/dec/rk03/RK03-XXDP.json"/>
|
||||
<disk id="disk01" name="RT-11 v4.0" path="http://archive.pcjs.org/disks/dec/rk03/RK03-RT11-V40.json"/>
|
||||
<disk id="disk02" name="XXDP+ Diagnostics" path="http://archive.pcjs.org/disks/dec/rk03/RK03-XXDP.json"/>
|
||||
</control>
|
||||
<control type="button" binding="loadDrive">Load</control>
|
||||
<control type="description" binding="descDisk" padRight="8px"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue