Restored analytics tracking, merged the apps menu into the machines menu, and updated the 404 page

This commit is contained in:
Jeff Parsons 2015-12-27 16:42:45 -08:00
commit ea9740751e
28 changed files with 286 additions and 182 deletions

View file

@ -7,13 +7,11 @@ permalink: /disks/pc/
IBM PC Disk Archive
---
Below are selected Disk Sets featuring "Ready-to-Boot" machine configurations:
This is a list of disks available to any of the [IBM PC Machines](/devices/pc/machine/) that use the
[library.xml](/disks/pc/library.xml) disk configuration file.
* [IBM PC (Model 5150), MDA, 64K, CP/M-86](/disks/pc/cpm/1.1b/)
* [IBM PC (Model 5150), MDA, 64K, IBM Diagnostics v2.20](/disks/pc/diags/ibm/2.20/)
* [IBM PC (Model 5150), CGA, 64K, Zork I](/disks/pc/games/infocom/zork1/)
The rest of our disk archive is available directly from the various [Machines](/devices/pc/machine/).
For some of the disks below, we have provided more information about the software, and in some cases, machines
that automatically run the software.
### PC-DOS (IBM)
@ -51,12 +49,18 @@ The rest of our disk archive is available directly from the various [Machines](/
* Compaq DOS 3.10
* Compaq DOS 3.31
### OS/2
### IBM OS/2
* [IBM OS/2 1.0](/disks/pc/os2/ibm/1.0/)
* IBM OS/2 1.1
* IBM OS/2 1.3
* Misc. OS/2 Files
### Microsoft OS/2
* [MS OS/2 Pre-Release Files](/disks/pc/os2/misc/)
* MS OS/2 1.0
* MS OS/2 1.1
* MS OS/2 1.2
### Microsoft Windows
@ -70,8 +74,9 @@ The rest of our disk archive is available directly from the various [Machines](/
* Microsoft Windows 3.11
* Microsoft Windows 95
### Non-DOS Operating Systems
### Other Operating Systems
* [CP/M-86 v1.1B](/disks/pc/cpm/1.1b/)
* Minix 1.1
* PC/IX 1.0
* [Microport's AT&T UNIX System V-AT 2.3](/disks/pc/unix/microport/system-v/2.3/)
@ -87,9 +92,14 @@ The rest of our disk archive is available directly from the various [Machines](/
* Microsoft Word for Windows 2.0C
### Borland Tools
* Borland Pascal 3.00B
* Borland Pascal 3.01A
### IBM Tools
* [IBM Diagnostics v2.20](/disks/pc/diags/ibm/2.20/)
### Microsoft Tools
* Microsoft BASIC
@ -114,6 +124,10 @@ Learn more about
[Disk Sets](https://github.com/jeffpar/pcjs/tree/master/disks/pc) in the
[PCjs Project](https://github.com/jeffpar/pcjs) on [GitHub](https://github.com/).
### Other Games
* [Infocom Zork I](/disks/pc/games/infocom/zork1/)
{% if page.developer %}
### Developer Notes: Disk Sets and Manifests

View file

@ -35,6 +35,7 @@
<manifest ref="/disks/pc/os2/ibm/1.0/manifest.xml"/>
<manifest ref="/disks/pc/os2/ibm/1.1/manifest.xml"/>
<manifest ref="/disks/pc/os2/ibm/1.3/manifest.xml"/>
<manifest ref="/disks/pc/os2/microsoft/1.0/manifest.xml"/>
<manifest ref="/disks/pc/os2/misc/manifest.xml"/>
<manifest ref="/disks/pc/windows/1.01/manifest.xml"/>
<manifest ref="/disks/pc/windows/1.03/manifest.xml"/>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.20.2/manifest.xsl"?>
<manifest type="software">
<title>MSOS210-INSTALL.img</title>
<disk id="disk01" size="1228800" chs="80:2:15" img="static/MSOS210-INSTALL.img" href="/disks/pc/os2/microsoft/1.0/MSOS210-INSTALL.json" md5="26791d894e9b15a3b272c9913e6b1ff1" md5json="d8a5fd266d4ff7df0b5ce8a1b334f6e1">
<name>MSOS210-INSTALL</name>
</disk>
<disk id="disk02" size="1228800" chs="80:2:15" img="static/MSOS210-DISK1.img" href="/disks/pc/os2/microsoft/1.0/MSOS210-DISK1.json" md5="3ff1bff02058679f60bcfe5d6c7c7c6c" md5json="61602737acfc115038f914c557bacc92">
<name>MSOS210-DISK1</name>
</disk>
<disk id="disk03" size="1228800" chs="80:2:15" img="static/MSOS210-DISK2.img" href="/disks/pc/os2/microsoft/1.0/MSOS210-DISK2.json" md5="74acf5278e547f694f9d48f5e7b8c6bf" md5json="39ffd3d5553340d37caecac26236c6d6">
<name>MSOS210-DISK2</name>
</disk>
<disk id="disk04" size="1228800" chs="80:2:15" img="static/MSOS210-DISK3.img" href="/disks/pc/os2/microsoft/1.0/MSOS210-DISK3.json" md5="78157a6b701b8d821907d60e2de73d6b" md5json="f0ae5fa4dee124d4a9ab69abc9abf3ea">
<name>MSOS210-DISK3</name>
</disk>
</manifest>