Added more details about available diagnostics
This commit is contained in:
parent
bb4d8ac1d7
commit
8318336c10
10 changed files with 376 additions and 30 deletions
|
|
@ -7,11 +7,12 @@ permalink: /apps/pdp11/
|
|||
PDP-11 Software
|
||||
---------------
|
||||
|
||||
We have archived the following selected PDP-11 software:
|
||||
PCjs has archived the following selected PDP-11 software:
|
||||
|
||||
- [Boot Software](boot/)
|
||||
- [DEC PDP-11 Paper Tapes](tapes/), including [Paper Tape Diagnostics](tapes/diags/)
|
||||
|
||||
Additional DEC diagnostics are also available on disk, such as:
|
||||
[DEC Disk Images](/disks/dec/) have also been archived, including:
|
||||
|
||||
- [XXDP+ Diagnostics](/disks/dec/rl02k/xxdp/)
|
||||
- [XXDP+ Diagnostics (RK03)](/disks/dec/rk03/xxdp/)
|
||||
- [XXDP+ Diagnostics (RL02K)](/disks/dec/rl02k/xxdp/)
|
||||
|
|
|
|||
|
|
@ -10,12 +10,10 @@ redirect_from:
|
|||
PDP-11 Boot Monitor
|
||||
-------------------
|
||||
|
||||
[BOOTMON.mac](BOOTMON.mac) is a custom boot monitor/loader based on [boot.mac](http://skn.noip.me/pdp11/boot.mac) written by
|
||||
Paul Nankervis. It is used with all our PDP-11 test machines.
|
||||
|
||||
[BOOTMON.mac](BOOTMON.mac) was cross-assembled with [MACRO11](https://github.com/shattered/macro11) to produce
|
||||
[BOOTMON.txt](BOOTMON.txt), which was then processed by [FileDump](/modules/filedump/) to produce
|
||||
[BOOTMON.json](BOOTMON.json).
|
||||
[BOOTMON.mac](BOOTMON.mac) is a custom boot monitor/loader based on [boot.mac](http://skn.noip.me/pdp11/boot.mac)
|
||||
written by Paul Nankervis. It is used with all our PDP-11 test machines. [BOOTMON.mac](BOOTMON.mac) was
|
||||
cross-assembled with [MACRO11](https://github.com/j-hoppe/MACRO11) to produce [BOOTMON.txt](BOOTMON.txt),
|
||||
which was then processed by [FileDump](/modules/filedump/) to produce [BOOTMON.json](BOOTMON.json).
|
||||
|
||||
To see the Boot Monitor in action, try the [PDP-11/70 Boot Monitor (with Debugger)](/devices/pdp11/machine/1170/monitor/debugger/).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue