1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- Sun xVM VirtualBox Machine Configuration -->
|
---|
3 | <VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.3-linux">
|
---|
4 | <Machine uuid="{5d879da8-f166-44c1-1ba3-8e21d52981e6}" name="winxp" OSType="winxp" lastStateChange="2008-08-19T05:22:33Z">
|
---|
5 | <ExtraData>
|
---|
6 | <ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
|
---|
7 | <ExtraDataItem name="GUI/LastWindowPostion" value="34,24,876,681"/>
|
---|
8 | <ExtraDataItem name="GUI/Fullscreen" value="off"/>
|
---|
9 | <ExtraDataItem name="GUI/Seamless" value="off"/>
|
---|
10 | <ExtraDataItem name="GUI/AutoresizeGuest" value="on"/>
|
---|
11 | </ExtraData>
|
---|
12 | <Hardware>
|
---|
13 | <CPU>
|
---|
14 | <HardwareVirtEx enabled="false"/>
|
---|
15 | <PAE enabled="false"/>
|
---|
16 | </CPU>
|
---|
17 | <Memory RAMSize="192"/>
|
---|
18 | <Boot>
|
---|
19 | <Order position="1" device="Floppy"/>
|
---|
20 | <Order position="2" device="DVD"/>
|
---|
21 | <Order position="3" device="HardDisk"/>
|
---|
22 | </Boot>
|
---|
23 | <Display VRAMSize="8" MonitorCount="1"/>
|
---|
24 | <RemoteDisplay enabled="false" port="3389" authType="Null" authTimeout="5000"/>
|
---|
25 | <BIOS>
|
---|
26 | <ACPI enabled="true"/>
|
---|
27 | <IOAPIC enabled="false"/>
|
---|
28 | <Logo fadeIn="true" fadeOut="true" displayTime="0"/>
|
---|
29 | <BootMenu mode="MessageAndMenu"/>
|
---|
30 | <TimeOffset value="0"/>
|
---|
31 | <PXEDebug enabled="false"/>
|
---|
32 | <IDEController type="PIIX4"/>
|
---|
33 | </BIOS>
|
---|
34 | <DVDDrive passthrough="false"/>
|
---|
35 | <FloppyDrive enabled="true"/>
|
---|
36 | <USBController enabled="true" enabledEhci="true"/>
|
---|
37 | <SATAController enabled="false" PortCount="1" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3"/>
|
---|
38 | <Network>
|
---|
39 | <Adapter slot="0" enabled="true" MACAddress="0800274EE571" cable="true" speed="0" type="Am79C973">
|
---|
40 | <NAT/>
|
---|
41 | </Adapter>
|
---|
42 | <Adapter slot="1" enabled="false" MACAddress="080027D3EFD6" cable="true" speed="0" type="Am79C973"/>
|
---|
43 | <Adapter slot="2" enabled="false" MACAddress="080027F1A1C6" cable="true" speed="0" type="Am79C973"/>
|
---|
44 | <Adapter slot="3" enabled="false" MACAddress="080027BAA32E" cable="true" speed="0" type="Am79C973"/>
|
---|
45 | </Network>
|
---|
46 | <UART>
|
---|
47 | <Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
---|
48 | <Port slot="1" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
---|
49 | </UART>
|
---|
50 | <LPT>
|
---|
51 | <Port slot="0" enabled="false" IOBase="0x378" IRQ="4"/>
|
---|
52 | <Port slot="1" enabled="false" IOBase="0x378" IRQ="4"/>
|
---|
53 | </LPT>
|
---|
54 | <AudioAdapter controller="AC97" driver="Null" enabled="false"/>
|
---|
55 | <SharedFolders/>
|
---|
56 | <Clipboard mode="Bidirectional"/>
|
---|
57 | <Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
|
---|
58 | </Hardware>
|
---|
59 | <HardDiskAttachments>
|
---|
60 | <HardDiskAttachment hardDisk="{519d4def-a84e-43a8-7ead-53237464ffeb}" bus="IDE" channel="0" device="0"/>
|
---|
61 | </HardDiskAttachments>
|
---|
62 | </Machine>
|
---|
63 | </VirtualBox>
|
---|