黑苹果相关资源
必要驱动工具集:
Clover Bootloader最新版本下载: https://github.com/Dids/clover-builder/releases
AppleALC音频驱动:https://github.com/acidanthera/AppleALC/releases
LiLu最新版:https://github.com/acidanthera/Lilu/releases
Whatever最新版(已经合并了WhateverGreen,IntelGraphicsFixup,NvidiaGraphicsFixup,Shiki和CoreDisplayFixup):https://github.com/acidanthera/WhateverGreen/releases
次要驱动:
wifi补丁AirportBrcmFixup:https://github.com/acidanthera/AirportBrcmFixup/releases
HibernationFixup(解决某些情况下休眠黑屏):https://github.com/acidanthera/HibernationFixup/releases
Shiki(视频播放支持和硬件视频加速,已整合在Whatever):https://github.com/acidanthera/Shiki
IntelGraphicsDVMTFixup :
辅助工具集:
MaciASL:https://github.com/acidanthera/MaciASL/releases
1.如何安装驱动kexts ?
- 使用Kext Beast, Kext Wizard, Kext Utility等软件安装(但不推荐),如果安装错误了,需要:
sudo rm -rf /Library/Extensions/xxx.kext
sudo rm -rf /System/Library/Extensions/xxx.kext
- 推荐自行命令行安装(10.11.x之后的系统,kexts只需要安装到/L/E目录):
sudo cp -r xxx.kext /Library/Extension/
重建驱动缓存:
sudo kextcache -i /
2.关于多系统安装(通常win 10 + OS X)
- OS X 需要GPT,如果Windows是基于legacy安装的,需要转换到UEFI/GPT(OS X和Windows处于一个硬盘)
- OS X 不兼容MSR分区,必须删除GPT中的MSR分区
- OS X 需要大于200mb的EFI分区
3.关于集成显卡DVMT-prealloc容量设置
- 首先通过BIOS设置,调整DVMT容量以保证kext驱动正常
- 对于部分BIOS限制32mb的情况,需要自行添加framebuffer(帧缓冲补丁):
https://www.tonymacx86.com/threads/...lensize-patch-with-32mb-dvmt-prealloc.221506/
补充指南: