Fixed the components.xsl for PDPjs machines, and added more instructions, resource links, etc, for the PDP-11 demo machines
This commit is contained in:
parent
8e2b50afe1
commit
21d91cbcfa
35 changed files with 685 additions and 284 deletions
|
|
@ -1,26 +1,25 @@
|
|||
---
|
||||
layout: page
|
||||
title: DEC PDP-11 Tapes
|
||||
title: DEC PDP-11 Tape Images
|
||||
permalink: /apps/pdp11/tapes/
|
||||
---
|
||||
|
||||
DEC PDP-11 Tapes
|
||||
----------------
|
||||
DEC PDP-11 Tape Images
|
||||
----------------------
|
||||
|
||||
We have archived the following DEC PDP-11 Tapes:
|
||||
|
||||
- [Absolute Loader](DEC-11-L2PC-PO.json)
|
||||
- [BASIC (Single User)](DEC-11-AJPB-PB.json)
|
||||
- [Absolute Loader](absloader/)
|
||||
- [BASIC (Single User)](basic/)
|
||||
|
||||
To make it easy for PDPjs machines to load these tapes, we created the following High-Speed
|
||||
Paper Tape Reader (PC11) configurations:
|
||||
|
||||
- [demo.xml](/devices/pdp11/pc11/demo.xml)
|
||||
|
||||
which is typically instantiated by a Machine XML file using:
|
||||
|
||||
<device ref="/devices/pdp11/pc11/demo.xml"/>
|
||||
|
||||
These configuration files create UI controls that allow you to choose from a set of tapes that are automatically sent
|
||||
to the machine's PC11 device.
|
||||
|
||||
Third-Party Resources
|
||||
---------------------
|
||||
|
||||
- [PDP-11 Paper Tape BASIC](http://www.avitech.com.au/ptb/ptb.html)
|
||||
|
|
|
|||
Loading…
Reference in a new issue