| 1 | <?xml version="1.0"?>
|
|---|
| 2 | <!--
|
|---|
| 3 | ** DO NOT EDIT THIS FILE.
|
|---|
| 4 | ** If you make changes to this file while any VirtualBox related application
|
|---|
| 5 | ** is running, your changes will be overwritten later, without taking effect.
|
|---|
| 6 | ** Use VBoxManage or the VirtualBox Manager GUI to make changes.
|
|---|
| 7 | -->
|
|---|
| 8 | <VirtualBox xmlns="http://www.virtualbox.org/" version="1.16-macosx">
|
|---|
| 9 | <Machine uuid="{26756f16-4bbf-48a4-8b73-8eef7f672676}" name="Test1" OSType="Linux26_64" snapshotFolder="Snapshots" lastStateChange="2018-08-02T07:17:10Z">
|
|---|
| 10 | <MediaRegistry>
|
|---|
| 11 | <DVDImages>
|
|---|
| 12 | <Image uuid="{11111111-1111-1111-1111-111111111111}" location="Test.iso"/>
|
|---|
| 13 | </DVDImages>
|
|---|
| 14 | </MediaRegistry>
|
|---|
| 15 | <ExtraData>
|
|---|
| 16 | <ExtraDataItem name="GUI/FirstRun" value="yes"/>
|
|---|
| 17 | </ExtraData>
|
|---|
| 18 | <Hardware>
|
|---|
| 19 | <CPU>
|
|---|
| 20 | <PAE enabled="false"/>
|
|---|
| 21 | <LongMode enabled="true"/>
|
|---|
| 22 | <X2APIC enabled="true"/>
|
|---|
| 23 | <HardwareVirtExLargePages enabled="true"/>
|
|---|
| 24 | </CPU>
|
|---|
| 25 | <Memory RAMSize="1024"/>
|
|---|
| 26 | <HID Pointing="USBTablet"/>
|
|---|
| 27 | <Display VRAMSize="16"/>
|
|---|
| 28 | <VideoCapture fps="25" options="ac_enabled=false"/>
|
|---|
| 29 | <BIOS>
|
|---|
| 30 | <IOAPIC enabled="true"/>
|
|---|
| 31 | </BIOS>
|
|---|
| 32 | <USB>
|
|---|
| 33 | <Controllers>
|
|---|
| 34 | <Controller name="OHCI" type="OHCI"/>
|
|---|
| 35 | <Controller name="EHCI" type="EHCI"/>
|
|---|
| 36 | </Controllers>
|
|---|
| 37 | </USB>
|
|---|
| 38 | <Network>
|
|---|
| 39 | <Adapter slot="0" enabled="true" MACAddress="0800274F0646" type="82540EM">
|
|---|
| 40 | <NAT/>
|
|---|
| 41 | </Adapter>
|
|---|
| 42 | </Network>
|
|---|
| 43 | <AudioAdapter codec="AD1980" driver="CoreAudio" enabled="true" enabledIn="false"/>
|
|---|
| 44 | <RTC localOrUTC="UTC"/>
|
|---|
| 45 | </Hardware>
|
|---|
| 46 | <StorageControllers>
|
|---|
| 47 | <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
|
|---|
| 48 | <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
|
|---|
| 49 | </StorageController>
|
|---|
| 50 | <StorageController name="SATA" type="AHCI" PortCount="1" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3"/>
|
|---|
| 51 | </StorageControllers>
|
|---|
| 52 | </Machine>
|
|---|
| 53 | </VirtualBox>
|
|---|