diff --git a/devices/pcx86/machine/5170/ega/2048kb/README.md b/devices/pcx86/machine/5170/ega/2048kb/README.md index 64b829687..c0e9ba902 100644 --- a/devices/pcx86/machine/5170/ega/2048kb/README.md +++ b/devices/pcx86/machine/5170/ega/2048kb/README.md @@ -11,3 +11,4 @@ IBM PC AT with 2Mb RAM and Enhanced Color Graphics (EGA) Display --- * [IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with EGA Display](/devices/pcx86/machine/5170/ega/2048kb/rev3/) ([Debugger](/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/),[Backtrack](/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/)) +* [IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with EGA Display and VT100](/devices/pcx86/machine/5170/ega/2048kb/rev3/vt100/) ([Debuggers](/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/)) diff --git a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/machine.md b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/README.md similarity index 58% rename from devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/machine.md rename to devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/README.md index efcfc82c2..f4608f5c2 100644 --- a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/machine.md +++ b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/README.md @@ -1,19 +1,27 @@ --- layout: page -title: IBM PC AT (Model 5170, 2Mb, 20Mb Hard Disk) with EGA Display and VT100 Debugger +title: IBM PC AT (Model 5170, 2Mb, 20Mb Hard Disk) with EGA Display, VT100, and Debuggers permalink: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/ machines: - id: ibm5170 type: pcx86 debugger: true + autoStart: true connection: com2->vt100.serialPort + config: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml - id: vt100 type: pc8080 debugger: true + autoStart: true connection: serialPort->ibm5170.com2 config: /devices/pc8080/machine/vt100/debugger/machine.xml --- +IBM PC AT with VT100 Terminal and Dual Debuggers +------------------------------------------------ + +Demonstration of a [IBM PC AT with VT100 Terminal](../../vt100/) connected via COM2, with Debuggers attached. + {% include machine.html id="ibm5170" %} {% include machine.html id="vt100" %} diff --git a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/machine.xml b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/machine.xml deleted file mode 100644 index 9db47f2bc..000000000 --- a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/machine.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk - - - - - - diff --git a/devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml b/devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml index 1d8dbdaaa..925db3242 100644 --- a/devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml +++ b/devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml @@ -13,5 +13,6 @@ + diff --git a/devices/pcx86/machine/5170/ega/2048kb/rev3/vt100/README.md b/devices/pcx86/machine/5170/ega/2048kb/rev3/vt100/README.md new file mode 100644 index 000000000..989061855 --- /dev/null +++ b/devices/pcx86/machine/5170/ega/2048kb/rev3/vt100/README.md @@ -0,0 +1,25 @@ +--- +layout: page +title: IBM PC AT (Model 5170, 2Mb, 20Mb Hard Disk) with EGA Display and VT100 +permalink: /devices/pcx86/machine/5170/ega/2048kb/rev3/vt100/ +machines: + - id: ibm5170 + type: pcx86 + connection: com2->vt100.serialPort + config: /devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml + - id: vt100 + type: pc8080 + connection: serialPort->ibm5170.com2 + config: /devices/pc8080/machine/vt100/machine.xml +--- + +IBM PC AT with VT100 Terminal +--- + +Demonstration of an IBM PC AT with VT100 Terminal connected via COM2. + +A [Dual Debugger Configuration](../debugger/vt100/) is also available. + +{% include machine.html id="ibm5170" %} + +{% include machine.html id="vt100" %} diff --git a/devices/pcx86/machine/5170/ega/README.md b/devices/pcx86/machine/5170/ega/README.md index e935018d2..23b3be40b 100644 --- a/devices/pcx86/machine/5170/ega/README.md +++ b/devices/pcx86/machine/5170/ega/README.md @@ -16,3 +16,4 @@ All our Enhanced Color Graphics (EGA) configurations of the IBM PC AT (Model 517 * [IBM PC AT (6Mhz, 1Mb, 20Mb Hard Disk) with EGA Display](/devices/pcx86/machine/5170/ega/1152kb/rev1/) ([Debugger](/devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/)) * [IBM PC AT (8Mhz, 1Mb, 20Mb Hard Disk) with EGA Display](/devices/pcx86/machine/5170/ega/1152kb/rev3/) ([Debugger](/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/),[Backtrack](/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/)) * [IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with EGA Display](/devices/pcx86/machine/5170/ega/2048kb/rev3/) ([Debugger](/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/),[Backtrack](/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/)) +* [IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with EGA Display and VT100](/devices/pcx86/machine/5170/ega/2048kb/rev3/vt100/) ([Debuggers](/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/))