This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathmachine.xml
24 lines (24 loc) · 1.52 KB
/
machine.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.75.6/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT, 640Kb RAM, 47Mb Hard Disk, 128Kb EGA, Enhanced Color Display</name>
<computer id="at-ega-640k" name="IBM PC AT" buswidth="24"/>
<cpu id="cpu286" model="80286"/>
<ram id="ramLow" addr="0x00000" size="0xa0000" test="false" comment="ROM BIOS memory test has been disabled"/>
<rom id="romBIOS" addr="0xf0000" size="0x10000" alias="0xff0000" file="/devices/pcx86/rom/5170/1984-01-10/ATBIOS-REV1.json"/>
<video ref="/devices/pcx86/video/ibm/ega/1984-09-13/ibm-ega-5154-128k-autolockfs.xml"/>
<fdc ref="/disks/pcx86/library.xml" autoMount='{A: {name: "PC DOS 3.00 (Disk 1)"}, B: {name: "PC DOS 3.00 (Disk 2)"}}'/>
<hdc ref="/disks/pcx86/drives/47mb/unformatted-at5.xml"/>
<keyboard ref="/devices/pcx86/keyboard/us84-softkeys.xml"/>
<debugger id="debugger" messages="fault" commands=""/>
<panel ref="/devices/pcx86/panel/wide.xml"/>
<chipset id="chipset" model="5170" floppies="[1200,1200]"/>
<serial id="com1" adapter="1" binding="print"/>
<serial id="com2" adapter="2"/>
<testctl id="test" binding="com2" tests="/tests/pcx86/testmon/tests.json">
<control type="container" class="pcjs-textarea" width="96%" padding="8px">
<name>TestMonitor</name>
<control type="textarea" binding="testCommands" width="100%" padRight="16px" height="130px" pos="relative" style="resize:vertical;"/>
</control>
</testctl>
</machine>