Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Replacing the last the remaining AWS links (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Jul 15, 2019
1 parent 944e54f commit c92f93e
Show file tree
Hide file tree
Showing 33 changed files with 52 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Here's a sample run, from a macOS Terminal window:
License: GPL version 3 or later <http://gnu.org/licenses/gpl.html>
Portions adapted from the PDP-11/70 Emulator v1.4 by Paul Nankervis <[email protected]>
bus: 256Kb RAM at 000000
Net.getResource("https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rk03/RK03-XXDP.json"): unimplemented
Net.getResource("https://pdp11-disks.pcjs.org/dec/rk03/RK03-XXDP.json"): unimplemented
notice: Unable to load disk "RK03-XXDP" (error -1: RK03-XXDP.json)
Computer object created: test1170.computer
console connected to machine (alt-r for REPL prompt, alt-x to exit)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions devices/pcx86/rom/5170/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ From [http://minuszerodegrees.net/bios/BIOS_5170_10JAN84_6MHZ.zip](http://minusz

The JSON-encoded ROM image that PCjs uses was created using the *FileDump* command-line *merge* option:

filedump --file=https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/rom/5170/BIOS_5170_10JAN84_U27_6181028_27256_6MHZ.BIN --merge=https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/rom/5170/BIOS_5170_10JAN84_U47_6181029_27256_6MHZ.BIN --output=ATBIOS-REV1.json --overwrite
filedump --file=https://www.pcjs.org/devices/pcx86/rom/5170/1984-01-10/BIOS_5170_10JAN84_U27_6181028_27256_6MHZ.BIN --merge=https://www.pcjs.org/devices/pcx86/rom/5170/1984-01-10/BIOS_5170_10JAN84_U47_6181029_27256_6MHZ.BIN --output=ATBIOS-REV1.json --overwrite

Since a MAP file ([ATBIOS-REV1.map](1984-01-10/ATBIOS-REV1.map)) exists as well, it is automatically appended to the JSON file
([ATBIOS-REV1.json](1984-01-10/ATBIOS-REV1.json)) when using a ROM input file (or JSON output file) with a matching filename.

It is also possible to create a merged binary ROM image ([ATBIOS-REV1.rom](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/rom/5170/ATBIOS-REV1.rom))
It is also possible to create a merged binary ROM image ([ATBIOS-REV1.rom](https://www.pcjs.org/devices/pcx86/rom/5170/1984-01-10/ATBIOS-REV1.rom))
by adding *--format=rom* to the command-line (the default is *--format=json*).

These operations can only be performed using the *FileDump* command-line interface; the *FileDump* API does not support
either the *merge* option or the appending of MAP data. For the moment, the API can only dump unadorned ROM images; eg:

http://localhost:8088/api/v1/dump/?file=https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/rom/5170/ATBIOS-REV1.rom
http://localhost:8088/api/v1/dump/?file=https://www.pcjs.org/devices/pcx86/rom/5170/1984-01-10/ATBIOS-REV1.rom

---

Expand Down Expand Up @@ -94,7 +94,7 @@ From [http://minuszerodegrees.net/bios/BIOS_5170_10JUN85_6MHZ.zip](http://minusz

The JSON-encoded ROM image that PCjs uses was created using the *FileDump* command-line *merge* option:

filedump --file=https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/rom/5170/BIOS_5170_10JUN85_U27_6480090_27256.BIN --merge=https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/rom/5170/BIOS_5170_10JUN85_U47_6480091_27256.BIN --output=ATBIOS-REV2.json --overwrite
filedump --file=https://www.pcjs.org/devices/pcx86/rom/5170/1985-06-10/BIOS_5170_10JUN85_U27_6480090_27256.BIN --merge=https://www.pcjs.org/devices/pcx86/rom/5170/1985-06-10/BIOS_5170_10JUN85_U47_6480091_27256.BIN --output=ATBIOS-REV2.json --overwrite

---

Expand Down Expand Up @@ -130,4 +130,4 @@ From [http://minuszerodegrees.net/bios/BIOS_5170_15NOV85_8MHZ_VARIATION_2.zip](h

The JSON-encoded ROM image that PCjs uses was created using the *FileDump* command-line *merge* option:

filedump --file=https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/rom/5170/BIOS_5170_15NOV85_U27_61X9266_27256.BIN --merge=https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/rom/5170/BIOS_5170_15NOV85_U47_61X9265_27256.BIN --output=ATBIOS-REV3.json --overwrite
filedump --file=https://www.pcjs.org/devices/pcx86/rom/5170/1985-11-15/BIOS_5170_15NOV85_U27_61X9266_27256.BIN --merge=https://www.pcjs.org/devices/pcx86/rom/5170/1985-11-15/BIOS_5170_15NOV85_U47_61X9265_27256.BIN --output=ATBIOS-REV3.json --overwrite
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions devices/pcx86/rom/compaq/deskpro386/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COMPAQ DeskPro 386 ROMs
Originally, the oldest COMPAQ DeskPro 386 ROM I had was a `Rev J.4` ROM from a "Version 2" motherboard designed
in 1987, released in 1988, and purchased on eBay in October 2014.

[<img src="Compaq_DeskPro_386-16_System_Board_V2-640.jpg" alt="Compaq DeskPro 386 System Board Version 2"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/rom/compaq/deskpro386/Compaq_DeskPro_386-16_System_Board_V2.jpg)
[<img src="Compaq_DeskPro_386-16_System_Board_V2-640.jpg" alt="Compaq DeskPro 386 System Board Version 2"/>](Compaq_DeskPro_386-16_System_Board_V2.jpg)

And thanks to folks on the [Vintage Computer](http://www.vintage-computer.com/) forums, I was later able to add
the `Rev N.1` ROM from 1989 to this collection. And when I obtained a DeskPro 386/25 from eBay in March 2015, I was
Expand Down Expand Up @@ -87,9 +87,9 @@ Arduino-compatible prototyping board, and capturing the serial port output on my
by [NYC Resistor](http://www.nycresistor.com/) contributor [phooky](http://www.nycresistor.com/author/phooky/).

The DeskPro 386 ROMs were P27128A-2 chips, so I wired my Uno32 based on this
[27128A](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/pubs/pc/datasheets/27128A.pdf) datasheet -- the closest match I could find online.
[27128A](https://1drv.ms/b/s!ArcO_mFRe1Z9gqEu9pZaLgq772i_fQ?e=LZxxHU) datasheet -- the closest match I could find online.

![<img src="Compaq_DeskPro_386-16_System_ROM_V2_Breadboard-640.jpg" alt="Compaq DeskPro 386 System ROM Version 2"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/rom/compaq/deskpro386/Compaq_DeskPro_386-16_System_ROM_V2_Breadboard.jpg)
![<img src="Compaq_DeskPro_386-16_System_ROM_V2_Breadboard-640.jpg" alt="Compaq DeskPro 386 System ROM Version 2"/>](Compaq_DeskPro_386-16_System_ROM_V2_Breadboard.jpg)

On my first dump attempt, every ROM address returned 0xFF. After looking at the 27128A datasheet more closely,
I noticed the DEVICE OPERATION table indicated that, for a READ operation, /CE and /OE pins should be connected to
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion devices/pcx86/video/compaq/vga/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COMPAQ Video Graphics Controller (VGA)
This is the COMPAQ Video Graphics Controller Board, one of the earliest VGA boards COMPAQ released
for its DeskPro 386 line.

[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/video/compaq/vga/109360-001/Compaq_VGA_109360-001-640.jpg" alt="COMPAQ VGA Board"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/video/compaq/vga/109360-001/Compaq_VGA_109360-001.jpg)
[<img src="https://www.pcjs.org/devices/pcx86/video/compaq/vga/109360-001/Compaq_VGA_109360-001-640.jpg" alt="COMPAQ VGA Board"/>](https://www.pcjs.org/devices/pcx86/video/compaq/vga/109360-001/Compaq_VGA_109360-001.jpg)

It was featured in the February 16, 1988 of PC Magazine (p.188). At that time, it retailed for $599, and it was described
as "the sharpest, fastest IBM-standard video board you can slide into your PC." The article goes on to say:
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion devices/pcx86/video/ibm/ega/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The symbol information in the MAP file will be automatically converted and appen

The PCjs server's Dump API can be used as well:

https://www.pcjs.org/api/v1/dump?file=https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/video/ibm/ega/1984-09-13/ibm-ega.rom&format=bytes&decimal=true
https://www.pcjs.org/api/v1/dump?file=https://www.pcjs.org/devices/pcx86/video/ibm/ega/1984-09-13/ibm-ega.rom&format=bytes&decimal=true

### IBM EGA Font Information

Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions devices/pcx86/video/ibm/vga/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ machines, *not* PS/2 machines.

To (re)build the JSON-encoded IBM VGA ROM with symbols, run the following command:

filedump --file=archive/ibm-vga.rom --format=bytes --decimal
filedump --file=archive/ibm-vga.rom --format=bytes --decimal

The symbol information in the MAP file will be automatically converted and appended to the dump of the ROM file.

The PCjs server's Dump API can be used as well:

https://www.pcjs.org/api/v1/dump?file=https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/video/ibm/vga/1986-10-27/ibm-vga.rom&format=bytes&decimal=true
https://www.pcjs.org/api/v1/dump?file=https://www.pcjs.org/devices/pcx86/video/ibm/vga/1986-10-27/ibm-vga.rom&format=bytes&decimal=true

The disassembled contents of the 1986-10-27 ROM from the IBM PS/2 Display Adapter is available [here](1986-10-27/ibm-vga.asm).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion devices/pcx86/video/paradise/vga/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Paradise VGA Board: WDVGA PLUS 16

This Paradise VGA board was manufactured in 1988 and sold by Western Digital Corporation as a **WDVGA PLUS 16**, Model No. 61-603023-02.

[<img src="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/video/paradise/vga/Paradise_VGA_1988-640.jpg" alt="Paradise VGA Board"/>](https://s3-us-west-2.amazonaws.com/archive.pcjs.org/devices/pcx86/video/paradise/vga/Paradise_VGA_1988.jpg)
[<img src="https://www.pcjs.org/devices/pcx86/video/paradise/vga/Paradise_VGA_1988-640.jpg" alt="Paradise VGA Board"/>](https://www.pcjs.org/devices/pcx86/video/paradise/vga/Paradise_VGA_1988.jpg)

A copy of the board's [ROM BIOS](1988-05-23.json) was created by [dumping](/devices/pcx86/rom/compaq/deskpro386/#dumping-the-roms)
the contents of each of the board's two M27128AZB PROMs to a *.hex* file, and then merging the *.hex* files with the following
Expand Down
2 changes: 1 addition & 1 deletion devices/pdp11/machine/1170/4mb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ machines:
type: pdp11
autoMount:
RL0:
path: https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rl01k/RL01K-RSTS-V70.json
path: https://pdp11-disks.pcjs.org/dec/rl01k/RL01K-RSTS-V70.json
---

{% include machine.html id="test1170" %}
2 changes: 1 addition & 1 deletion devices/pdp11/machine/1170/4mb/debugger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ machines:
autoStart: true
autoMount:
RL0:
path: https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rl01k/RL01K-RSTS-V70.json
path: https://pdp11-disks.pcjs.org/dec/rl01k/RL01K-RSTS-V70.json
---

{% include machine.html id="test1170" %}
2 changes: 1 addition & 1 deletion devices/pdp11/machine/1170/panel/debugger/rsts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ machines:
autoStart: true
autoMount:
RL0:
path: https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rl01k/RL01K-RSTS-V70.json
path: https://pdp11-disks.pcjs.org/dec/rl01k/RL01K-RSTS-V70.json
---

This machine is ready to boot [RSTS/E v7.0](/disks/dec/rl01k/rstsv70/) ("BOOT RL0").
Expand Down
4 changes: 2 additions & 2 deletions devices/pdp11/machine/1170/panel/debugger/rt11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ machines:
autoStart: true
autoMount:
RK0:
path: https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rk03/RK03-RT11-V40.json
path: https://pdp11-disks.pcjs.org/dec/rk03/RK03-RT11-V40.json
RL0:
path: https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rl02k/RL02K-XXDP.json
path: https://pdp11-disks.pcjs.org/dec/rl02k/RL02K-XXDP.json
PTR:
path: /apps/pdp11/tapes/absloader/DEC-11-L2PC-PO.json
---
Expand Down
2 changes: 1 addition & 1 deletion devices/pdp11/machine/1170/panel/debugger/xxdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ machines:
autoStart: true
autoMount:
RL0:
path: https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rl02k/RL02K-XXDP.json
path: https://pdp11-disks.pcjs.org/dec/rl02k/RL02K-XXDP.json
sticky: top
machineScripts:
runEKBAD0: |
Expand Down
4 changes: 2 additions & 2 deletions devices/pdp11/rk11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ used to control the device, such as choosing which disks should be "auto-mounted

```xml
<?xml version="1.0" encoding="UTF-8"?>
<device id="rk11" type="rk11" autoMount='{RK0:{path:"https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rk03/RK03-XXDP.json"}}' pos="left" width="35%" padLeft="8px" padBottom="8px">
<device id="rk11" type="rk11" autoMount='{RK0:{path:"https://pdp11-disks.pcjs.org/dec/rk03/RK03-XXDP.json"}}' pos="left" width="35%" padLeft="8px" padBottom="8px">
<name>Disk Drive Controls</name>
<control type="container">
<control type="list" binding="listDrives"/>
<control type="list" binding="listDisks">
<disk id="disk01" name="XXDP+ Diagnostics" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rk03/RK03-XXDP.json"/>
<disk id="disk01" name="XXDP+ Diagnostics" path="https://pdp11-disks.pcjs.org/dec/rk03/RK03-XXDP.json"/>
</control>
<control type="button" binding="loadDisk">Load</control>
<control type="button" binding="bootDisk">Boot</control>
Expand Down
10 changes: 5 additions & 5 deletions devices/pdp11/rk11/default.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<device id="rk11" type="rk11" autoMountExample='{RK0:{path:"https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rk03/RK03-XXDP.json"}}' pos="left" width="35%" padLeft="8px" padBottom="8px">
<device id="rk11" type="rk11" autoMountExample='{RK0:{path:"https://pdp11-disks.pcjs.org/dec/rk03/RK03-XXDP.json"}}' pos="left" width="35%" padLeft="8px" padBottom="8px">
<control type="container">
<control type="list" binding="listDrives"/>
<control type="list" binding="listDisks">
<disk id="disk01" name="RT-11 v4.0" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rk03/RK03-RT11-V40.json"/>
<disk id="disk02" name="Unix v5" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rk03/RK03-UNIX-V5.json"/>
<disk id="disk03" name="Unix v5 (SimH)" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rk03/RK03-UNIX-V5-SIMH.json">
<disk id="disk01" name="RT-11 v4.0" path="https://pdp11-disks.pcjs.org/dec/rk03/RK03-RT11-V40.json"/>
<disk id="disk02" name="Unix v5" path="https://pdp11-disks.pcjs.org/dec/rk03/RK03-UNIX-V5.json"/>
<disk id="disk03" name="Unix v5 (SimH)" path="https://pdp11-disks.pcjs.org/dec/rk03/RK03-UNIX-V5-SIMH.json">
<link href="http://simh.trailing-edge.com/kits/uv5swre.zip">PDP-11 UNIX V5 with sources (under license provided by Caldera Corporation)</link>
</disk>
<disk id="disk04" name="XXDP+ Diagnostics" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rk03/RK03-XXDP.json"/>
<disk id="disk04" name="XXDP+ Diagnostics" path="https://pdp11-disks.pcjs.org/dec/rk03/RK03-XXDP.json"/>
</control>
<control type="button" binding="loadDisk">Load</control>
<control type="button" binding="bootDisk">Boot</control>
Expand Down
4 changes: 2 additions & 2 deletions devices/pdp11/rl11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ used to control the device, such as choosing which disks should be "auto-mounted

```xml
<?xml version="1.0" encoding="UTF-8"?>
<device id="rl11" type="rl11" autoMount='{RL0:{path:"https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rl02k/RL02K-XXDP.json"}}' pos="left" width="35%" padLeft="8px" padBottom="8px">
<device id="rl11" type="rl11" autoMount='{RL0:{path:"https://pdp11-disks.pcjs.org/dec/rl02k/RL02K-XXDP.json"}}' pos="left" width="35%" padLeft="8px" padBottom="8px">
<name>Disk Drive Controls</name>
<control type="container">
<control type="list" binding="listDrives"/>
<control type="list" binding="listDisks">
<disk id="disk01" name="XXDP+ Diagnostics" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rl02k/RL02K-XXDP.json"/>
<disk id="disk01" name="XXDP+ Diagnostics" path="https://pdp11-disks.pcjs.org/dec/rl02k/RL02K-XXDP.json"/>
</control>
<control type="button" binding="loadDisk">Load</control>
<control type="button" binding="bootDisk">Boot</control>
Expand Down
6 changes: 3 additions & 3 deletions devices/pdp11/rl11/default.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<device id="rl11" type="rl11" autoMountExample='{RL0:{path:"https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rl02k/RL02K-XXDP.json"}}' pos="left" width="35%" padLeft="8px" padBottom="8px">
<device id="rl11" type="rl11" autoMountExample='{RL0:{path:"https://pdp11-disks.pcjs.org/dec/rl02k/RL02K-XXDP.json"}}' pos="left" width="35%" padLeft="8px" padBottom="8px">
<control type="container">
<control type="list" binding="listDrives"/>
<control type="list" binding="listDisks">
<disk id="disk01" name="RSTS/E v7.0" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rl01k/RL01K-RSTS-V70.json"/>
<disk id="disk02" name="XXDP+ Diagnostics" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rl02k/RL02K-XXDP.json"/>
<disk id="disk01" name="RSTS/E v7.0" path="https://pdp11-disks.pcjs.org/dec/rl01k/RL01K-RSTS-V70.json"/>
<disk id="disk02" name="XXDP+ Diagnostics" path="https://pdp11-disks.pcjs.org/dec/rl02k/RL02K-XXDP.json"/>
</control>
<control type="button" binding="loadDisk">Load</control>
<control type="button" binding="bootDisk">Boot</control>
Expand Down
18 changes: 9 additions & 9 deletions devices/pdp11/rx11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ used to control the device, such as choosing which disks should be "auto-mounted
<control type="container">
<control type="list" binding="listDrives"/>
<control type="list" binding="listDisks">
<disk id="disk01" name="RT-11 V3 SYS (1 OF 9)" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rx01/RX01-RT11-V03-1.json"/>
<disk id="disk01" name="RT-11 V3 SYS (2 OF 9)" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rx01/RX01-RT11-V03-2.json"/>
<disk id="disk01" name="RT-11 V3 SYS (3 OF 9)" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rx01/RX01-RT11-V03-3.json"/>
<disk id="disk01" name="RT-11 V3 SYS (4 OF 9)" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rx01/RX01-RT11-V03-4.json"/>
<disk id="disk01" name="RT-11 V3 SYS (5 OF 9)" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rx01/RX01-RT11-V03-5.json"/>
<disk id="disk01" name="RT-11 V3 SYS (6 OF 9)" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rx01/RX01-RT11-V03-6.json"/>
<disk id="disk01" name="RT-11 V3 SYS (7 OF 9)" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rx01/RX01-RT11-V03-7.json"/>
<disk id="disk01" name="RT-11 V3 SYS (8 OF 9)" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rx01/RX01-RT11-V03-8.json"/>
<disk id="disk01" name="RT-11 V3 SYS (9 OF 9)" path="https://s3-us-west-2.amazonaws.com/archive.pcjs.org/disks/dec/rx01/RX01-RT11-V03-9.json"/>
<disk id="disk01" name="RT-11 V3 SYS (1 OF 9)" path="https://pdp11-disks.pcjs.org/dec/rx01/RX01-RT11-V03-1.json"/>
<disk id="disk01" name="RT-11 V3 SYS (2 OF 9)" path="https://pdp11-disks.pcjs.org/dec/rx01/RX01-RT11-V03-2.json"/>
<disk id="disk01" name="RT-11 V3 SYS (3 OF 9)" path="https://pdp11-disks.pcjs.org/dec/rx01/RX01-RT11-V03-3.json"/>
<disk id="disk01" name="RT-11 V3 SYS (4 OF 9)" path="https://pdp11-disks.pcjs.org/dec/rx01/RX01-RT11-V03-4.json"/>
<disk id="disk01" name="RT-11 V3 SYS (5 OF 9)" path="https://pdp11-disks.pcjs.org/dec/rx01/RX01-RT11-V03-5.json"/>
<disk id="disk01" name="RT-11 V3 SYS (6 OF 9)" path="https://pdp11-disks.pcjs.org/dec/rx01/RX01-RT11-V03-6.json"/>
<disk id="disk01" name="RT-11 V3 SYS (7 OF 9)" path="https://pdp11-disks.pcjs.org/dec/rx01/RX01-RT11-V03-7.json"/>
<disk id="disk01" name="RT-11 V3 SYS (8 OF 9)" path="https://pdp11-disks.pcjs.org/dec/rx01/RX01-RT11-V03-8.json"/>
<disk id="disk01" name="RT-11 V3 SYS (9 OF 9)" path="https://pdp11-disks.pcjs.org/dec/rx01/RX01-RT11-V03-9.json"/>
</control>
<control type="button" binding="loadDisk">Load</control>
<control type="button" binding="bootDisk">Boot</control>
Expand Down
Loading

0 comments on commit c92f93e

Please sign in to comment.