mirror of
https://github.com/kholia/OSX-KVM.git
synced 2026-02-04 04:53:35 +00:00
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:
committed by
Dhiru Kholia
parent
a1cd556d3a
commit
dad4131633
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user