mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
2c558de891
Fixes #1791
107 lines
4.4 KiB
XML
107 lines
4.4 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
** DO NOT EDIT THIS FILE.
|
|
** If you make changes to this file while any VirtualBox related application
|
|
** is running, your changes will be overwritten later, without taking effect.
|
|
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
|
|
-->
|
|
<VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.14-linux">
|
|
<Machine uuid="{179f623e-40a1-4827-995d-251537a53129}" name="Win81_64" OSType="Windows81_64" snapshotFolder="Snapshots" lastStateChange="2015-01-08T11:27:52Z">
|
|
<MediaRegistry>
|
|
<HardDisks>
|
|
<HardDisk uuid="{4def7eeb-7836-4f3e-9b6c-a850b307ef10}" location="/win81_64.vdi" format="VDI" type="Immutable">
|
|
<HardDisk uuid="{9d5f52e5-81ef-45ef-8334-5c644f5a4ef0}" location="/ram/overlay_win81_64.vdi" format="VDI" autoReset="true"/>
|
|
</HardDisk>
|
|
</HardDisks>
|
|
<DVDImages/>
|
|
<FloppyImages/>
|
|
</MediaRegistry>
|
|
<ExtraData>
|
|
<ExtraDataItem name="GUI/LastGuestSizeHint" value="1024,768"/>
|
|
<ExtraDataItem name="GUI/LastNormalWindowPosition" value="0,12,1439,863"/>
|
|
</ExtraData>
|
|
<Hardware version="2">
|
|
<CPU count="1" hotplug="false">
|
|
<HardwareVirtEx enabled="true"/>
|
|
<HardwareVirtExNestedPaging enabled="true"/>
|
|
<HardwareVirtExVPID enabled="true"/>
|
|
<HardwareVirtExUX enabled="true"/>
|
|
<PAE enabled="true"/>
|
|
<LongMode enabled="true"/>
|
|
<HardwareVirtExLargePages enabled="false"/>
|
|
<HardwareVirtForce enabled="false"/>
|
|
</CPU>
|
|
<Memory RAMSize="1024" PageFusion="false"/>
|
|
<HID Pointing="PS2Mouse" Keyboard="PS2Keyboard"/>
|
|
<HPET enabled="false"/>
|
|
<Chipset type="PIIX3"/>
|
|
<Boot>
|
|
<Order position="1" device="Floppy"/>
|
|
<Order position="2" device="DVD"/>
|
|
<Order position="3" device="HardDisk"/>
|
|
<Order position="4" device="None"/>
|
|
</Boot>
|
|
<Display VRAMSize="128" monitorCount="1" accelerate3D="false" accelerate2DVideo="false"/>
|
|
<VideoCapture enabled="false" screens="18446744073709551615" horzRes="1024" vertRes="768" rate="512" fps="25"/>
|
|
<RemoteDisplay enabled="false" authType="Null"/>
|
|
<BIOS>
|
|
<ACPI enabled="true"/>
|
|
<IOAPIC enabled="true"/>
|
|
<Logo fadeIn="true" fadeOut="true" displayTime="0"/>
|
|
<BootMenu mode="MessageAndMenu"/>
|
|
<TimeOffset value="0"/>
|
|
<PXEDebug enabled="false"/>
|
|
</BIOS>
|
|
<USB>
|
|
<Controllers>
|
|
<Controller name="OHCI" type="OHCI"/>
|
|
</Controllers>
|
|
<DeviceFilters/>
|
|
</USB>
|
|
<Network>
|
|
<Adapter slot="0" enabled="false" MACAddress="080027235455" cable="true" speed="0" type="82540EM">
|
|
<HostInterface/>
|
|
<DisabledModes/>
|
|
</Adapter>
|
|
</Network>
|
|
<UART>
|
|
<Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
|
|
<Port slot="1" enabled="false" IOBase="0x2f8" IRQ="3" hostMode="Disconnected"/>
|
|
</UART>
|
|
<LPT>
|
|
<Port slot="0" enabled="false" IOBase="0x378" IRQ="7"/>
|
|
<Port slot="1" enabled="false" IOBase="0x378" IRQ="7"/>
|
|
</LPT>
|
|
<AudioAdapter controller="HDA" driver="Pulse" enabled="true"/>
|
|
<RTC localOrUTC="UTC"/>
|
|
<SharedFolders/>
|
|
<Clipboard mode="Disabled"/>
|
|
<DragAndDrop mode="Disabled"/>
|
|
<IO>
|
|
<IoCache enabled="true" size="5"/>
|
|
<BandwidthGroups/>
|
|
</IO>
|
|
<HostPci>
|
|
<Devices/>
|
|
</HostPci>
|
|
<EmulatedUSB>
|
|
<CardReader enabled="false"/>
|
|
</EmulatedUSB>
|
|
<Guest memoryBalloonSize="0"/>
|
|
<GuestProperties>
|
|
<GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1420716068888210000" flags=""/>
|
|
</GuestProperties>
|
|
</Hardware>
|
|
<StorageControllers>
|
|
<StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
|
|
<AttachedDevice type="HardDisk" port="0" device="0">
|
|
<Image uuid="{9d5f52e5-81ef-45ef-8334-5c644f5a4ef0}"/>
|
|
</AttachedDevice>
|
|
<AttachedDevice passthrough="false" type="DVD" port="1" device="0"/>
|
|
</StorageController>
|
|
<!--<StorageController name="SATA" type="AHCI" PortCount="1" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
|
|
</StorageController>-->
|
|
</StorageControllers>
|
|
</Machine>
|
|
</VirtualBox>
|