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
22 lines (22 loc) · 1.47 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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.75.3/machine.xsl"?>
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, 128Kb IBM EGA</name>
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>
<cpu id="cpu386" model="80386"/>
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="ROM BIOS memory test has been disabled"/>
<ram id="ramCPQ" addr="0xfa0000" size="0x60000" comment="COMPAQ memory at 0xFA0000"/>
<ram id="ramExt" addr="0x100000" size="0x100000" comment="Extended memory at 0x100000"/>
<rom id="romBIOS" addr="0xf8000" size="0x8000" alias="[0xf0000,0xffff0000,0xffff8000]" file="/devices/pcx86/rom/compaq/deskpro386/1986-09-04/1986-09-04-HI.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: "COMPAQ MS-DOS 3.31 (Disk 1)"}, B: {name: "None"}}'/>
<hdc ref="/disks/pcx86/drives/47mb/unformatted-at5.xml"/>
<keyboard ref="/devices/pcx86/keyboard/us84-softkeys.xml"/>
<debugger id="debugger" messages="" commands=""/>
<panel ref="/devices/pcx86/panel/wide386.xml"/>
<chipset id="chipset" model="deskpro386" floppies="[1200,1200]"/>
<parallel id="lpt1" adapter="2"/>
<serial id="com1" adapter="1"/>
<serial id="com2" adapter="2" binding="print" tabsize="8" charbol="9"/>
<mouse serial="com1"/>
</machine>