From 849e6e2df3b6384b4f8caf47e7b1cc77b2be4f9a Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 10 Dec 2015 23:59:33 -0800 Subject: [PATCH] Added machine.md files for disk sets referenced from the home page (but more work to do) --- disks/pc/cpm/machine.md | 10 ++++++++++ disks/pc/games/infocom/zork1/machine.md | 11 +++++++++++ disks/pc/games/microsoft/adventure/machine.md | 10 ++++++++++ disks/pc/os2/ibm/1.0/machine.md | 10 ++++++++++ disks/pc/os2/ibm/1.0/machine.xml | 2 +- disks/pc/os2/misc/machine.md | 2 +- 6 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 disks/pc/cpm/machine.md create mode 100644 disks/pc/games/infocom/zork1/machine.md create mode 100644 disks/pc/games/microsoft/adventure/machine.md create mode 100644 disks/pc/os2/ibm/1.0/machine.md diff --git a/disks/pc/cpm/machine.md b/disks/pc/cpm/machine.md new file mode 100644 index 000000000..2ee5245ae --- /dev/null +++ b/disks/pc/cpm/machine.md @@ -0,0 +1,10 @@ +--- +layout: page +title: "IBM PC (Model 5150) running CP/M-86" +permalink: /disks/pc/cpm/ +machines: + - type: pc + id: ibm5150 +--- + +{% include machine.html id="ibm5150" %} diff --git a/disks/pc/games/infocom/zork1/machine.md b/disks/pc/games/infocom/zork1/machine.md new file mode 100644 index 000000000..8a40f7390 --- /dev/null +++ b/disks/pc/games/infocom/zork1/machine.md @@ -0,0 +1,11 @@ +--- +layout: page +title: "IBM PC (Model 5150) running Zork" +permalink: /disks/pc/games/infocom/zork1/ +machines: + - type: pc + id: ibm5150 + config: /disks/pc/games/infocom/machine.xml +--- + +{% include machine.html id="ibm5150" %} diff --git a/disks/pc/games/microsoft/adventure/machine.md b/disks/pc/games/microsoft/adventure/machine.md new file mode 100644 index 000000000..3750285ee --- /dev/null +++ b/disks/pc/games/microsoft/adventure/machine.md @@ -0,0 +1,10 @@ +--- +layout: page +title: "IBM PC (Model 5150) running Microsoft Adventure" +permalink: /disks/pc/games/microsoft/adventure/ +machines: + - type: pc + id: ibm5150 +--- + +{% include machine.html id="ibm5150" %} diff --git a/disks/pc/os2/ibm/1.0/machine.md b/disks/pc/os2/ibm/1.0/machine.md new file mode 100644 index 000000000..d117cae9c --- /dev/null +++ b/disks/pc/os2/ibm/1.0/machine.md @@ -0,0 +1,10 @@ +--- +layout: page +title: "IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk" +permalink: /disks/pc/os2/ibm/1.0/ +machines: + - type: pc-dbg + id: ibm5170 +--- + +{% include machine.html id="ibm5170" %} diff --git a/disks/pc/os2/ibm/1.0/machine.xml b/disks/pc/os2/ibm/1.0/machine.xml index 056094bca..a6516a119 100644 --- a/disks/pc/os2/ibm/1.0/machine.xml +++ b/disks/pc/os2/ibm/1.0/machine.xml @@ -2,7 +2,7 @@ IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk - + diff --git a/disks/pc/os2/misc/machine.md b/disks/pc/os2/misc/machine.md index e6e73b35c..bc77d3ed9 100644 --- a/disks/pc/os2/misc/machine.md +++ b/disks/pc/os2/misc/machine.md @@ -1,6 +1,6 @@ --- layout: page -title: "BM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk" +title: "IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk" permalink: /disks/pc/os2/misc/ machines: - type: pc-dbg