| 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="{93fa6af7-455a-4027-ba35-df799817e8d6}" name="Ubuntu" OSType="ubuntu" lastStateChange="2008-10-06T17:35:43Z">
|
|---|
| 5 | <ExtraData>
|
|---|
| 6 | <ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
|
|---|
| 7 | </ExtraData>
|
|---|
| 8 | <Hardware>
|
|---|
| 9 | <CPU>
|
|---|
| 10 | <HardwareVirtEx enabled="false"/>
|
|---|
| 11 | <HardwareVirtExNestedPaging enabled="false"/>
|
|---|
| 12 | <PAE enabled="false"/>
|
|---|
| 13 | </CPU>
|
|---|
| 14 | <Memory RAMSize="1024"/>
|
|---|
| 15 | <Boot>
|
|---|
| 16 | <Order position="1" device="DVD"/>
|
|---|
| 17 | <Order position="2" device="HardDisk"/>
|
|---|
| 18 | </Boot>
|
|---|
| 19 | <Display VRAMSize="64" MonitorCount="1"/>
|
|---|
| 20 | <RemoteDisplay enabled="false" port="3389" authType="Null"/>
|
|---|
| 21 | <BIOS>
|
|---|
| 22 | <ACPI enabled="true"/>
|
|---|
| 23 | <IOAPIC enabled="false"/>
|
|---|
| 24 | <Logo fadeIn="true" fadeOut="true" displayTime="0"/>
|
|---|
| 25 | <BootMenu mode="MessageAndMenu"/>
|
|---|
| 26 | <TimeOffset value="0"/>
|
|---|
| 27 | <PXEDebug enabled="false"/>
|
|---|
| 28 | <IDEController type="PIIX4"/>
|
|---|
| 29 | </BIOS>
|
|---|
| 30 | <DVDDrive passthrough="false">
|
|---|
| 31 | <Image uuid="{e68fc934-4c1b-4e0f-90a7-be5d562ee426}"/>
|
|---|
| 32 | </DVDDrive>
|
|---|
| 33 | <FloppyDrive enabled="true"/>
|
|---|
| 34 | <USBController enabled="true" enabledEhci="true"/>
|
|---|
| 35 | <SATAController enabled="true" PortCount="1" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3"/>
|
|---|
| 36 | <Network>
|
|---|
| 37 | <Adapter slot="0" enabled="true" MACAddress="08002774D1C4" cable="true" speed="0" type="Am79C973">
|
|---|
| 38 | <NAT/>
|
|---|
| 39 | </Adapter>
|
|---|
| 40 | <Adapter slot="1" enabled="false" MACAddress="080027E641E5" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 41 | <Adapter slot="2" enabled="false" MACAddress="0800276B6704" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 42 | <Adapter slot="3" enabled="false" MACAddress="080027747E47" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 43 | </Network>
|
|---|
| 44 | <UART>
|
|---|
| 45 | <Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
|---|
| 46 | <Port slot="1" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
|---|
| 47 | </UART>
|
|---|
| 48 | <LPT>
|
|---|
| 49 | <Port slot="0" enabled="false" IOBase="0x378" IRQ="4"/>
|
|---|
| 50 | <Port slot="1" enabled="false" IOBase="0x378" IRQ="4"/>
|
|---|
| 51 | </LPT>
|
|---|
| 52 | <AudioAdapter controller="AC97" driver="DirectSound" enabled="true"/>
|
|---|
| 53 | <SharedFolders/>
|
|---|
| 54 | <Clipboard mode="Bidirectional"/>
|
|---|
| 55 | <Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
|
|---|
| 56 | <GuestProperties/>
|
|---|
| 57 | </Hardware>
|
|---|
| 58 | <HardDiskAttachments>
|
|---|
| 59 | <HardDiskAttachment hardDisk="{91770c46-ffdb-44f5-997a-c7fe8ec2ad44}" bus="IDE" channel="0" device="0"/>
|
|---|
| 60 | </HardDiskAttachments>
|
|---|
| 61 | </Machine>
|
|---|
| 62 | </VirtualBox>
|
|---|