forked from philipnewcomer/macOS-VirtualBox-VM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacOS.vbox
93 lines (93 loc) · 4.18 KB
/
macOS.vbox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?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.virtualbox.org/" version="1.15-macosx">
<Machine uuid="{7b1bd6ba-342f-4ea9-a5bc-7e0a3e352f42}" name="macOS" OSType="MacOS1013_64" snapshotFolder="Snapshots" lastStateChange="2017-10-09T23:52:48Z">
<ExtraData>
<ExtraDataItem name="GUI/FirstRun" value="yes"/>
<ExtraDataItem name="VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" value="Iloveapple"/>
<ExtraDataItem name="VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" value="iMac11,3"/>
<ExtraDataItem name="VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" value="1.0"/>
<ExtraDataItem name="VBoxInternal/Devices/smc/0/Config/DeviceKey" value="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"/>
<ExtraDataItem name="VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" value="1"/>
</ExtraData>
<Hardware>
<CPU count="2">
<PAE enabled="true"/>
<LongMode enabled="true"/>
<HardwareVirtExLargePages enabled="true"/>
<CpuIdTree>
<CpuIdLeaf id="1" eax="67301" ebx="1050624" ecx="10019837" edx="3219913727"/>
</CpuIdTree>
</CPU>
<Memory RAMSize="2048"/>
<Firmware type="EFI"/>
<HID Pointing="USBTablet" Keyboard="USBKeyboard"/>
<HPET enabled="true"/>
<Chipset type="ICH9"/>
<Paravirt provider="Default"/>
<RemoteDisplay enabled="false"/>
<Display VRAMSize="128"/>
<BIOS>
<IOAPIC enabled="true"/>
</BIOS>
<USB>
<Controllers>
<Controller name="OHCI" type="OHCI"/>
<Controller name="EHCI" type="EHCI"/>
</Controllers>
</USB>
<Network>
<Adapter slot="0" enabled="true" MACAddress="0800279C478B" cable="true" type="82545EM">
<NAT/>
</Adapter>
<Adapter slot="1" cable="true" type="82545EM"/>
<Adapter slot="2" cable="true" type="82545EM"/>
<Adapter slot="3" cable="true" type="82545EM"/>
<Adapter slot="4" cable="true" type="82545EM"/>
<Adapter slot="5" cable="true" type="82545EM"/>
<Adapter slot="6" cable="true" type="82545EM"/>
<Adapter slot="7" cable="true" type="82545EM"/>
<Adapter slot="8" type="Am79C973"/>
<Adapter slot="9" type="Am79C973"/>
<Adapter slot="10" type="Am79C973"/>
<Adapter slot="11" type="Am79C973"/>
<Adapter slot="12" type="Am79C973"/>
<Adapter slot="13" type="Am79C973"/>
<Adapter slot="14" type="Am79C973"/>
<Adapter slot="15" type="Am79C973"/>
<Adapter slot="16" type="Am79C973"/>
<Adapter slot="17" type="Am79C973"/>
<Adapter slot="18" type="Am79C973"/>
<Adapter slot="19" type="Am79C973"/>
<Adapter slot="20" type="Am79C973"/>
<Adapter slot="21" type="Am79C973"/>
<Adapter slot="22" type="Am79C973"/>
<Adapter slot="23" type="Am79C973"/>
<Adapter slot="24" type="Am79C973"/>
<Adapter slot="25" type="Am79C973"/>
<Adapter slot="26" type="Am79C973"/>
<Adapter slot="27" type="Am79C973"/>
<Adapter slot="28" type="Am79C973"/>
<Adapter slot="29" type="Am79C973"/>
<Adapter slot="30" type="Am79C973"/>
<Adapter slot="31" type="Am79C973"/>
<Adapter slot="32" type="Am79C973"/>
<Adapter slot="33" type="Am79C973"/>
<Adapter slot="34" type="Am79C973"/>
<Adapter slot="35" type="Am79C973"/>
</Network>
<AudioAdapter controller="HDA" driver="CoreAudio" enabled="true"/>
<RTC localOrUTC="UTC"/>
</Hardware>
<StorageControllers>
<StorageController name="SATA" type="AHCI" PortCount="2" useHostIOCache="false" Bootable="true" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">
<AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0"/>
</StorageController>
</StorageControllers>
</Machine>
</VirtualBox>