Kernel binary patches to enable native AMD CPU support on macOS.
- Enables macOS to run on AMD CPUs on the fly.
- Enables iMessage, Siri, Facetime, Continuity etc.
- Stable compared to custom XNU kernel.
- No 32-bit support (No OPEMU)
Family | Codename | Example |
---|---|---|
15h | Bulldozer | FX Series |
16h | Jaguar | A Series |
17h | Zen | Ryzen, Threadripper, Athlon 2xxGE |
- High Sierra 10.13.6 (17G65, 17G66, 17G8030, 17G8037)
- Mojave 10.14.6 (18G84, 18G87, 18G95, 18G103)
- Catalina 10.15.0 (19A583)
- Download macOS High Sierra, Mojave or Catalina from Appstore.
- Plug in an empty USB drive.
- Run one of the below commands in your Terminal to prepare the bootable macOS USB.
NOTE: Make sure to replace 'MyVolumeName' with your actual USB volume name in the below commands.
## HighSierra
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolumeName
## Mojave
sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolumeName
## Catalina
sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolumeName
- Install Clover bootloader on your USB drive.
- Place the
config.plist
provided , according to your CPU Family i.e15h_16h
or17h
in your USB EFI Clover folderEFI/EFI/CLOVER/
and edit it as per your needs.
NOTE : If your are making your own clover config then use patches.plist
to copy the patches manually.
- Place the required Kexts according to your system specs in your USB EFI kexts folder
EFI/EFI/CLOVER/kexts/Other/
- Done.