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-linux">
|
---|
4 | <Machine uuid="{a46cf9d6-cc28-4c2c-1b84-5e584243b154}" name="OpenSolaris 2008.5" OSType="opensolaris" lastStateChange="2008-07-20T19:14:50Z" currentStateModified="false">
|
---|
5 | <ExtraData>
|
---|
6 | <ExtraDataItem name="GUI/LastCloseAction" value="powerOff"/>
|
---|
7 | <ExtraDataItem name="GUI/LastWindowPostion" value="248,191,724,456"/>
|
---|
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/SaveMountedAtRuntime" value="yes"/>
|
---|
12 | </ExtraData>
|
---|
13 | <Hardware>
|
---|
14 | <CPU>
|
---|
15 | <HardwareVirtEx enabled="true"/>
|
---|
16 | <PAE enabled="true"/>
|
---|
17 | </CPU>
|
---|
18 | <Memory RAMSize="512"/>
|
---|
19 | <Boot>
|
---|
20 | <Order position="1" device="Floppy"/>
|
---|
21 | <Order position="2" device="DVD"/>
|
---|
22 | <Order position="3" device="HardDisk"/>
|
---|
23 | </Boot>
|
---|
24 | <Display VRAMSize="16" MonitorCount="1"/>
|
---|
25 | <BIOS>
|
---|
26 | <ACPI enabled="true"/>
|
---|
27 | <IOAPIC enabled="false"/>
|
---|
28 | <Logo fadeIn="true" fadeOut="true" displayTime="0"/>
|
---|
29 | <BootMenu mode="MessageAndMenu"/>
|
---|
30 | <TimeOffset value="0"/>
|
---|
31 | <PXEDebug enabled="false"/>
|
---|
32 | <IDEController type="PIIX4"/>
|
---|
33 | </BIOS>
|
---|
34 | <DVDDrive passthrough="false"/>
|
---|
35 | <FloppyDrive enabled="true"/>
|
---|
36 | <USBController enabled="false" enabledEhci="false"/>
|
---|
37 | <SATAController enabled="false" PortCount="30" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3"/>
|
---|
38 | <Network>
|
---|
39 | <Adapter slot="0" enabled="true" MACAddress="080027A8FC0C" cable="true" speed="0" type="Am79C973">
|
---|
40 | <NAT/>
|
---|
41 | </Adapter>
|
---|
42 | <Adapter slot="1" enabled="false" MACAddress="080027C6CB68" cable="true" speed="0" type="Am79C973"/>
|
---|
43 | <Adapter slot="2" enabled="false" MACAddress="08002759E12E" cable="true" speed="0" type="Am79C973"/>
|
---|
44 | <Adapter slot="3" enabled="false" MACAddress="080027909F7F" cable="true" speed="0" type="Am79C973"/>
|
---|
45 | </Network>
|
---|
46 | <UART>
|
---|
47 | <Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
---|
48 | <Port slot="1" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
---|
49 | </UART>
|
---|
50 | <LPT>
|
---|
51 | <Port slot="0" enabled="false" IOBase="0x378" IRQ="4"/>
|
---|
52 | <Port slot="1" enabled="false" IOBase="0x378" IRQ="4"/>
|
---|
53 | </LPT>
|
---|
54 | <AudioAdapter controller="SB16" driver="ALSA" enabled="true"/>
|
---|
55 | <SharedFolders/>
|
---|
56 | <Clipboard mode="Bidirectional"/>
|
---|
57 | <Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
|
---|
58 | </Hardware>
|
---|
59 | <HardDiskAttachments>
|
---|
60 | <HardDiskAttachment hardDisk="{050ec775-893b-4dda-3f8e-01b1565d5ac0}" bus="IDE" channel="0" device="0"/>
|
---|
61 | </HardDiskAttachments>
|
---|
62 | </Machine>
|
---|
63 | </VirtualBox>
|
---|