在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 联想G510黑苹果EFI+驱动+蓝牙+接近完美

联想G510黑苹果EFI+驱动+蓝牙+接近完美

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:13.41M
  • 下载次数:9
  • 浏览次数:1818
  • 发布时间:2020-09-11
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
联想G510黑苹果EFI+驱动+蓝牙+接近完美,WiFi可用,触摸板可用
【实例截图】
【核心代码】
联想G510黑苹果EFI驱动蓝牙接近完美
├── EFI
│   ├── BOOT
│   │   └── BOOTX64.efi
│   └── CLOVER
│   ├── ACPI
│   │   └── patched
│   │   ├── SSDT-Disable-DGPU.aml
│   │   └── SSDT-UIAC-ALL.aml
│   ├── CLOVERX64.efi
│   ├── config.plist
│   ├── drivers64UEFI
│   │   ├── ApfsDriverLoader-64.efi
│   │   ├── apfs.efi
│   │   ├── AppleImageLoader-64.efi
│   │   ├── AppleUISupport-64.efi
│   │   ├── AppleUITheme-64.efi
│   │   ├── AptioMemoryFix-64.efi
│   │   ├── DataHubDxe-64.efi
│   │   ├── FirmwareVolume-64.efi
│   │   ├── FSInject-64.efi
│   │   └── HFSPlus.efi
│   ├── drivers-Off
│   │   ├── drivers64
│   │   │   ├── apfs-64.efi
│   │   │   ├── ApfsDriverLoader-64.efi
│   │   │   ├── AppleImageLoader-64.efi
│   │   │   ├── AppleUISupport-64.efi
│   │   │   ├── GrubEXFAT-64.efi
│   │   │   ├── GrubISO9660-64.efi
│   │   │   ├── GrubNTFS-64.efi
│   │   │   ├── GrubUDF-64.efi
│   │   │   └── HFSPlus-64.efi
│   │   └── drivers64UEFI
│   │   ├── ApfsDriverLoader-64.efi
│   │   ├── apfs.efi
│   │   ├── AppleImageLoader-64.efi
│   │   ├── AppleUISupport-64.efi
│   │   ├── AptioInputFix-64.efi
│   │   ├── AptioMemoryFix-64.efi
│   │   ├── EmuVariableUefi-64.efi
│   │   ├── EnglishDxe-64.efi
│   │   ├── Fat-64.efi
│   │   ├── HashServiceFix-64.efi
│   │   ├── HFSPlus.efi
│   │   ├── NvmExpressDxe-64.efi
│   │   ├── OsxAptioFix3Drv-64.efi
│   │   ├── OsxAptioFixDrv-64.efi
│   │   ├── OsxFatBinaryDrv-64.efi
│   │   ├── OsxLowMemFixDrv-64.efi
│   │   ├── PartitionDxe-64.efi
│   │   ├── Ps2MouseDxe-64.efi
│   │   ├── UsbKbDxe-64.efi
│   │   ├── UsbMouseDxe-64.efi
│   │   ├── VBoxExt2-64.efi
│   │   ├── VBoxExt4-64.efi
│   │   └── VBoxIso9600-64.efi
│   ├── kexts
│   │   └── Other
│   │   ├── ACPIBatteryManager.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── ACPIBatteryManager
│   │   ├── AirportBrcmFixup.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── AirportBrcmFixup
│   │   ├── AppleIGB.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   ├── MacOS
│   │   │   │   └── AppleIGB
│   │   │   └── Resources
│   │   │   └── InfoPlist.strings
│   │   ├── AppleIntelE1000e.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   ├── MacOS
│   │   │   │   └── AppleIntelE1000e
│   │   │   └── Resources
│   │   │   └── InfoPlist.strings
│   │   ├── AtherosE2200Ethernet.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   ├── MacOS
│   │   │   │   └── AtherosE2200Ethernet
│   │   │   └── Resources
│   │   │   └── en.lproj
│   │   │   └── InfoPlist.strings
│   │   ├── BrcmFirmwareData.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── BrcmFirmwareData
│   │   ├── BrcmPatchRAM2.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── BrcmPatchRAM2
│   │   ├── FakePCIID_Broadcom_WiFi.kext
│   │   │   └── Contents
│   │   │   └── Info.plist
│   │   ├── FakePCIID.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── FakePCIID
│   │   ├── FakeSMC_v1800.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── FakeSMC
│   │   ├── GenericUSBXHCI.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── GenericUSBXHCI
│   │   ├── IntelMausiEthernet.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── IntelMausiEthernet
│   │   ├── Lilu_v1.2.7.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── Lilu
│   │   ├── USBInjectAll_v0.6.7.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── USBInjectAll
│   │   ├── VoodooHDA.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   ├── MacOS
│   │   │   │   └── VoodooHDA
│   │   │   ├── PkgInfo
│   │   │   └── Resources
│   │   │   ├── English.lproj
│   │   │   │   └── InfoPlist.strings
│   │   │   └── version.plist
│   │   ├── VoodooPS2Controller.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   ├── MacOS
│   │   │   │   └── VoodooPS2Controller
│   │   │   └── PlugIns
│   │   │   ├── VoodooPS2Keyboard.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── VoodooPS2Keyboard
│   │   │   ├── VoodooPS2Mouse.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── VoodooPS2Mouse
│   │   │   └── VoodooPS2Trackpad.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── VoodooPS2Trackpad
│   │   ├── WhateverGreen_v1.2.3.kext
│   │   │   └── Contents
│   │   │   ├── Info.plist
│   │   │   └── MacOS
│   │   │   └── WhateverGreen
│   │   ├── 鍏跺畠椹卞姩
│   │   │   ├── ACPIBatteryManager.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── ACPIBatteryManager
│   │   │   ├── AirportBrcmFixup.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── AirportBrcmFixup
│   │   │   ├── ALXEthernet.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── ALXEthernet
│   │   │   ├── AppleALC_v1.2.8.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── AppleALC
│   │   │   ├── AppleALC_v1.3.2.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── AppleALC
│   │   │   ├── AppleBacklightInjector.kext
│   │   │   │   └── Contents
│   │   │   │   └── Info.plist
│   │   │   ├── AppleIGB.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   ├── MacOS
│   │   │   │   │   └── AppleIGB
│   │   │   │   └── Resources
│   │   │   │   └── InfoPlist.strings
│   │   │   ├── AppleIntelE1000e.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   ├── MacOS
│   │   │   │   │   └── AppleIntelE1000e
│   │   │   │   └── Resources
│   │   │   │   └── InfoPlist.strings
│   │   │   ├── AppleIntelKBLGraphicsFramebufferInjector_3e9x.kext
│   │   │   │   └── Contents
│   │   │   │   └── Info.plist
│   │   │   ├── ApplePS2SmartTouchPad.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   ├── MacOS
│   │   │   │   │   └── ApplePS2SmartTouchPad
│   │   │   │   ├── PlugIns
│   │   │   │   │   ├── ApplePS2Controller.kext
│   │   │   │   │   │   └── Contents
│   │   │   │   │   │   ├── Info.plist
│   │   │   │   │   │   └── MacOS
│   │   │   │   │   │   └── ApplePS2Controller
│   │   │   │   │   └── ApplePS2Keyboard.kext
│   │   │   │   │   └── Contents
│   │   │   │   │   ├── Info.plist
│   │   │   │   │   └── MacOS
│   │   │   │   │   └── ApplePS2Keyboard
│   │   │   │   └── Resources
│   │   │   │   ├── Features Documentation.rtfd
│   │   │   │   │   ├── 11493706554_130fa58d5f_n.jpg
│   │   │   │   │   ├── 8524384148_7da070dae6_c.jpg
│   │   │   │   │   ├── 9718452526_b6414cd8e7_n.jpg
│   │   │   │   │   └── TXT.rtf
│   │   │   │   └── Synaptics documentation.rtfd
│   │   │   │   ├── page30image13008.png
│   │   │   │   ├── page30image13432.png
│   │   │   │   ├── page30image13912.png
│   │   │   │   ├── page30image14840.png
│   │   │   │   ├── page30image15160.png
│   │   │   │   ├── page30image16448.png
│   │   │   │   ├── page30image16608.png
│   │   │   │   ├── page30image18496.png
│   │   │   │   ├── page30image18808.png
│   │   │   │   ├── page30image20328.png
│   │   │   │   ├── page30image21840.png
│   │   │   │   ├── page30image22000.png
│   │   │   │   ├── page30image24168.png
│   │   │   │   ├── page30image24328.png
│   │   │   │   ├── page30image25088.png
│   │   │   │   ├── page30image25248.png
│   │   │   │   ├── page30image26496.png
│   │   │   │   ├── page30image26984.png
│   │   │   │   ├── page30image28496.png
│   │   │   │   ├── page30image29088.png
│   │   │   │   ├── page30image31456.png
│   │   │   │   ├── page30image31616.png
│   │   │   │   ├── page30image31776.png
│   │   │   │   ├── page30image31936.png
│   │   │   │   ├── page30image32096.png
│   │   │   │   ├── page30image32256.png
│   │   │   │   ├── page30image32416.png
│   │   │   │   ├── page30image33264.png
│   │   │   │   ├── page30image33848.png
│   │   │   │   ├── page30image34168.png
│   │   │   │   ├── page30image34328.png
│   │   │   │   ├── page30image34920.png
│   │   │   │   ├── page30image35080.png
│   │   │   │   ├── page30image35672.png
│   │   │   │   ├── page30image35992.png
│   │   │   │   ├── page30image36312.png
│   │   │   │   ├── page30image36472.png
│   │   │   │   ├── page30image36632.png
│   │   │   │   ├── page30image36792.png
│   │   │   │   ├── page30image36952.png
│   │   │   │   ├── page30image37112.png
│   │   │   │   ├── page30image37272.png
│   │   │   │   ├── page30image38680.png
│   │   │   │   ├── page30image39000.png
│   │   │   │   ├── page30image40360.png
│   │   │   │   ├── page30image41264.png
│   │   │   │   ├── page30image42512.png
│   │   │   │   ├── page30image42992.png
│   │   │   │   ├── page30image44072.png
│   │   │   │   ├── page30image44392.png
│   │   │   │   ├── page30image45080.png
│   │   │   │   ├── page30image45400.png
│   │   │   │   ├── page30image45872.png
│   │   │   │   ├── page30image47224.png
│   │   │   │   ├── page30image47840.png
│   │   │   │   ├── page30image48000.png
│   │   │   │   ├── page30image49832.png
│   │   │   │   ├── page30image49992.png
│   │   │   │   ├── page30image50744.png
│   │   │   │   ├── page30image51992.png
│   │   │   │   ├── page30image52480.png
│   │   │   │   ├── page30image53728.png
│   │   │   │   ├── page30image54320.png
│   │   │   │   ├── page30image54640.png
│   │   │   │   ├── page30image56688.png
│   │   │   │   ├── page30image56848.png
│   │   │   │   ├── page30image57008.png
│   │   │   │   ├── page30image57328.png
│   │   │   │   ├── page30image57488.png
│   │   │   │   ├── page30image57648.png
│   │   │   │   ├── page30image58464.png
│   │   │   │   ├── page30image59048.png
│   │   │   │   ├── page30image59368.png
│   │   │   │   ├── page30image59528.png
│   │   │   │   ├── page30image60112.png
│   │   │   │   ├── page30image60272.png
│   │   │   │   ├── page30image60432.png
│   │   │   │   ├── page30image61880.png
│   │   │   │   ├── page30image62040.png
│   │   │   │   ├── page30image62200.png
│   │   │   │   ├── page30image63104.png
│   │   │   │   ├── page30image63424.png
│   │   │   │   ├── page30image63744.png
│   │   │   │   ├── page30image64064.png
│   │   │   │   ├── page30image64672.png
│   │   │   │   ├── page30image64832.png
│   │   │   │   ├── page30image65424.png
│   │   │   │   ├── page30image65744.png
│   │   │   │   ├── page30image65904.png
│   │   │   │   ├── page30image66064.png
│   │   │   │   ├── page30image66224.png
│   │   │   │   ├── page30image67312.png
│   │   │   │   ├── page30image67472.png
│   │   │   │   ├── page30image67632.png
│   │   │   │   ├── page30image68112.png
│   │   │   │   ├── page30image68432.png
│   │   │   │   ├── page30image68856.png
│   │   │   │   ├── page30image69176.png
│   │   │   │   ├── page42image103272.png
│   │   │   │   ├── page42image105384.png
│   │   │   │   ├── page42image105808.png
│   │   │   │   ├── page42image75600.png
│   │   │   │   ├── page42image75760.png
│   │   │   │   ├── page42image76080.png
│   │   │   │   ├── page42image76672.png
│   │   │   │   ├── page42image76832.png
│   │   │   │   ├── page42image77440.png
│   │   │   │   ├── page42image77600.png
│   │   │   │   ├── page42image77920.png
│   │   │   │   ├── page42image78240.png
│   │   │   │   ├── page42image78848.png
│   │   │   │   ├── page42image79272.png
│   │   │   │   ├── page42image81272.png
│   │   │   │   ├── page42image82192.png
│   │   │   │   ├── page42image83992.png
│   │   │   │   ├── page42image84520.png
│   │   │   │   ├── page42image85104.png
│   │   │   │   ├── page42image85528.png
│   │   │   │   ├── page42image86456.png
│   │   │   │   ├── page42image86936.png
│   │   │   │   ├── page42image87360.png
│   │   │   │   ├── page42image88112.png
│   │   │   │   ├── page42image88272.png
│   │   │   │   ├── page42image88912.png
│   │   │   │   ├── page42image93040.png
│   │   │   │   ├── page42image95864.png
│   │   │   │   ├── page42image96184.png
│   │   │   │   ├── page42image97536.png
│   │   │   │   ├── page42image99496.png
│   │   │   │   ├── page43image24304.png
│   │   │   │   ├── page43image24464.png
│   │   │   │   ├── page43image24784.png
│   │   │   │   ├── page43image25376.png
│   │   │   │   ├── page43image25536.png
│   │   │   │   ├── page43image26144.png
│   │   │   │   ├── page43image26304.png
│   │   │   │   ├── page43image26624.png
│   │   │   │   ├── page43image26944.png
│   │   │   │   ├── page43image27568.png
│   │   │   │   ├── page43image28152.png
│   │   │   │   ├── page43image29984.png
│   │   │   │   ├── page43image30408.png
│   │   │   │   ├── page43image30736.png
│   │   │   │   ├── page43image31160.png
│   │   │   │   ├── page43image32696.png
│   │   │   │   ├── page43image33232.png
│   │   │   │   ├── page43image33392.png
│   │   │   │   ├── page43image33816.png
│   │   │   │   ├── page43image34240.png
│   │   │   │   ├── page43image35168.png
│   │   │   │   ├── page43image35648.png
│   │   │   │   ├── page43image35968.png
│   │   │   │   ├── page43image36720.png
│   │   │   │   ├── page43image36880.png
│   │   │   │   ├── page43image37520.png
│   │   │   │   ├── page43image46136.png
│   │   │   │   ├── page43image48136.png
│   │   │   │   ├── page43image48560.png
│   │   │   │   ├── page43image49048.png
│   │   │   │   ├── page43image50440.png
│   │   │   │   ├── page43image51704.png
│   │   │   │   ├── page43image52024.png
│   │   │   │   ├── page43image53736.png
│   │   │   │   ├── page43image54056.png
│   │   │   │   ├── page43image54544.png
│   │   │   │   ├── page43image55936.png
│   │   │   │   └── TXT.rtf
│   │   │   ├── ATH9KFixup.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── ATH9KFixup
│   │   │   ├── AtherosE2200Ethernet.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   ├── MacOS
│   │   │   │   │   └── AtherosE2200Ethernet
│   │   │   │   └── Resources
│   │   │   │   └── en.lproj
│   │   │   │   └── InfoPlist.strings
│   │   │   ├── AzulPatcher4600.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── AzulPatcher4600
│   │   │   ├── BrcmFirmwareData.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── BrcmFirmwareData
│   │   │   ├── BrcmPatchRAM2.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── BrcmPatchRAM2
│   │   │   ├── CodecCommander.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── CodecCommander
│   │   │   ├── CPUFriend.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── CPUFriend
│   │   │   ├── FakePCIID_Broadcom_WiFi.kext
│   │   │   │   └── Contents
│   │   │   │   └── Info.plist
│   │   │   ├── FakePCIID_Intel_GbX.kext
│   │   │   │   └── Contents
│   │   │   │   └── Info.plist
│   │   │   ├── FakePCIID_Intel_HD_Graphics.kext
│   │   │   │   └── Contents
│   │   │   │   └── Info.plist
│   │   │   ├── FakePCIID_Intel_HDMI_Audio.kext
│   │   │   │   └── Contents
│   │   │   │   └── Info.plist
│   │   │   ├── FakePCIID.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── FakePCIID
│   │   │   ├── FakePCIID_XHCIMux.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── FakePCIID_XHCIMux
│   │   │   ├── FakeSMC_v1765.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── FakeSMC
│   │   │   ├── FakeSMC_v1787_with_Sensors.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   ├── MacOS
│   │   │   │   │   └── FakeSMC
│   │   │   │   └── Plugins
│   │   │   │   ├── FakeSMC_ACPISensors.kext
│   │   │   │   │   └── Contents
│   │   │   │   │   ├── Info.plist
│   │   │   │   │   └── MacOS
│   │   │   │   │   └── ACPISensors
│   │   │   │   ├── FakeSMC_CPUSensors.kext
│   │   │   │   │   └── Contents
│   │   │   │   │   ├── Info.plist
│   │   │   │   │   └── MacOS
│   │   │   │   │   └── CPUSensors
│   │   │   │   ├── FakeSMC_GPUSensors.kext
│   │   │   │   │   └── Contents
│   │   │   │   │   ├── Info.plist
│   │   │   │   │   └── MacOS
│   │   │   │   │   └── GPUSensors
│   │   │   │   └── FakeSMC_LPCSensors.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── LPCSensors
│   │   │   ├── FakeSMC_v1800_with_Sensors.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   ├── MacOS
│   │   │   │   │   └── FakeSMC
│   │   │   │   └── Plugins
│   │   │   │   ├── FakeSMC_ACPISensors.kext
│   │   │   │   │   └── Contents
│   │   │   │   │   ├── Info.plist
│   │   │   │   │   └── MacOS
│   │   │   │   │   └── ACPISensors
│   │   │   │   ├── FakeSMC_CPUSensors.kext
│   │   │   │   │   └── Contents
│   │   │   │   │   ├── Info.plist
│   │   │   │   │   └── MacOS
│   │   │   │   │   └── CPUSensors
│   │   │   │   ├── FakeSMC_GPUSensors.kext
│   │   │   │   │   └── Contents
│   │   │   │   │   ├── Info.plist
│   │   │   │   │   └── MacOS
│   │   │   │   │   └── GPUSensors
│   │   │   │   ├── FakeSMC_LPCSensors.kext
│   │   │   │   │   └── Contents
│   │   │   │   │   ├── Info.plist
│   │   │   │   │   └── MacOS
│   │   │   │   │   └── LPCSensors
│   │   │   │   └── FakeSMC_SMMSensors.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── SMMSensors
│   │   │   ├── HibernationFixup.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── HibernationFixup
│   │   │   ├── IntelGraphicsDVMTFixup.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── IntelGraphicsDVMTFixup
│   │   │   ├── IntelMausiEthernet.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── IntelMausiEthernet
│   │   │   ├── NoTouchID.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── NoTouchID
│   │   │   ├── NvidiaGraphicsFixup.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── NvidiaGraphicsFixup
│   │   │   ├── RealtekRTL8100.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   ├── MacOS
│   │   │   │   │   └── RealtekRTL8100
│   │   │   │   └── Resources
│   │   │   │   ├── en.lproj
│   │   │   │   │   └── InfoPlist.strings
│   │   │   │   └── gpl.txt
│   │   │   ├── RealtekRTL8111.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   ├── MacOS
│   │   │   │   │   └── RealtekRTL8111
│   │   │   │   └── Resources
│   │   │   │   └── en.lproj
│   │   │   │   └── InfoPlist.strings
│   │   │   ├── SmallTree-Intel-211-AT-PCIe-GBE.kext
│   │   │   │   └── Contents
│   │   │   │   ├── _CodeSignature
│   │   │   │   │   └── CodeResources
│   │   │   │   ├── Info.plist
│   │   │   │   ├── MacOS
│   │   │   │   │   └── SmallTreeIntel82576
│   │   │   │   └── Resources
│   │   │   │   └── English.lproj
│   │   │   │   └── InfoPlist.strings
│   │   │   ├── SmallTreeIntel8254x.kext
│   │   │   │   └── Contents
│   │   │   │   ├── Info.plist
│   │   │   │   ├── MacOS
│   │   │   │   │   └── SmallTreeIntel8254x
│   │   │   │   └── Resources
│   │   │   │   └── English.lproj
│   │   │   │   └── InfoPlist.strings
│   │   │   ├── SmallTreeIntel82576.kext
│   │   │   │   └── Contents
│   │   │   │   ├── _CodeSignature
│   │   │   │   │   └── CodeResources
│   │   │   │   ├── Info.plist
│   │   │   │   ├── MacOS
│   │   │   │   │   └── SmallTreeIntel82576
│   │   │   │   └── Resources
│   │   │   │   └── English.lproj
│   │   │   │   └── InfoPlist.strings
│   │   │   ├── SmallTreeIntel8259x.kext
│   │   │   │   └── Contents
│   │   │   │   ├── _CodeSignature
│   │   │   │   │   └── CodeResources
│   │   │   │   ├── Info.plist
│   │   │   │   ├── MacOS
│   │   │   │   │   └── SmallTreeIntel8259x
│   │   │   │   └── Resources
│   │   │   │   └── English.lproj
│   │   │   │   └── InfoPlist.strings
│   │   │   ├── VoodooHDA-2.9.1.kext
│   │   │   │   └── Contents
│   │   │   │   ├── _CodeSignature
│   │   │   │   │   └── CodeResources
│   │   │   │   ├── Info.plist
│   │   │   │   └── MacOS
│   │   │   │   └── VoodooHDA
│   │   │   ├── XHCI-x99-injector.kext
│   │   │   │   └── Contents
│   │   │   │   └── Info.plist
│   │   │   ├── 鏂囦欢璇存槑.md
│   │   │   └── 鏂囦欢璇存槑.pdf
│   │   ├── 鏂囦欢璇存槑.md
│   │   └── 鏂囦欢璇存槑.pdf
│   ├── themes
│   │   ├── Hackintosh_ID
│   │   │   ├── background.png
│   │   │   ├── checkbox_checked.png
│   │   │   ├── checkbox.png
│   │   │   ├── Font_Telegrama_16pt_White.png
│   │   │   ├── force.txt
│   │   │   ├── icons
│   │   │   │   ├── Alternate
│   │   │   │   │   ├── os_mac.icns
│   │   │   │   │   └── os_mac_rec_hd.icns
│   │   │   │   ├── boot_linux.icns
│   │   │   │   ├── boot_win8.icns
│   │   │   │   ├── boot_win.icns
│   │   │   │   ├── cd.icns
│   │   │   │   ├── cd_lin.icns
│   │   │   │   ├── cd_mac.icns
│   │   │   │   ├── cd_win.icns
│   │   │   │   ├── func_about.png
│   │   │   │   ├── func_clover.png
│   │   │   │   ├── func_help.png
│   │   │   │   ├── func_options.png
│   │   │   │   ├── func_reset.png
│   │   │   │   ├── func_shell.png
│   │   │   │   ├── func_shutdown.png
│   │   │   │   ├── os_arch.icns
│   │   │   │   ├── os_cap.icns
│   │   │   │   ├── os_centos.icns
│   │   │   │   ├── os_chrome.icns
│   │   │   │   ├── os_clover.icns
│   │   │   │   ├── os_cougar.icns
│   │   │   │   ├── os_debian.icns
│   │   │   │   ├── os_deepin.icns
│   │   │   │   ├── os_ecomstation.icns
│   │   │   │   ├── os_endless.icns
│   │   │   │   ├── os_eos.icns
│   │   │   │   ├── os_fedora.icns
│   │   │   │   ├── os_freebsd.icns
│   │   │   │   ├── os_freedos.icns
│   │   │   │   ├── os_gentoo.icns
│   │   │   │   ├── os_grub.icns
│   │   │   │   ├── os_hsierra.icns
│   │   │   │   ├── os_kali.icns
│   │   │   │   ├── os_knoppix.icns
│   │   │   │   ├── os_kubuntu.icns
│   │   │   │   ├── os_legacy.icns
│   │   │   │   ├── os_leo.icns
│   │   │   │   ├── os_linux.icns
│   │   │   │   ├── os_lion.icns
│   │   │   │   ├── os_mac.icns
│   │   │   │   ├── os_mac.orig.icns
│   │   │   │   ├── os_manjaro.icns
│   │   │   │   ├── os_mav.icns
│   │   │   │   ├── os_mint.icns
│   │   │   │   ├── os_moja.icns
│   │   │   │   ├── os_mojave.icns
│   │   │   │   ├── os_netbsd.icns
│   │   │   │   ├── os_openbsd.icns
│   │   │   │   ├── os_pclinux.icns
│   │   │   │   ├── os_phoenix.icns
│   │   │   │   ├── os_puppy.icns
│   │   │   │   ├── os_react.icns
│   │   │   │   ├── os_recovery.icns
│   │   │   │   ├── os_redhat.icns
│   │   │   │   ├── os_remix.icns
│   │   │   │   ├── os_sierra.icns
│   │   │   │   ├── os_slackware.icns
│   │   │   │   ├── os_snow.icns
│   │   │   │   ├── os_solaris.icns
│   │   │   │   ├── os_suse.icns
│   │   │   │   ├── os_tiger.icns
│   │   │   │   ├── os_ubuntu.icns
│   │   │   │   ├── os_unknown.icns
│   │   │   │   ├── os_vista.icns
│   │   │   │   ├── os_win.icns
│   │   │   │   ├── os_xubuntu.icns
│   │   │   │   ├── os_yos.icns
│   │   │   │   ├── os_zorin.icns
│   │   │   │   ├── pointer.icns
│   │   │   │   ├── pointer.png
│   │   │   │   ├── tool_shell.png
│   │   │   │   ├── vol_clover.icns
│   │   │   │   ├── vol_external.icns
│   │   │   │   ├── vol_firewire.icns
│   │   │   │   ├── vol_internal_apfs.icns
│   │   │   │   ├── vol_internal_ext3.icns
│   │   │   │   ├── vol_internal_hfs.icns
│   │   │   │   ├── vol_internal.icns
│   │   │   │   ├── vol_internal_ntfs.icns
│   │   │   │   ├── vol_optical.icns
│   │   │   │   └── vol_recovery.icns
│   │   │   ├── logo.png
│   │   │   ├── radio_button.png
│   │   │   ├── radio_button_selected.png
│   │   │   ├── screenshot.png
│   │   │   ├── scrollbar
│   │   │   │   ├── bar_end.png
│   │   │   │   ├── bar_fill.png
│   │   │   │   ├── bar_start.png
│   │   │   │   ├── down_button.png
│   │   │   │   ├── scroll_end.png
│   │   │   │   ├── scroll_fill.png
│   │   │   │   ├── scroll_start.png
│   │   │   │   └── up_button.png
│   │   │   ├── Selection_big.png
│   │   │   ├── Selection_small.png
│   │   │   └── theme.plist
│   │   └── SimpleThemeDark
│   │   ├── background.png
│   │   ├── banner.png
│   │   ├── font.png
│   │   ├── icons
│   │   │   ├── cd_lin.icns
│   │   │   ├── cd_mac.icns
│   │   │   ├── cd_win.icns
│   │   │   ├── func_about.png
│   │   │   ├── func_clover.png
│   │   │   ├── func_help.png
│   │   │   ├── func_options.png
│   │   │   ├── func_reset.png
│   │   │   ├── func_shutdown.png
│   │   │   ├── os_arch.icns
│   │   │   ├── os_clover.icns
│   │   │   ├── os_freebsd.icns
│   │   │   ├── os_legacy.icns
│   │   │   ├── os_linux.icns
│   │   │   ├── os_mac.icns
│   │   │   ├── os_recovery.icns
│   │   │   ├── os_sierra.icns
│   │   │   ├── os_ubuntu.icns
│   │   │   ├── os_unknown.icns
│   │   │   ├── os_win7.icns
│   │   │   ├── os_win.icns
│   │   │   ├── pointer.icns
│   │   │   ├── tool_shell.icns
│   │   │   ├── tool_shell.png
│   │   │   ├── vol_clover.icns
│   │   │   ├── vol_external.icns
│   │   │   ├── vol_firewire.icns
│   │   │   ├── vol_internal_ext3.icns
│   │   │   ├── vol_internal_hfs.icns
│   │   │   ├── vol_internal.icns
│   │   │   ├── vol_internal_ntfs.icns
│   │   │   ├── vol_optical.icns
│   │   │   └── vol_recovery.icns
│   │   ├── screenshot0.png
│   │   ├── selection_big.png
│   │   ├── selection_small.png
│   │   └── theme.plist
│   └── tools
│   ├── bdmesg.efi
│   ├── Shell32.efi
│   ├── Shell64.efi
│   ├── Shell64U.efi
│   └── Shell.inf
└── __MACOSX
└── EFI
└── CLOVER
├── ACPI
│   └── patched
├── drivers64UEFI
├── drivers-Off
├── kexts
│   └── Other
│   ├── ACPIBatteryManager.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── AirportBrcmFixup.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── AppleIGB.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Resources
│   ├── AppleIntelE1000e.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Resources
│   ├── AtherosE2200Ethernet.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Resources
│   │   └── en.lproj
│   ├── BrcmFirmwareData.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── BrcmPatchRAM2.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── FakePCIID_Broadcom_WiFi.kext
│   │   └── Contents
│   ├── FakePCIID.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── FakeSMC_v1800.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── GenericUSBXHCI.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── IntelMausiEthernet.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── USBInjectAll_v0.6.7.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── VoodooPS2Controller.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── PlugIns
│   │   ├── VoodooPS2Keyboard.kext
│   │   │   └── Contents
│   │   │   └── MacOS
│   │   ├── VoodooPS2Mouse.kext
│   │   │   └── Contents
│   │   │   └── MacOS
│   │   └── VoodooPS2Trackpad.kext
│   │   └── Contents
│   │   └── MacOS
│   └── 鍏跺畠椹卞姩
│   ├── ACPIBatteryManager.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── AirportBrcmFixup.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── ALXEthernet.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── AppleALC_v1.2.8.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── AppleBacklightInjector.kext
│   │   └── Contents
│   ├── AppleIGB.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Resources
│   ├── AppleIntelE1000e.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Resources
│   ├── AppleIntelKBLGraphicsFramebufferInjector_3e9x.kext
│   │   └── Contents
│   ├── ApplePS2SmartTouchPad.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   ├── PlugIns
│   │   │   ├── ApplePS2Controller.kext
│   │   │   │   └── Contents
│   │   │   │   └── MacOS
│   │   │   └── ApplePS2Keyboard.kext
│   │   │   └── Contents
│   │   │   └── MacOS
│   │   └── Resources
│   │   ├── Features Documentation.rtfd
│   │   └── Synaptics documentation.rtfd
│   ├── ATH9KFixup.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── AtherosE2200Ethernet.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Resources
│   │   └── en.lproj
│   ├── AzulPatcher4600.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── BrcmFirmwareData.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── BrcmPatchRAM2.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── CodecCommander.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── CPUFriend.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── FakePCIID_Broadcom_WiFi.kext
│   │   └── Contents
│   ├── FakePCIID_Intel_GbX.kext
│   │   └── Contents
│   ├── FakePCIID_Intel_HD_Graphics.kext
│   │   └── Contents
│   ├── FakePCIID_Intel_HDMI_Audio.kext
│   │   └── Contents
│   ├── FakePCIID.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── FakePCIID_XHCIMux.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── FakeSMC_v1765.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── FakeSMC_v1787_with_Sensors.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Plugins
│   │   ├── FakeSMC_ACPISensors.kext
│   │   │   └── Contents
│   │   │   └── MacOS
│   │   ├── FakeSMC_CPUSensors.kext
│   │   │   └── Contents
│   │   │   └── MacOS
│   │   ├── FakeSMC_GPUSensors.kext
│   │   │   └── Contents
│   │   │   └── MacOS
│   │   └── FakeSMC_LPCSensors.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── FakeSMC_v1800_with_Sensors.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Plugins
│   │   ├── FakeSMC_ACPISensors.kext
│   │   │   └── Contents
│   │   │   └── MacOS
│   │   ├── FakeSMC_CPUSensors.kext
│   │   │   └── Contents
│   │   │   └── MacOS
│   │   ├── FakeSMC_GPUSensors.kext
│   │   │   └── Contents
│   │   │   └── MacOS
│   │   ├── FakeSMC_LPCSensors.kext
│   │   │   └── Contents
│   │   │   └── MacOS
│   │   └── FakeSMC_SMMSensors.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── HibernationFixup.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── IntelGraphicsDVMTFixup.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── IntelMausiEthernet.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── NoTouchID.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── NvidiaGraphicsFixup.kext
│   │   └── Contents
│   │   └── MacOS
│   ├── RealtekRTL8100.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Resources
│   │   └── en.lproj
│   ├── RealtekRTL8111.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Resources
│   │   └── en.lproj
│   ├── SmallTree-Intel-211-AT-PCIe-GBE.kext
│   │   └── Contents
│   │   ├── _CodeSignature
│   │   ├── MacOS
│   │   └── Resources
│   │   └── English.lproj
│   ├── SmallTreeIntel8254x.kext
│   │   └── Contents
│   │   ├── MacOS
│   │   └── Resources
│   │   └── English.lproj
│   ├── SmallTreeIntel82576.kext
│   │   └── Contents
│   │   ├── _CodeSignature
│   │   ├── MacOS
│   │   └── Resources
│   │   └── English.lproj
│   ├── SmallTreeIntel8259x.kext
│   │   └── Contents
│   │   ├── _CodeSignature
│   │   ├── MacOS
│   │   └── Resources
│   │   └── English.lproj
│   ├── VoodooHDA-2.9.1.kext
│   │   └── Contents
│   │   ├── _CodeSignature
│   │   └── MacOS
│   └── XHCI-x99-injector.kext
│   └── Contents
└── themes

487 directories, 521 files

标签:

实例下载地址

联想G510黑苹果EFI+驱动+蓝牙+接近完美

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警