| 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-windows">
|
|---|
| 4 | <Machine uuid="{6ae8888b-0ddc-4861-932b-b6b95a9b0c07}" name="OEL5" OSType="redhat" lastStateChange="2008-09-27T09:12:38Z" currentStateModified="false">
|
|---|
| 5 | <ExtraData>
|
|---|
| 6 | <ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
|
|---|
| 7 | <ExtraDataItem name="GUI/LastWindowPostion" value="354,193,800,643"/>
|
|---|
| 8 | <ExtraDataItem name="GUI/Fullscreen" value="off"/>
|
|---|
| 9 | <ExtraDataItem name="GUI/Seamless" value="off"/>
|
|---|
| 10 | <ExtraDataItem name="GUI/AutoresizeGuest" value="on"/>
|
|---|
| 11 | <ExtraDataItem name="GUI/LastCloseAction" value="powerOff"/>
|
|---|
| 12 | </ExtraData>
|
|---|
| 13 | <Hardware>
|
|---|
| 14 | <CPU>
|
|---|
| 15 | <HardwareVirtEx enabled="true"/>
|
|---|
| 16 | <HardwareVirtExNestedPaging enabled="false"/>
|
|---|
| 17 | <PAE enabled="true"/>
|
|---|
| 18 | </CPU>
|
|---|
| 19 | <Memory RAMSize="2048"/>
|
|---|
| 20 | <Boot>
|
|---|
| 21 | <Order position="1" device="DVD"/>
|
|---|
| 22 | <Order position="2" device="HardDisk"/>
|
|---|
| 23 | </Boot>
|
|---|
| 24 | <Display VRAMSize="8" MonitorCount="1"/>
|
|---|
| 25 | <RemoteDisplay enabled="false" port="3389" authType="Null" authTimeout="5000"/>
|
|---|
| 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 | <IDEController type="PIIX4"/>
|
|---|
| 34 | </BIOS>
|
|---|
| 35 | <DVDDrive passthrough="false">
|
|---|
| 36 | <Image uuid="{71f17bf4-a714-45a3-82ed-547b67af25ba}"/>
|
|---|
| 37 | </DVDDrive>
|
|---|
| 38 | <FloppyDrive enabled="true"/>
|
|---|
| 39 | <USBController enabled="false" enabledEhci="false"/>
|
|---|
| 40 | <SATAController enabled="true" PortCount="5" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3"/>
|
|---|
| 41 | <Network>
|
|---|
| 42 | <Adapter slot="0" enabled="true" MACAddress="0800271E34F5" cable="true" speed="0" type="Am79C973">
|
|---|
| 43 | <NAT/>
|
|---|
| 44 | </Adapter>
|
|---|
| 45 | <Adapter slot="1" enabled="false" MACAddress="080027C94C5F" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 46 | <Adapter slot="2" enabled="false" MACAddress="0800276E9B67" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 47 | <Adapter slot="3" enabled="false" MACAddress="080027AE9902" 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="DirectSound" enabled="true"/>
|
|---|
| 58 | <SharedFolders/>
|
|---|
| 59 | <Clipboard mode="Bidirectional"/>
|
|---|
| 60 | <Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
|
|---|
| 61 | <GuestProperties/>
|
|---|
| 62 | </Hardware>
|
|---|
| 63 | <HardDiskAttachments>
|
|---|
| 64 | <HardDiskAttachment hardDisk="{87249c1a-2464-4ff3-a601-f8cd3fd2aee8}" bus="SATA" channel="4" device="0"/>
|
|---|
| 65 | </HardDiskAttachments>
|
|---|
| 66 | </Machine>
|
|---|
| 67 | </VirtualBox>
|
|---|