AMD Kernel for macOS Mojave was Compiled by Bronya.
This kernel allows full x64 support on all AMD CPUs including Ryzen CPUs.
This Kernel can be used with following versions of macOS Mojave
- 10.12.0
- 10.12.1
- 10.12.2
- 10.12.3
- 10.12.4
- 10.12.5
- 10.12.6
Installation File Paths:
- System.kext must be installed to /System/Library/Extensions/System.kext
- System.framework must be installed into /System/Library/Frameworks/System.framework
- Kernel.framework must be installed into /System/Library/Frameworks/Kernel.framework
- IOKit.framework must be installed into /System/Library/Frameworks/IOKit.framework
After installing Frameworks & Kexts fix permission with Terminal, Path may vary adjust according to need.
sudo -s
chown -R root:wheel /System/Library/Extensions/System.kext
chown -R root:wheel /System/Library/Frameworks/System.framework
chown -R root:wheel /System/Library/Frameworks/Kernel.framework
chown -R root:wheel /System/Library/Frameworks/IOKit.framework
chmod -R 755 /System/Library/Extensions/System.kext
chmod -R 755 /System/Library/Frameworks/System.framework
chmod -R 755 /System/Library/Frameworks/Kernel.framework
chmod -R 755 /System/Library/Frameworks/IOKit.framework