Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

Commit

Permalink
Initial commit of new High Sierra VM
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnewcomer committed Oct 9, 2017
1 parent 6998aa5 commit a327a4b
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions macOS.vbox
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<?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:https://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"/>
</ExtraData>
<Hardware>
<CPU>
<PAE enabled="true"/>
<LongMode enabled="true"/>
<HardwareVirtExLargePages enabled="true"/>
</CPU>
<Memory RAMSize="2048"/>
<Firmware type="EFI"/>
<HID Pointing="USBTablet" Keyboard="USBKeyboard"/>
<HPET enabled="true"/>
<Chipset type="ICH9"/>
<Paravirt provider="Default"/>
<Display VRAMSize="16"/>
<RemoteDisplay enabled="false"/>
<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>

0 comments on commit a327a4b

Please sign in to comment.