| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|---|
| 2 | <!-- InnoTek VirtualBox Machine Configuration -->
|
|---|
| 3 | <VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.2-windows">
|
|---|
| 4 |
|
|---|
| 5 | <Machine OSType="linux26" lastStateChange="2007-03-29T08:34:05Z" name="Ubuntu_Linux" uuid="{86795c84-7a66-4794-8b39-48b2f35f5978}">
|
|---|
| 6 | <ExtraData>
|
|---|
| 7 | <ExtraDataItem name="GUI/LastCloseAction" value="powerOff"/>
|
|---|
| 8 | <ExtraDataItem name="GUI/LastWindowPostion" value="195,29,1026,816"/>
|
|---|
| 9 | <ExtraDataItem name="GUI/Fullscreen" value="off"/>
|
|---|
| 10 | <ExtraDataItem name="GUI/AutoresizeGuest" value="off"/>
|
|---|
| 11 | </ExtraData>
|
|---|
| 12 | <Hardware>
|
|---|
| 13 | <CPU>
|
|---|
| 14 | <HardwareVirtEx enabled="false"/>
|
|---|
| 15 | </CPU>
|
|---|
| 16 | <Memory RAMSize="512"/>
|
|---|
| 17 | <Boot>
|
|---|
| 18 | <Order device="Floppy" position="1"/>
|
|---|
| 19 | <Order device="DVD" position="2"/>
|
|---|
| 20 | <Order device="HardDisk" position="3"/>
|
|---|
| 21 | </Boot>
|
|---|
| 22 | <Display VRAMSize="8"/>
|
|---|
| 23 | <RemoteDisplay authType="null" enabled="false"/>
|
|---|
| 24 | <BIOS>
|
|---|
| 25 | <ACPI enabled="true"/>
|
|---|
| 26 | <IOAPIC enabled="false"/>
|
|---|
| 27 | <Logo displayTime="0" fadeIn="true" fadeOut="true"/>
|
|---|
| 28 | <BootMenu mode="messageandmenu"/>
|
|---|
| 29 | </BIOS>
|
|---|
| 30 | <DVDDrive passthrough="false">
|
|---|
| 31 | <Image uuid="{57354753-aeaa-437d-9f49-ae7b5a09ef7f}"/>
|
|---|
| 32 | </DVDDrive>
|
|---|
| 33 | <FloppyDrive enabled="true"/>
|
|---|
| 34 | <USBController enabled="false"/>
|
|---|
| 35 | <Network>
|
|---|
| 36 | <Adapter MACAddress="080027D1884C" cable="true" enabled="true" slot="0" type="Am79C973">
|
|---|
| 37 | <NAT/>
|
|---|
| 38 | </Adapter>
|
|---|
| 39 | <Adapter MACAddress="0800274320E1" cable="true" enabled="false" slot="1" type="Am79C973"/>
|
|---|
| 40 | <Adapter MACAddress="080027B798D2" cable="true" enabled="false" slot="2" type="Am79C973"/>
|
|---|
| 41 | <Adapter MACAddress="0800270806FC" cable="true" enabled="false" slot="3" type="Am79C973"/>
|
|---|
| 42 | </Network>
|
|---|
| 43 | <AudioAdapter driver="null" enabled="false"/>
|
|---|
| 44 | <SharedFolders/>
|
|---|
| 45 | <Clipboard mode="Disabled"/>
|
|---|
| 46 | </Hardware>
|
|---|
| 47 | <HardDiskAttachments>
|
|---|
| 48 | <HardDiskAttachment bus="ide0" device="master" hardDisk="{e38ac5b9-89b7-42b8-9c23-31bee0c30939}"/>
|
|---|
| 49 | </HardDiskAttachments>
|
|---|
| 50 | </Machine>
|
|---|
| 51 |
|
|---|
| 52 | </VirtualBox>
|
|---|