Synced with website updates
This commit is contained in:
parent
f7f9de1e36
commit
181229833e
9 changed files with 29 additions and 19 deletions
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
layout: page
|
||||
title: Software Archives
|
||||
menu_title: Software
|
||||
menu_order: 7
|
||||
permalink: /apps/
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@ We have archived the following DEC PDP-11 Tapes:
|
|||
- [Absolute Loader](absloader/)
|
||||
- [BASIC (Single User)](basic/)
|
||||
|
||||
along with a copy of the [DEC PDP-11 Bootstrap Loader](/apps/pdp11/boot/bootstrap/), which is required if you actually want
|
||||
to load any of the above tapes into memory using the [PC11 High-Speed Paper Tape Reader/Punch](/devices/pdp11/pc11/).
|
||||
|
||||
To make it easy for PDPjs machines to load these tapes, we created the following High-Speed
|
||||
Paper Tape Reader (PC11) configurations:
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,8 @@ 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, start with the [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/debugger/).
|
||||
which use the Absolute Loader format. To see the Absolute Loader in action, start with the
|
||||
[Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/debugger/).
|
||||
|
||||
PCjs has archived the following DEC resources:
|
||||
|
||||
|
|
|
|||
|
|
@ -2,14 +2,23 @@
|
|||
layout: page
|
||||
title: DEC PDP-11 BASIC
|
||||
permalink: /apps/pdp11/tapes/basic/
|
||||
machines:
|
||||
- id: test1120
|
||||
type: pdp11
|
||||
debugger: true
|
||||
autoMount: ''
|
||||
config: /devices/pdp11/machine/1120/basic/debugger/machine.xml
|
||||
---
|
||||
|
||||
DEC PDP-11 BASIC
|
||||
----------------
|
||||
|
||||
To see DEC PDP-11 BASIC in action, try the [PDP-11/20 BASIC Demo](/devices/pdp11/machine/1120/basic/debugger/).
|
||||
The first PCjs machine to run DEC PDP-11 BASIC was this [PDP-11/20](/devices/pdp11/machine/1120/basic/debugger/),
|
||||
shown below.
|
||||
|
||||
PCjs has archived the following DEC PDP-11 BASIC resources:
|
||||
{% include machine.html id="test1120" %}
|
||||
|
||||
PCjs has archived these DEC PDP-11 BASIC resources:
|
||||
|
||||
- [BASIC (Single User) Tape Image](DEC-11-AJPB-PB.json)
|
||||
- [LISTING OF BASIC/PTS (March 1974)](http://archive.pcjs.org/pubs/dec/pdp11/basic/AB-2045B-SC_BASIC_PTS_Listing_Mar77.pdf)
|
||||
|
|
@ -17,7 +26,7 @@ PCjs has archived the following DEC PDP-11 BASIC resources:
|
|||
|
||||
Third-party resources include:
|
||||
|
||||
- "[PDP-11 Paper Tape BASIC](http://www.avitech.com.au/ptb/ptb.html)", written March 24, 2013
|
||||
- "[PDP-11 Paper Tape BASIC](http://www.avitech.com.au/ptb/ptb.html)", March 24, 2013
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue