This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
242 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: page | ||
title: DEC Disk Images | ||
permalink: /disks/dec/ | ||
--- | ||
|
||
DEC Disk Images | ||
--------------- | ||
|
||
The DEC disk images we have archived are organized by type: | ||
|
||
* RL01K | ||
* [RL02K](rl02k/) | ||
|
||
RL01K and RL02K disks are both single-platter cartridges with capacities of 5Mb and 10Mb, respectively, | ||
and are designed to be used with an [RL11 Disk Controller](/devices/pdp11/rl11/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
layout: page | ||
title: DEC RL02K Disk Images | ||
permalink: /disks/dec/rl02k/ | ||
--- | ||
|
||
DEC RL02K Disk Images | ||
--------------------- | ||
|
||
RL02K disks are single-platter cartridges with 512 tracks per side, 40 sectors per track, and a sector size of 256 bytes, | ||
for a total capacity of 10Mb. They are used with an [RL11 Disk Controller](/devices/pdp11/rl11/). | ||
|
||
* XXDP+ Diagnostics [[source](http://skn.noip.me/pdp11/)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ PDP-11 Machine Emulation Module (PDPjs) | |
Overview | ||
--- | ||
PDPjs, our PDP-11 machine emulation module, is adapted from | ||
the JavaScript [PDP 11/70 Emulator (v1.4)](http://skn.noip.me/pdp11/pdp11.html) written by | ||
the [PDP 11/70 Emulator (v1.4)](http://skn.noip.me/pdp11/pdp11.html) written by | ||
[Paul Nankervis](mailto:[email protected]). | ||
|
||
See the list of available [PDP-11 Machines](/devices/pdp11/machine/), which includes a | ||
|
@@ -33,5 +33,7 @@ PDPjs is currently comprised of the following non-shared components, as listed i | |
* [keyboard.js](/modules/pdp11/lib/keyboard.js) | ||
* [serialport.js](/modules/pdp11/lib/serialport.js) | ||
* [pc11.js](/modules/pdp11/lib/pc11.js) | ||
* [disk.js](/modules/pdp11/lib/disk.js) | ||
* [rl11.js](/modules/pdp11/lib/rl11.js) | ||
* [debugger.js](/modules/pdp11/lib/debugger.js) | ||
* [computer.js](/modules/pdp11/lib/computer.js) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.