Added more disk images for the PDP-11

This commit is contained in:
Jeff Parsons 2016-11-27 11:10:13 -08:00 committed by Jeff Parsons
commit dec2131608
11 changed files with 103 additions and 16 deletions

View file

@ -10,8 +10,11 @@ DEC Disk Images
The DEC disk images we have archived are organized by type:
* [RK03](rk03/)
* RL01K
* [RL01K](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/).
RK03 (or more precisely, RK03-KA) disks are single-platter cartridges with a capacity of 2.38Mb.
They are used in RK05 disk drives in conjunction with an [RK11 Disk Controller](/devices/pdp11/rk11/).
RL01K and RL02K disks are single-platter cartridges with capacities of 5Mb and 10Mb, respectively,
They are used in RL01 and RL02 disk drives with an [RL11 Disk Controller](/devices/pdp11/rl11/).

View file

@ -7,12 +7,13 @@ permalink: /disks/dec/rk03/
DEC RK03 Disk Images
--------------------
RK03 disks are single-platter cartridges with 203 tracks per side, 12 sectors per track, and a sector size of
256 words (512 bytes), for a total capacity of 2.38Mb (2,494,464 bytes). They are used with an
[RK11 Disk Controller](/devices/pdp11/rk11/).
RK03 (or more precisely, RK03-KA) disks are single-platter cartridges with 203 tracks per side, 12 sectors per
track, and a sector size of 256 words (512 bytes), for a total capacity of 2.38Mb (2,494,464 bytes). They are
used in RK05 disk drives in conjunction with an [RK11 Disk Controller](/devices/pdp11/rk11/).
* [RT-11 v4.0](rt11v4/) [[source](http://skn.noip.me/pdp11/rk1.dsk)]
* [XXDP+ Diagnostics](xxdp/) [[source](http://skn.noip.me/pdp11/rk2.dsk)]
* [RT-11 v4.0](rt11v4/) [[Source](http://skn.noip.me/pdp11/): RK1.DSK]
* [Unix v5](unixv5/) [[Source](http://skn.noip.me/pdp11/): RK0.DSK]
* [XXDP+ Diagnostics](xxdp/) [[Source](http://skn.noip.me/pdp11/): RK2.DSK]
---

View file

@ -0,0 +1,39 @@
---
layout: page
title: "RK03 Unix v5 Disk"
permalink: /disks/dec/rk03/unixv5/
---
RK03 Unix v5 Disk
-----------------
### Boot
To boot the RK03 "Unix v5" disk, start a [PDP-11/70](/devices/pdp11/machine/1170/panel/debugger/) with an
[RK11 Disk Controller](/devices/pdp11/rk11/), select the "Unix v5" disk from the list of disks
available for drive "RK0", click **Load**, and wait for the message:
Mounted disk "Unix v5" in drive RK0
Then start the machine (click **Run**) and make sure the following prompt has been displayed:
PDP-11 MONITOR V1.0
BOOT>
At the prompt, type "BOOT RK0". Then type "unix" at the "@" prompt, followed by "root" for the login:
@unix
<ESC>;<BEL>login: root
# ls -l
total 60
drwxr-xr-x 2 bin 944 Nov 26 18:13 bin
drwxr-xr-x 2 bin 80 Nov 26 18:13 dev
drwxr-xr-x 2 bin 240 Mar 21 12:07 etc
drwxr-xr-x 2 bin 224 Nov 26 18:13 lib
drwxr-xr-x 2 bin 32 Nov 26 18:13 mnt
drwxrwxrwx 2 bin 32 Nov 26 18:13 tmp
-rwxrwxrwx 1 bin 25802 Mar 21 12:07 unix
drwxr-xr-x 14 bin 224 Nov 26 18:13 usr
#

14
disks/dec/rl01k/README.md Normal file
View file

@ -0,0 +1,14 @@
---
layout: page
title: DEC RL01K Disk Images
permalink: /disks/dec/rl01k/
---
DEC RL01K Disk Images
---------------------
RL01K disks are single-platter cartridges with 256 tracks per side, 40 sectors per track, and a sector size of
256 bytes, for a total capacity of 5Mb (5,242,880 bytes). They are used in RL01 disk drives in conjunction
with an [RL11 Disk Controller](/devices/pdp11/rl11/).
* [RSTS/E v7.0](rstsev70/) [[Source](http://skn.noip.me/pdp11/): RL2.DSK]

View file

@ -0,0 +1,24 @@
---
layout: page
title: "RL01K RSTS/E v7.0 Disk"
permalink: /disks/dec/rl01k/rstsev70/
---
RL01K RSTS/E v7.0 Disk
----------------------
### Boot
To boot the RL01K "RSTS/E v7.0" disk, start a [PDP-11/70](/devices/pdp11/machine/1170/panel/debugger/) with an
[RL11 Disk Controller](/devices/pdp11/rl11/), select the "RSTS/E v7.0" disk from the list of disks
available for drive "RL0", click **Load**, and wait for the message:
Mounted disk "RSTS/E v7.0" in drive RL0
Then start the machine (click **Run**) and make sure the following prompt has been displayed:
PDP-11 MONITOR V1.0
BOOT>
At the prompt, type "BOOT RL0".

View file

@ -7,7 +7,8 @@ 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/).
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 (10,485,760 bytes). They are used in RL02 disk drives in conjunction
with an [RL11 Disk Controller](/devices/pdp11/rl11/).
* [XXDP+ Diagnostics](xxdp/) [[source](http://skn.noip.me/pdp11/rl3.dsk)]
* [XXDP+ Diagnostics](xxdp/) [[Source](http://skn.noip.me/pdp11/): RL3.DSK]