OSX-KVM - June 2021 Batch Update

Changes:

- Upgrade to OpenCore 0.7.0

- Upgrade OVMF to ovmf_2021.05-1_all.deb

- Add installer build script for Monterey developer beta (nick)

- Sync config.plist with Nick's upstream repository

- Misc. fixes (nick and others)
This commit is contained in:
Dhiru Kholia
2021-06-12 11:32:41 +05:30
committed by Dhiru Kholia
parent a1cd556d3a
commit dad4131633
52 changed files with 1485 additions and 1121 deletions

View File

@@ -27,9 +27,6 @@ help (pull-requests!) with the following work items:
* Document how to use this project for XNU kernel debugging and development.
* Document the process to create and reuse VM snapshots. Instantaneous macOS
boots would be nice this way.
* Document the process to launch a bunch of headless macOS VMs (build farm).
* Document usage of [munki](https://github.com/munki/munki) to deploy software
@@ -37,8 +34,6 @@ help (pull-requests!) with the following work items:
* Enable VNC + SSH support out of the box or more easily.
* Better support + docs for AMD Ryzen.
* Robustness improvements are always welcome!
* (Not so) crazy idea - automate the macOS installation via OpenCV.
@@ -71,7 +66,7 @@ Phenom II X3 720 does not. Ryzen processors work just fine.
To make this change permanent, you may use the following command.
```
sudo cp kvm.conf /etc/modprobe.d/kvm.conf # for intel boxes
sudo cp kvm.conf /etc/modprobe.d/kvm.conf # for intel boxes only
```
* Install QEMU and other packages.
@@ -95,7 +90,7 @@ Phenom II X3 720 does not. Ryzen processors work just fine.
```
cd ~
git clone --depth 1 https://github.com/kholia/OSX-KVM.git
git clone --depth 1 --recursive https://github.com/kholia/OSX-KVM.git
cd OSX-KVM
```