| 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-windows">
|
|---|
| 4 | <Machine uuid="{284d98c6-8558-41a2-a64b-084675a43a9c}" name="Ubuntu" OSType="Ubuntu" lastStateChange="2009-11-25T09:30:54Z" aborted="true">
|
|---|
| 5 | <ExtraData>
|
|---|
| 6 | <ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
|
|---|
| 7 | <ExtraDataItem name="GUI/ShowMiniToolBar" value="no"/>
|
|---|
| 8 | <ExtraDataItem name="GUI/MiniToolBarAlignment" value="bottom"/>
|
|---|
| 9 | </ExtraData>
|
|---|
| 10 | <Hardware>
|
|---|
| 11 | <CPU count="1">
|
|---|
| 12 | <HardwareVirtEx enabled="true"/>
|
|---|
| 13 | </CPU>
|
|---|
| 14 | <Memory RAMSize="384"/>
|
|---|
| 15 | <Boot>
|
|---|
| 16 | <Order position="1" device="DVD"/>
|
|---|
| 17 | <Order position="2" device="HardDisk"/>
|
|---|
| 18 | </Boot>
|
|---|
| 19 | <Display VRAMSize="1" monitorCount="1" accelerate3D="false"/>
|
|---|
| 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 | </BIOS>
|
|---|
| 29 | <DVDDrive passthrough="false"/>
|
|---|
| 30 | <FloppyDrive enabled="true"/>
|
|---|
| 31 | <USBController enabled="false" enabledEhci="true"/>
|
|---|
| 32 | <Network>
|
|---|
| 33 | <Adapter slot="0" enabled="true" MACAddress="0800276FCA6D" cable="true" speed="0" type="Am79C973">
|
|---|
| 34 | <BridgedInterface name="Broadcom NetXtreme Gigabit Ethernet"/>
|
|---|
| 35 | </Adapter>
|
|---|
| 36 | <Adapter slot="1" enabled="false" MACAddress="080027F21B86" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 37 | <Adapter slot="2" enabled="false" MACAddress="08002711704F" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 38 | <Adapter slot="3" enabled="false" MACAddress="0800276C29C7" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 39 | <Adapter slot="4" enabled="false" MACAddress="080027040C3B" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 40 | <Adapter slot="5" enabled="false" MACAddress="080027F4E95D" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 41 | <Adapter slot="6" enabled="false" MACAddress="080027DCB865" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 42 | <Adapter slot="7" enabled="false" MACAddress="080027CED710" 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="false"/>
|
|---|
| 53 | <SharedFolders/>
|
|---|
| 54 | <Clipboard mode="Bidirectional"/>
|
|---|
| 55 | <Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
|
|---|
| 56 | <GuestProperties>
|
|---|
| 57 | <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="C" timestamp="1259140323078125000" flags=""/>
|
|---|
| 58 | </GuestProperties>
|
|---|
| 59 | </Hardware>
|
|---|
| 60 | <StorageControllers>
|
|---|
| 61 | <StorageController name="IDE" type="PIIX4" PortCount="2">
|
|---|
| 62 | <AttachedDevice type="HardDisk" port="0" device="0">
|
|---|
| 63 | <Image uuid="{962b6b54-41b8-4018-b79f-35bcb5836042}"/>
|
|---|
| 64 | </AttachedDevice>
|
|---|
| 65 | </StorageController>
|
|---|
| 66 | </StorageControllers>
|
|---|
| 67 | </Machine>
|
|---|
| 68 | </VirtualBox>
|
|---|