Added machine.md files for disk sets referenced from the home page (but more work to do)
This commit is contained in:
parent
78ba582d4e
commit
849e6e2df3
6 changed files with 43 additions and 2 deletions
10
disks/pc/cpm/machine.md
Normal file
10
disks/pc/cpm/machine.md
Normal file
|
|
@ -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" %}
|
||||
11
disks/pc/games/infocom/zork1/machine.md
Normal file
11
disks/pc/games/infocom/zork1/machine.md
Normal file
|
|
@ -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" %}
|
||||
10
disks/pc/games/microsoft/adventure/machine.md
Normal file
10
disks/pc/games/microsoft/adventure/machine.md
Normal file
|
|
@ -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" %}
|
||||
10
disks/pc/os2/ibm/1.0/machine.md
Normal file
10
disks/pc/os2/ibm/1.0/machine.md
Normal file
|
|
@ -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" %}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.20.2/machine.xsl"?>
|
||||
<machine id="ibm5170" class="pc" border="1" pos="center" background="#FAEBD7">
|
||||
<name>IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk</name>
|
||||
<computer id="at-ega-1152k" name="IBM PC AT" buswidth="24"/>
|
||||
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>
|
||||
<cpu id="cpu286" model="80286" cycles="8000000"/>
|
||||
<ram id="ramLow" addr="0x00000" test="true" size="0xa0000" comment="ROM BIOS memory test has NOT been disabled"/>
|
||||
<ram id="ramExt" addr="0x100000" size="0x160000" comment=""/>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue