| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|---|
| 2 | <!-- innotek VirtualBox Machine Configuration -->
|
|---|
| 3 | <VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.2-windows">
|
|---|
| 4 |
|
|---|
| 5 | <Machine OSType="winxp" lastStateChange="2007-09-06T20:35:27Z" name="Windows XP" uuid="{12c9eb46-9ab8-44ad-af1f-628bc732dacc}">
|
|---|
| 6 | <ExtraData>
|
|---|
| 7 | <ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
|
|---|
| 8 | <ExtraDataItem name="GUI/LastCloseAction" value="powerOff"/>
|
|---|
| 9 | <ExtraDataItem name="GUI/LastWindowPostion" value="46,0,804,652"/>
|
|---|
| 10 | <ExtraDataItem name="GUI/Fullscreen" value="off"/>
|
|---|
| 11 | <ExtraDataItem name="GUI/Seamless" value="off"/>
|
|---|
| 12 | <ExtraDataItem name="GUI/AutoresizeGuest" value="on"/>
|
|---|
| 13 | </ExtraData>
|
|---|
| 14 | <Description/>
|
|---|
| 15 | <Hardware>
|
|---|
| 16 | <CPU>
|
|---|
| 17 | <HardwareVirtEx enabled="default"/>
|
|---|
| 18 | </CPU>
|
|---|
| 19 | <Memory RAMSize="192"/>
|
|---|
| 20 | <Boot>
|
|---|
| 21 | <Order device="Floppy" position="1"/>
|
|---|
| 22 | <Order device="DVD" position="2"/>
|
|---|
| 23 | <Order device="HardDisk" position="3"/>
|
|---|
| 24 | </Boot>
|
|---|
| 25 | <Display MonitorCount="1" VRAMSize="8"/>
|
|---|
| 26 | <RemoteDisplay authTimeout="5000" authType="null" enabled="true" port="3389"/>
|
|---|
| 27 | <BIOS>
|
|---|
| 28 | <ACPI enabled="true"/>
|
|---|
| 29 | <IOAPIC enabled="false"/>
|
|---|
| 30 | <Logo displayTime="0" fadeIn="true" fadeOut="true"/>
|
|---|
| 31 | <BootMenu mode="messageandmenu"/>
|
|---|
| 32 | <TimeOffset value="0"/>
|
|---|
| 33 | </BIOS>
|
|---|
| 34 | <DVDDrive passthrough="true">
|
|---|
| 35 | <HostDrive src="E:"/>
|
|---|
| 36 | </DVDDrive>
|
|---|
| 37 | <FloppyDrive enabled="true"/>
|
|---|
| 38 | <USBController enabled="true"/>
|
|---|
| 39 | <Network>
|
|---|
| 40 | <Adapter MACAddress="080027F9530A" cable="true" enabled="true" slot="0" type="Am79C973">
|
|---|
| 41 | <NAT/>
|
|---|
| 42 | </Adapter>
|
|---|
| 43 | <Adapter MACAddress="080027865F5C" cable="true" enabled="false" slot="1" type="Am79C973"/>
|
|---|
| 44 | <Adapter MACAddress="080027BD658B" cable="true" enabled="false" slot="2" type="Am79C973"/>
|
|---|
| 45 | <Adapter MACAddress="08002734D689" cable="true" enabled="false" slot="3" type="Am79C973"/>
|
|---|
| 46 | </Network>
|
|---|
| 47 | <Uart>
|
|---|
| 48 | <Port IOBase="0x3f8" IRQ="4" enabled="true" hostMode="Disconnected" slot="0"/>
|
|---|
| 49 | <Port IOBase="0x2f8" IRQ="3" enabled="false" hostMode="Disconnected" slot="1"/>
|
|---|
| 50 | </Uart>
|
|---|
| 51 | <Lpt>
|
|---|
| 52 | <Port IOBase="0x378" IRQ="4" enabled="false" slot="0"/>
|
|---|
| 53 | <Port IOBase="0x378" IRQ="4" enabled="false" slot="1"/>
|
|---|
| 54 | </Lpt>
|
|---|
| 55 | <AudioAdapter driver="null" enabled="true"/>
|
|---|
| 56 | <SharedFolders/>
|
|---|
| 57 | <Clipboard mode="Bidirectional"/>
|
|---|
| 58 | </Hardware>
|
|---|
| 59 | <HardDiskAttachments>
|
|---|
| 60 | <HardDiskAttachment bus="ide0" device="master" hardDisk="{9bf8b35b-3878-4c00-9d01-ae24cd8b0497}"/>
|
|---|
| 61 | </HardDiskAttachments>
|
|---|
| 62 | </Machine>
|
|---|
| 63 |
|
|---|
| 64 | </VirtualBox>
|
|---|