VirtualBox

Ticket #19362: reactos.vbox

File reactos.vbox, 2.5 KB (added by kotenok2000, 5 years ago)

vm config

Line 
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.15-windows">
9 <Machine uuid="{86ec5a79-4aa4-4294-9185-2ced8c672903}" name="reactos" OSType="Windows2003" snapshotFolder="Snapshots" lastStateChange="2020-02-29T01:06:53Z">
10 <MediaRegistry>
11 <HardDisks>
12 <HardDisk uuid="{4235da52-7171-4101-a2fc-e9ecab55a8a0}" location="reactos.vdi" format="VDI" type="Normal"/>
13 </HardDisks>
14 <DVDImages>
15 <Image uuid="{a4ccf77a-15da-4270-9d71-de44d6d2900b}" location="C:/Users/frolo/Downloads/ReactOS-0.4.12.iso"/>
16 </DVDImages>
17 </MediaRegistry>
18 <ExtraData>
19 <ExtraDataItem name="GUI/LastNormalWindowPosition" value="0,23,1280,971,max"/>
20 </ExtraData>
21 <Hardware>
22 <CPU>
23 <PAE enabled="false"/>
24 <LongMode enabled="false"/>
25 <HardwareVirtExLargePages enabled="true"/>
26 </CPU>
27 <Memory RAMSize="4096"/>
28 <HID Pointing="USBTablet"/>
29 <Paravirt provider="Default"/>
30 <Display VRAMSize="16"/>
31 <VideoCapture file="." fps="25"/>
32 <RemoteDisplay enabled="false"/>
33 <BIOS>
34 <SmbiosUuidLittleEndian enabled="true"/>
35 </BIOS>
36 <USB>
37 <Controllers>
38 <Controller name="OHCI" type="OHCI"/>
39 <Controller name="EHCI" type="EHCI"/>
40 </Controllers>
41 </USB>
42 <Network>
43 <Adapter slot="0" enabled="true" MACAddress="080027F4E9DF" cable="true" type="82543GC">
44 <NAT/>
45 </Adapter>
46 </Network>
47 <AudioAdapter driver="DirectSound" enabled="true" enabledIn="false"/>
48 <Clipboard/>
49 <GuestProperties>
50 <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="ru_RU" timestamp="1582938415123737500" flags=""/>
51 </GuestProperties>
52 </Hardware>
53 <StorageControllers>
54 <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
55 <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
56 <Image uuid="{4235da52-7171-4101-a2fc-e9ecab55a8a0}"/>
57 </AttachedDevice>
58 <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0">
59 <Image uuid="{a4ccf77a-15da-4270-9d71-de44d6d2900b}"/>
60 </AttachedDevice>
61 </StorageController>
62 </StorageControllers>
63 </Machine>
64</VirtualBox>

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy