diff --git a/disks/pc/README.md b/disks/pc/README.md index a2b030946..ca681e430 100644 --- a/disks/pc/README.md +++ b/disks/pc/README.md @@ -29,11 +29,11 @@ diagnostics, and more. * [DOS](dos/) * [OS/2](os2/) * [Windows](windows/) -* [CP/M-86](/disks/pc/cpm/) +* [CP/M-86](cpm/) * 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/) -* [SCO Xenix 8086 Operating System v2.1.3](/disks/pc/xenix/sco/8086/2.1.3/) +* [Microport's AT&T UNIX System V-AT 2.3](unix/microport/system-v/2.3/) +* [SCO Xenix 8086 Operating System v2.1.3](xenix/sco/8086/2.1.3/) ### [Applications](apps/) @@ -46,13 +46,13 @@ diagnostics, and more. ### [Tools](tools/) * [Borland Tools](tools/borland/) -* [IBM PC Diagnostics](/disks/pc/diags/ibm/) +* [IBM PC Diagnostics](diags/ibm/) * [Microsoft Tools](tools/microsoft/) -### Games +### [Games](games/) -* [Infocom Zork I](/disks/pc/games/infocom/zork1/) -* [Microsoft Adventure](/disks/pc/games/microsoft/adventure/) (1981) +* [Infocom Games](games/infocom/) +* [Microsoft Adventure](games/microsoft/adventure/) (1981) * Microsoft Flight Simulator (1984) ### PCjs Test Suites diff --git a/disks/pc/games/README.md b/disks/pc/games/README.md new file mode 100644 index 000000000..9e86a696f --- /dev/null +++ b/disks/pc/games/README.md @@ -0,0 +1,11 @@ +--- +layout: page +title: PC Games +permalink: /disks/pc/games/ +--- + +PC Games +--- + +* [Infocom](infocom/) +* [Microsoft](microsoft/) diff --git a/disks/pc/games/infocom/README.md b/disks/pc/games/infocom/README.md index aea5142f2..14b45c36d 100644 --- a/disks/pc/games/infocom/README.md +++ b/disks/pc/games/infocom/README.md @@ -7,6 +7,8 @@ permalink: /disks/pc/games/infocom/ Infocom Games --- +* [The Hitchhiker's Guide to the Galaxy](hhiker/) +* [Planetfall](planet/) * [Zork I](zork1/) * [Zork II](zork2/) * [Zork III](zork3/) diff --git a/disks/pc/games/infocom/hhiker/machine.md b/disks/pc/games/infocom/hhiker/machine.md new file mode 100644 index 000000000..e7a334550 --- /dev/null +++ b/disks/pc/games/infocom/hhiker/machine.md @@ -0,0 +1,17 @@ +--- +layout: page +title: "IBM PC (Model 5150) running The Hitchhiker's Guide to the Galaxy" +permalink: /disks/pc/games/infocom/hhiker/ +machines: + - type: pc + id: ibm5150-hhiker + config: /disks/pc/games/infocom/machine.xml + autoMount: + A: + path: /disks/pc/games/infocom/hhiker/HHIKER-READONLY.json +--- + +The Hitchhiker's Guide to the Galaxy +--- + +{% include machine.html id="ibm5150-hhiker" %} diff --git a/disks/pc/games/infocom/planet/machine.md b/disks/pc/games/infocom/planet/machine.md new file mode 100644 index 000000000..21ff19923 --- /dev/null +++ b/disks/pc/games/infocom/planet/machine.md @@ -0,0 +1,17 @@ +--- +layout: page +title: "IBM PC (Model 5150) running Planetfall" +permalink: /disks/pc/games/infocom/planet/ +machines: + - type: pc + id: ibm5150-planet + config: /disks/pc/games/infocom/machine.xml + autoMount: + A: + path: /disks/pc/games/infocom/planet/PLANET-READONLY.json +--- + +Planetfall +--- + +{% include machine.html id="ibm5150-planet" %}