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)
|
||||
|
|
|
|||
19
apps/pdp11/tapes/absloader/README.md
Normal file
19
apps/pdp11/tapes/absloader/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
layout: page
|
||||
title: DEC PDP-11 Absolute Loader
|
||||
permalink: /apps/pdp11/tapes/absloader/
|
||||
---
|
||||
|
||||
DEC PDP-11 Absolute Loader
|
||||
--------------------------
|
||||
|
||||
The Absolute Loader is a special tape image that must be loaded in order to load *other* tapes
|
||||
which use the Absolute Loader format.
|
||||
|
||||
To see the Absolute Loader in action, try the [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/debugger/).
|
||||
|
||||
PCjs has archived the following DEC resources:
|
||||
|
||||
- [Absolute Loader](DEC-11-L2PC-PO.json)
|
||||
- [LISTING OF PDP-11 ABSOLUTE LOADER (June 1975)](http://archive.pcjs.org/pubs/dec/pdp11/other/DEC-11-UABLA-A-LA_PDP-11AbsoluteLoaderListing_Jun75.pdf)
|
||||
- "APPENDIX D: THE BOOTSTRAP AND ABSOLUTE LOADERS" from the [PDP-11 BASIC PROGRAMMING MANUAL (December 1970)](http://archive.pcjs.org/pubs/dec/pdp11/other/BASIC_Programming_Manual_Dec70.pdf)
|
||||
17
apps/pdp11/tapes/basic/README.md
Normal file
17
apps/pdp11/tapes/basic/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
layout: page
|
||||
title: DEC PDP-11 BASIC
|
||||
permalink: /apps/pdp11/tapes/basic/
|
||||
---
|
||||
|
||||
DEC PDP-11 BASIC
|
||||
----------------
|
||||
|
||||
PCjs has archived the following DEC resources:
|
||||
|
||||
- [BASIC (Single User)](DEC-11-AJPB-PB.json)
|
||||
- [PDP-11 BASIC PROGRAMMING MANUAL (December 1970)](http://archive.pcjs.org/pubs/dec/pdp11/other/BASIC_Programming_Manual_Dec70.pdf)
|
||||
|
||||
Third-party resources include:
|
||||
|
||||
- "[PDP-11 Paper Tape BASIC](http://www.avitech.com.au/ptb/ptb.html)", written March 24, 2013
|
||||
Loading…
Reference in a new issue