| 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-04-02T19:00:18Z" name="herd 5" uuid="{17b8fafa-548a-4efb-9c09-94f40131c1ef}">
|
|---|
| 6 | <ExtraData>
|
|---|
| 7 | <ExtraDataItem name="GUI/LastCloseAction" value="powerOff"/>
|
|---|
| 8 | <ExtraDataItem name="GUI/LastWindowPostion" value="198,177,724,450"/>
|
|---|
| 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 authTimeout="5000" 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="{cface0f3-64ec-484f-93c5-838b1bf7d8f2}"/>
|
|---|
| 32 | </DVDDrive>
|
|---|
| 33 | <FloppyDrive enabled="true"/>
|
|---|
| 34 | <USBController enabled="false"/>
|
|---|
| 35 | <Network>
|
|---|
| 36 | <Adapter MACAddress="080027B2EBC3" cable="true" enabled="true" slot="0" type="Am79C973">
|
|---|
| 37 | <NAT/>
|
|---|
| 38 | </Adapter>
|
|---|
| 39 | <Adapter MACAddress="080027EFED77" cable="true" enabled="false" slot="1" type="Am79C973"/>
|
|---|
| 40 | <Adapter MACAddress="080027CAFF34" cable="true" enabled="false" slot="2" type="Am79C973"/>
|
|---|
| 41 | <Adapter MACAddress="080027978AB8" 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 | </Machine>
|
|---|
| 49 |
|
|---|
| 50 | </VirtualBox>
|
|---|