1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!-- Sun VirtualBox Machine Configuration -->
|
---|
3 | <VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.7-linux">
|
---|
4 | <Machine uuid="{394813a9-dd89-4b46-9448-eb959c7f7c4c}" name="winxp_02" OSType="WindowsXP" lastStateChange="2010-04-26T06:08:34Z">
|
---|
5 | <ExtraData>
|
---|
6 | <ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
|
---|
7 | <ExtraDataItem name="GUI/ShowMiniToolBar" value="yes"/>
|
---|
8 | <ExtraDataItem name="GUI/MiniToolBarAlignment" value="bottom"/>
|
---|
9 | <ExtraDataItem name="GUI/LastWindowPostion" value="438,203,640,525"/>
|
---|
10 | <ExtraDataItem name="GUI/Fullscreen" value="on"/>
|
---|
11 | <ExtraDataItem name="GUI/Seamless" value="off"/>
|
---|
12 | <ExtraDataItem name="GUI/AutoresizeGuest" value="off"/>
|
---|
13 | <ExtraDataItem name="GUI/MiniToolBarAutoHide" value="on"/>
|
---|
14 | <ExtraDataItem name="GUI/LastCloseAction" value="shutdown"/>
|
---|
15 | </ExtraData>
|
---|
16 | <Hardware>
|
---|
17 | <CPU count="1">
|
---|
18 | <HardwareVirtEx enabled="false"/>
|
---|
19 | </CPU>
|
---|
20 | <Memory RAMSize="1200"/>
|
---|
21 | <Boot>
|
---|
22 | <Order position="1" device="DVD"/>
|
---|
23 | <Order position="2" device="HardDisk"/>
|
---|
24 | </Boot>
|
---|
25 | <Display VRAMSize="12" monitorCount="1" accelerate3D="false"/>
|
---|
26 | <BIOS>
|
---|
27 | <ACPI enabled="true"/>
|
---|
28 | <IOAPIC enabled="true"/>
|
---|
29 | <Logo fadeIn="true" fadeOut="true" displayTime="0"/>
|
---|
30 | <BootMenu mode="MessageAndMenu"/>
|
---|
31 | <TimeOffset value="0"/>
|
---|
32 | <PXEDebug enabled="false"/>
|
---|
33 | </BIOS>
|
---|
34 | <DVDDrive passthrough="false"/>
|
---|
35 | <FloppyDrive enabled="true"/>
|
---|
36 | <USBController enabled="false" enabledEhci="false"/>
|
---|
37 | <Network>
|
---|
38 | <Adapter slot="0" enabled="true" MACAddress="0800277AE5FD" cable="true" speed="0" type="82543GC">
|
---|
39 | <NAT/>
|
---|
40 | </Adapter>
|
---|
41 | <Adapter slot="1" enabled="false" MACAddress="080027863D9A" cable="true" speed="0" type="82545EM"/>
|
---|
42 | <Adapter slot="2" enabled="false" MACAddress="0800273AC70D" cable="true" speed="0" type="Am79C973"/>
|
---|
43 | <Adapter slot="3" enabled="false" MACAddress="08002708A48D" cable="true" speed="0" type="Am79C973"/>
|
---|
44 | <Adapter slot="4" enabled="false" MACAddress="0800274E3E96" cable="true" speed="0" type="Am79C973"/>
|
---|
45 | <Adapter slot="5" enabled="false" MACAddress="0800277BB170" cable="true" speed="0" type="Am79C973"/>
|
---|
46 | <Adapter slot="6" enabled="false" MACAddress="0800279245F9" cable="true" speed="0" type="Am79C973"/>
|
---|
47 | <Adapter slot="7" enabled="false" MACAddress="0800275C0C49" cable="true" speed="0" type="Am79C973"/>
|
---|
48 | </Network>
|
---|
49 | <UART>
|
---|
50 | <Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
---|
51 | <Port slot="1" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
---|
52 | </UART>
|
---|
53 | <LPT>
|
---|
54 | <Port slot="0" enabled="false" IOBase="0x378" IRQ="4"/>
|
---|
55 | <Port slot="1" enabled="false" IOBase="0x378" IRQ="4"/>
|
---|
56 | </LPT>
|
---|
57 | <AudioAdapter controller="AC97" driver="Pulse" enabled="false"/>
|
---|
58 | <SharedFolders/>
|
---|
59 | <Clipboard mode="Bidirectional"/>
|
---|
60 | <Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
|
---|
61 | <GuestProperties>
|
---|
62 | <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="C" timestamp="1272261851358733000" flags=""/>
|
---|
63 | </GuestProperties>
|
---|
64 | </Hardware>
|
---|
65 | <StorageControllers>
|
---|
66 | <StorageController name="IDE" type="PIIX4" PortCount="2">
|
---|
67 | <AttachedDevice type="HardDisk" port="0" device="0">
|
---|
68 | <Image uuid="{4c61d987-e1b5-45e1-962b-04d4996d4400}"/>
|
---|
69 | </AttachedDevice>
|
---|
70 | </StorageController>
|
---|
71 | </StorageControllers>
|
---|
72 | </Machine>
|
---|
73 | </VirtualBox>
|
---|