Fixed the LKS Monitor bit
This commit is contained in:
parent
f1ee9d7331
commit
010ba29b20
11 changed files with 42 additions and 18 deletions
|
|
@ -10,8 +10,9 @@ PDP-11 Device Configurations
|
|||
[PDP-11 Machines](/devices/pdp11/machine/) rely on a variety of machine configuration files and resources, including:
|
||||
|
||||
* [Control Panels](panel/)
|
||||
* [Serial Interface for Display Terminals (DL11)](dl11/)
|
||||
* [High-Speed Paper Tape Reader/Punch (PC11)](pc11/)
|
||||
* Serial Interface for Display Terminals [(DL11)](dl11/)
|
||||
* High-Speed Paper Tape Reader/Punch [(PC11)](pc11/)
|
||||
* Disk Controllers ([RL11](rl11/))
|
||||
* [ROM Images](rom/)
|
||||
|
||||
Sample machines include a
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@ PDPjs is currently being tested with the following PDP-11/20 machine configurati
|
|||
* [PDP-11/20 Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/) (with [Debugger](/devices/pdp11/machine/1120/bootstrap/debugger/))
|
||||
* [PDP-11/20 BASIC Demo](/devices/pdp11/machine/1120/basic/) (with [Debugger](/devices/pdp11/machine/1120/basic/debugger/))
|
||||
|
||||
The "Demo" machines come with 16Kb of RAM and a [PC11 Paper Tape Reader](/devices/pdp11/pc11/). The "Boot Test" machine
|
||||
The "Demo" machines come with 16Kb of RAM and a [PC11 Paper Tape Reader](/devices/pdp11/pc11/). The "Boot Monitor" machine
|
||||
has 56Kb of RAM.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ permalink: /devices/pdp11/machine/
|
|||
PDP-11 Machine Configurations
|
||||
-----------------------------
|
||||
|
||||
[PDPjs](/modules/pdp11/), our PDP-11 emulation module, supports the following PDP-11 machines:
|
||||
[PDP-11 Devices](/devices/pdp11/) are used to build a variety of PDP-11 machines:
|
||||
|
||||
* [PDP-11/20](/devices/pdp11/machine/1120/)
|
||||
* PDP-11/45
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ permalink: /devices/pdp11/rl11/
|
|||
RL11 Disk Controller
|
||||
--------------------
|
||||
|
||||
The RL11 Disk Controller controls up to four RL01 or RL02 disk drives, which in turn read/write RL01K or
|
||||
[RL02K](/disks/dec/rl02k/) disk cartridges.
|
||||
|
||||
Machines containing the [RL11 Component](/modules/pdp11/lib/pc11.js) include:
|
||||
|
||||
- [PDP-11/70 Boot Monitor](/devices/pdp11/machine/1170/monitor/) (with [Debugger](/devices/pdp11/machine/1170/monitor/debugger/))
|
||||
|
|
@ -30,7 +33,7 @@ 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="rl3" name="XXDP Diagnostics" path="http://archive.pcjs.org/disks/dec/rl02k/RL02K-XXDP.json"/>
|
||||
<disk id="rl3" name="XXDP+ Diagnostics" path="http://archive.pcjs.org/disks/dec/rl02k/RL02K-XXDP.json"/>
|
||||
</control>
|
||||
<control type="button" binding="loadDrive">Load</control>
|
||||
<control type="description" binding="descDisk" padRight="8px"/>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<control type="container">
|
||||
<control type="list" binding="listDrives"/>
|
||||
<control type="list" binding="listDisks">
|
||||
<disk id="rl3" name="XXDP Diagnostics" path="http://archive.pcjs.org/disks/dec/rl02k/RL02K-XXDP.json"/>
|
||||
<disk id="rl3" name="XXDP+ Diagnostics" path="http://archive.pcjs.org/disks/dec/rl02k/RL02K-XXDP.json"/>
|
||||
</control>
|
||||
<control type="button" binding="loadDrive">Load</control>
|
||||
<control type="description" binding="descDisk" padRight="8px"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue