| 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-solaris">
|
|---|
| 4 | <Machine uuid="{db2ead74-7052-45c4-c2b2-102701754586}" name="OpenSolaris 2008.05" OSType="solaris" lastStateChange="2008-05-16T17:27:53Z" currentStateModified="false">
|
|---|
| 5 | <ExtraData>
|
|---|
| 6 | <ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
|
|---|
| 7 | <ExtraDataItem name="GUI/InfoDlgState" value="400,450,normal"/>
|
|---|
| 8 | <ExtraDataItem name="GUI/LastCloseAction" value="shutdown"/>
|
|---|
| 9 | <ExtraDataItem name="GUI/LastWindowPostion" value="240,171,724,456"/>
|
|---|
| 10 | <ExtraDataItem name="GUI/Fullscreen" value="off"/>
|
|---|
| 11 | <ExtraDataItem name="GUI/Seamless" value="off"/>
|
|---|
| 12 | <ExtraDataItem name="GUI/AutoresizeGuest" value="on"/>
|
|---|
| 13 | </ExtraData>
|
|---|
| 14 | <Hardware>
|
|---|
| 15 | <CPU>
|
|---|
| 16 | <HardwareVirtEx enabled="true"/>
|
|---|
| 17 | <PAE enabled="true"/>
|
|---|
| 18 | </CPU>
|
|---|
| 19 | <Memory RAMSize="1024"/>
|
|---|
| 20 | <Boot>
|
|---|
| 21 | <Order position="1" device="Floppy"/>
|
|---|
| 22 | <Order position="2" device="DVD"/>
|
|---|
| 23 | <Order position="3" device="HardDisk"/>
|
|---|
| 24 | </Boot>
|
|---|
| 25 | <Display VRAMSize="64" MonitorCount="1"/>
|
|---|
| 26 | <RemoteDisplay enabled="false" port="3389" authType="Null"/>
|
|---|
| 27 | <BIOS>
|
|---|
| 28 | <ACPI enabled="true"/>
|
|---|
| 29 | <IOAPIC enabled="true"/>
|
|---|
| 30 | <Logo fadeIn="true" fadeOut="true" displayTime="0"/>
|
|---|
| 31 | <BootMenu mode="MessageAndMenu"/>
|
|---|
| 32 | <TimeOffset value="0"/>
|
|---|
| 33 | <PXEDebug enabled="false"/>
|
|---|
| 34 | <IDEController type="PIIX4"/>
|
|---|
| 35 | </BIOS>
|
|---|
| 36 | <DVDDrive passthrough="false"/>
|
|---|
| 37 | <FloppyDrive enabled="true"/>
|
|---|
| 38 | <USBController enabled="false" enabledEhci="false"/>
|
|---|
| 39 | <SATAController enabled="false" PortCount="1" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3"/>
|
|---|
| 40 | <Network>
|
|---|
| 41 | <Adapter slot="0" enabled="true" MACAddress="0800273905FF" cable="true" speed="0" type="82540EM">
|
|---|
| 42 | <NAT/>
|
|---|
| 43 | </Adapter>
|
|---|
| 44 | <Adapter slot="1" enabled="false" MACAddress="080027FC77DC" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 45 | <Adapter slot="2" enabled="false" MACAddress="0800274DB43D" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 46 | <Adapter slot="3" enabled="false" MACAddress="080027E62FF0" cable="true" speed="0" type="Am79C973"/>
|
|---|
| 47 | </Network>
|
|---|
| 48 | <UART>
|
|---|
| 49 | <Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
|---|
| 50 | <Port slot="1" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
|---|
| 51 | </UART>
|
|---|
| 52 | <LPT>
|
|---|
| 53 | <Port slot="0" enabled="false" IOBase="0x378" IRQ="4"/>
|
|---|
| 54 | <Port slot="1" enabled="false" IOBase="0x378" IRQ="4"/>
|
|---|
| 55 | </LPT>
|
|---|
| 56 | <AudioAdapter controller="AC97" driver="Null" enabled="false"/>
|
|---|
| 57 | <SharedFolders/>
|
|---|
| 58 | <Clipboard mode="Bidirectional"/>
|
|---|
| 59 | <Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
|
|---|
| 60 | </Hardware>
|
|---|
| 61 | <HardDiskAttachments>
|
|---|
| 62 | <HardDiskAttachment hardDisk="{4945f2cb-f995-43f9-6d8f-98e404fd5bc9}" bus="IDE" channel="0" device="0"/>
|
|---|
| 63 | </HardDiskAttachments>
|
|---|
| 64 | </Machine>
|
|---|
| 65 | </VirtualBox>
|
|---|