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.17-windows">
|
---|
9 | <Machine uuid="{afa2fd88-b5cb-4d80-a5e9-3cf116c93bb2}" name="CentOS8" OSType="RedHat_64" snapshotFolder="Snapshots" lastStateChange="2021-01-20T12:26:52Z">
|
---|
10 | <MediaRegistry>
|
---|
11 | <HardDisks>
|
---|
12 | <HardDisk uuid="{e8c2c953-c507-4273-88f2-92479e0ac107}" location="CentOS8.vdi" format="VDI" type="Normal"/>
|
---|
13 | </HardDisks>
|
---|
14 | <DVDImages>
|
---|
15 | <Image uuid="{c0c2590a-8ef3-464a-b43c-6415aa4d6579}" location="C:/Users/jwi/Downloads/CentOS-8.3.2011-x86_64-dvd1.iso"/>
|
---|
16 | </DVDImages>
|
---|
17 | </MediaRegistry>
|
---|
18 | <ExtraData>
|
---|
19 | <ExtraDataItem name="GUI/FirstRun" value="yes"/>
|
---|
20 | </ExtraData>
|
---|
21 | <Hardware>
|
---|
22 | <CPU count="4">
|
---|
23 | <PAE enabled="true"/>
|
---|
24 | <LongMode enabled="true"/>
|
---|
25 | <X2APIC enabled="true"/>
|
---|
26 | <HardwareVirtExLargePages enabled="true"/>
|
---|
27 | </CPU>
|
---|
28 | <Memory RAMSize="8192"/>
|
---|
29 | <Display controller="VMSVGA" VRAMSize="128"/>
|
---|
30 | <VideoCapture file="." fps="25"/>
|
---|
31 | <BIOS>
|
---|
32 | <IOAPIC enabled="true"/>
|
---|
33 | <SmbiosUuidLittleEndian enabled="true"/>
|
---|
34 | </BIOS>
|
---|
35 | <USB>
|
---|
36 | <Controllers>
|
---|
37 | <Controller name="OHCI" type="OHCI"/>
|
---|
38 | </Controllers>
|
---|
39 | </USB>
|
---|
40 | <Network>
|
---|
41 | <Adapter slot="0" enabled="true" MACAddress="080027440F66" type="82540EM">
|
---|
42 | <NAT/>
|
---|
43 | </Adapter>
|
---|
44 | <Adapter slot="1" enabled="true" MACAddress="0800270DE0EA" type="82540EM">
|
---|
45 | <DisabledModes>
|
---|
46 | <InternalNetwork name="intnet"/>
|
---|
47 | <NATNetwork name="NatNetwork"/>
|
---|
48 | </DisabledModes>
|
---|
49 | <HostOnlyInterface name="VirtualBox Host-Only Ethernet Adapter"/>
|
---|
50 | </Adapter>
|
---|
51 | </Network>
|
---|
52 | <AudioAdapter codec="AD1980" driver="DirectSound" enabled="true" enabledOut="true"/>
|
---|
53 | <RTC localOrUTC="UTC"/>
|
---|
54 | <SharedFolders>
|
---|
55 | <SharedFolder name="C_DRIVE" hostPath="C:\" writable="true" autoMount="false" autoMountPoint="/c"/>
|
---|
56 | </SharedFolders>
|
---|
57 | <Clipboard mode="Bidirectional"/>
|
---|
58 | <DragAndDrop mode="Bidirectional"/>
|
---|
59 | <StorageControllers>
|
---|
60 | <StorageController name="IDE" type="PIIX4" PortCount="2" useHostIOCache="true" Bootable="true">
|
---|
61 | <AttachedDevice passthrough="false" tempeject="true" type="DVD" hotpluggable="false" port="1" device="0">
|
---|
62 | <Image uuid="{c0c2590a-8ef3-464a-b43c-6415aa4d6579}"/>
|
---|
63 | </AttachedDevice>
|
---|
64 | </StorageController>
|
---|
65 | <StorageController name="SATA" type="AHCI" PortCount="1" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
|
---|
66 | <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
|
---|
67 | <Image uuid="{e8c2c953-c507-4273-88f2-92479e0ac107}"/>
|
---|
68 | </AttachedDevice>
|
---|
69 | </StorageController>
|
---|
70 | </StorageControllers>
|
---|
71 | </Hardware>
|
---|
72 | </Machine>
|
---|
73 | </VirtualBox>
|
---|