| 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="{3d2673a9-c04f-466a-abc2-9f433ce8571c}" name="Server 2008 x64" OSType="Windows2008_64" lastStateChange="2009-08-05T23:05:52Z">
|
|---|
| 5 | <ExtraData>
|
|---|
| 6 | <ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
|
|---|
| 7 | <ExtraDataItem name="GUI/ShowMiniToolBar" value="yes"/>
|
|---|
| 8 | <ExtraDataItem name="GUI/MiniToolBarAlignment" value="bottom"/>
|
|---|
| 9 | </ExtraData>
|
|---|
| 10 | <Hardware>
|
|---|
| 11 | <CPU count="2">
|
|---|
| 12 | <HardwareVirtEx enabled="true"/>
|
|---|
| 13 | </CPU>
|
|---|
| 14 | <Memory RAMSize="1024"/>
|
|---|
| 15 | <Boot>
|
|---|
| 16 | <Order position="1" device="Floppy"/>
|
|---|
| 17 | <Order position="2" device="DVD"/>
|
|---|
| 18 | <Order position="3" device="HardDisk"/>
|
|---|
| 19 | </Boot>
|
|---|
| 20 | <Display VRAMSize="128" monitorCount="1" accelerate3D="true"/>
|
|---|
| 21 | <RemoteDisplay enabled="false" port="3389" authType="Null" authTimeout="5000"/>
|
|---|
| 22 | <BIOS>
|
|---|
| 23 | <ACPI enabled="true"/>
|
|---|
| 24 | <IOAPIC enabled="true"/>
|
|---|
| 25 | <Logo fadeIn="true" fadeOut="true" displayTime="0"/>
|
|---|
| 26 | <BootMenu mode="MessageAndMenu"/>
|
|---|
| 27 | <TimeOffset value="0"/>
|
|---|
| 28 | <PXEDebug enabled="false"/>
|
|---|
| 29 | </BIOS>
|
|---|
| 30 | <DVDDrive passthrough="false">
|
|---|
| 31 | <Image uuid="{f2b44b20-eabf-48a4-9c2a-afb0b25b281f}"/>
|
|---|
| 32 | </DVDDrive>
|
|---|
| 33 | <FloppyDrive enabled="true"/>
|
|---|
| 34 | <USBController enabled="false" enabledEhci="true"/>
|
|---|
| 35 | <Network>
|
|---|
| 36 | <Adapter slot="0" enabled="true" MACAddress="080027CDA780" cable="true" speed="0" type="82540EM">
|
|---|
| 37 | <NAT/>
|
|---|
| 38 | </Adapter>
|
|---|
| 39 | <Adapter slot="1" enabled="false" MACAddress="080027E1446C" cable="true" speed="0" type="82540EM"/>
|
|---|
| 40 | <Adapter slot="2" enabled="false" MACAddress="080027D3C9E9" cable="true" speed="0" type="82540EM"/>
|
|---|
| 41 | <Adapter slot="3" enabled="false" MACAddress="080027AB8BEF" cable="true" speed="0" type="82540EM"/>
|
|---|
| 42 | <Adapter slot="4" enabled="false" MACAddress="080027E9FB84" cable="true" speed="0" type="82540EM"/>
|
|---|
| 43 | <Adapter slot="5" enabled="false" MACAddress="0800276CE230" cable="true" speed="0" type="82540EM"/>
|
|---|
| 44 | <Adapter slot="6" enabled="false" MACAddress="08002758A833" cable="true" speed="0" type="82540EM"/>
|
|---|
| 45 | <Adapter slot="7" enabled="false" MACAddress="080027DE1F8E" cable="true" speed="0" type="82540EM"/>
|
|---|
| 46 | </Network>
|
|---|
| 47 | <UART>
|
|---|
| 48 | <Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
|---|
| 49 | <Port slot="1" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
|---|
| 50 | </UART>
|
|---|
| 51 | <LPT>
|
|---|
| 52 | <Port slot="0" enabled="false" IOBase="0x378" IRQ="4"/>
|
|---|
| 53 | <Port slot="1" enabled="false" IOBase="0x378" IRQ="4"/>
|
|---|
| 54 | </LPT>
|
|---|
| 55 | <AudioAdapter controller="AC97" driver="DirectSound" enabled="true"/>
|
|---|
| 56 | <SharedFolders/>
|
|---|
| 57 | <Clipboard mode="Bidirectional"/>
|
|---|
| 58 | <Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
|
|---|
| 59 | <GuestProperties>
|
|---|
| 60 | <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="C" timestamp="1249514328140122100" flags=""/>
|
|---|
| 61 | </GuestProperties>
|
|---|
| 62 | </Hardware>
|
|---|
| 63 | <StorageControllers>
|
|---|
| 64 | <StorageController name="IDE" type="PIIX4" PortCount="2">
|
|---|
| 65 | <AttachedDevice type="HardDisk" port="0" device="0">
|
|---|
| 66 | <Image uuid="{b7a85660-3abd-4cf0-a002-551dc954e345}"/>
|
|---|
| 67 | </AttachedDevice>
|
|---|
| 68 | </StorageController>
|
|---|
| 69 | </StorageControllers>
|
|---|
| 70 | </Machine>
|
|---|
| 71 | </VirtualBox>
|
|---|