实例介绍
thinkpad w530 黑苹果 10.11.6 EFI ,从网上下载10.11.6原版Clover U盘镜像,安装后,激活EFI分区引导,复制EFI目录替换即可。HD4000显卡、有线网卡正常驱动,基本完美。
【实例截图】
【核心代码】
16359647524525051601.zip
├── EFI
│ ├── APPLE
│ │ └── EXTENSIONS
│ │ └── Firmware.scap
│ ├── BOOT
│ │ ├── BOOTIA32.efi
│ │ └── BOOTX64.efi
│ ├── CLOVER
│ │ ├── ACPI
│ │ │ ├── origin
│ │ │ │ └── DSDT-E9D7.aml
│ │ │ ├── patched
│ │ │ │ └── DSDT.aml
│ │ │ └── WINDOWS
│ │ ├── CLOVERIA32.efi
│ │ ├── CLOVERX64.efi
│ │ ├── config.plist
│ │ ├── doc
│ │ │ ├── bcfg.txt
│ │ │ ├── boot1f32-install.sh
│ │ │ ├── config-sample.plist
│ │ │ ├── HowToFixDsdt.txt
│ │ │ ├── HowToInstallOSX.txt
│ │ │ ├── Installation.txt
│ │ │ └── UEFI boot with Clover.rtf
│ │ ├── drivers32
│ │ │ └── FSInject-32.efi
│ │ ├── drivers32UEFI
│ │ │ ├── FSInject-32.efi
│ │ │ ├── HFSPlus-32.efi
│ │ │ └── OsxFatBinaryDrv-32.efi
│ │ ├── drivers64
│ │ │ ├── FSInject-64.efi
│ │ │ ├── GrubEXFAT-64.efi
│ │ │ ├── GrubISO9660-64.efi
│ │ │ ├── GrubNTFS-64.efi
│ │ │ ├── GrubUDF-64.efi
│ │ │ ├── NTFS.efi
│ │ │ ├── NvmExpressDxe-64.efi
│ │ │ ├── Ps2MouseDxe-64.efi
│ │ │ ├── UsbMouseDxe-64.efi
│ │ │ ├── VBoxExt2-64.efi
│ │ │ ├── VBoxExt4-64.efi
│ │ │ ├── VBoxIso9600-64.efi
│ │ │ └── XhciDxe-64.efi
│ │ ├── drivers64UEFI
│ │ │ ├── CsmVideoDxe-64.efi
│ │ │ ├── DataHubDxe-64.efi
│ │ │ ├── FSInject-64.efi
│ │ │ ├── HFSPlus-64.efi
│ │ │ ├── NTFS.efi
│ │ │ ├── OsxAptioFix2Drv-64.efi
│ │ │ ├── OsxAptioFixDrv-64.efi
│ │ │ └── OsxFatBinaryDrv-64.efi
│ │ ├── kexts
│ │ │ ├── 10.10
│ │ │ │ ├── AppleACPIPS2Nub.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── AppleACPIPS2Nub
│ │ │ │ ├── ApplePS2Controller.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── ApplePS2Controller
│ │ │ │ │ ├── Plugins
│ │ │ │ │ │ ├── ApplePS2Keyboard.kext
│ │ │ │ │ │ │ └── Contents
│ │ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ │ └── ApplePS2Keyboard
│ │ │ │ │ │ │ └── Resources
│ │ │ │ │ │ │ └── English.lproj
│ │ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ │ ├── ApplePS2Mouse.kext
│ │ │ │ │ │ │ └── Contents
│ │ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ │ └── ApplePS2Mouse
│ │ │ │ │ │ │ └── Resources
│ │ │ │ │ │ │ └── English.lproj
│ │ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ │ └── ApplePS2Trackpad.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── ApplePS2Trackpad
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── English.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ └── Resources
│ │ │ │ │ └── English.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ ├── FakeSMC.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── FakeSMC
│ │ │ │ │ └── PlugIns
│ │ │ │ │ ├── ACPISensors.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── ACPISensors
│ │ │ │ │ ├── CPUSensors.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── CPUSensors
│ │ │ │ │ ├── FakeSMCKeyStore.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── FakeSMCKeyStore
│ │ │ │ │ ├── GenericUSBXHCI.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── GenericUSBXHCI
│ │ │ │ │ ├── GPUSensors.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── GPUSensors
│ │ │ │ │ ├── LPCSensors.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── LPCSensors
│ │ │ │ │ ├── RealtekRTL8111.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── RealtekRTL8111
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── en.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ └── VoodooHDA.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── VoodooHDA
│ │ │ │ ├── GenericUSBXHCI.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── GenericUSBXHCI
│ │ │ │ ├── RealtekRTL8111.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── RealtekRTL8111
│ │ │ │ │ └── Resources
│ │ │ │ │ └── en.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ ├── VoodooHDA.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── VoodooHDA
│ │ │ │ └── VoodooPS2Controller.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── VoodooPS2Controller
│ │ │ │ ├── PlugIns
│ │ │ │ │ ├── VoodooPS2Keyboard.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── VoodooPS2Keyboard
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── en.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ ├── VoodooPS2Mouse.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── VoodooPS2Mouse
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── en.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ └── VoodooPS2Trackpad.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── VoodooPS2Trackpad
│ │ │ │ │ └── Resources
│ │ │ │ │ └── en.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ ├── 10.11
│ │ │ │ ├── AppleACPIPS2Nub.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── AppleACPIPS2Nub
│ │ │ │ ├── AppleIntelE1000e.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── AppleIntelE1000e
│ │ │ │ │ └── Resources
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ ├── ApplePS2Controller.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── ApplePS2Controller
│ │ │ │ │ ├── Plugins
│ │ │ │ │ │ ├── ApplePS2Keyboard.kext
│ │ │ │ │ │ │ └── Contents
│ │ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ │ └── ApplePS2Keyboard
│ │ │ │ │ │ │ └── Resources
│ │ │ │ │ │ │ └── English.lproj
│ │ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ │ ├── ApplePS2Mouse.kext
│ │ │ │ │ │ │ └── Contents
│ │ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ │ └── ApplePS2Mouse
│ │ │ │ │ │ │ └── Resources
│ │ │ │ │ │ │ └── English.lproj
│ │ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ │ └── ApplePS2Trackpad.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── ApplePS2Trackpad
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── English.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ └── Resources
│ │ │ │ │ └── English.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ ├── FakeSMC.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── FakeSMC
│ │ │ │ │ └── PlugIns
│ │ │ │ │ ├── ACPISensors.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── ACPISensors
│ │ │ │ │ ├── CPUSensors.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── CPUSensors
│ │ │ │ │ ├── FakeSMCKeyStore.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── FakeSMCKeyStore
│ │ │ │ │ ├── GenericUSBXHCI.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── GenericUSBXHCI
│ │ │ │ │ ├── GPUSensors.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── GPUSensors
│ │ │ │ │ ├── LPCSensors.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── LPCSensors
│ │ │ │ │ ├── RealtekRTL8111.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── RealtekRTL8111
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── en.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ └── VoodooHDA.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── VoodooHDA
│ │ │ │ ├── GenericUSBXHCI.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── GenericUSBXHCI
│ │ │ │ ├── NullCPUPowerManagement.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── NullCPUPowerManagement
│ │ │ │ │ └── Resources
│ │ │ │ │ └── English.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ ├── ThinkpadUltraNav.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── ThinkpadUltraNav
│ │ │ │ ├── VoodooHDA.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── VoodooHDA
│ │ │ │ └── VoodooPS2Controller.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── VoodooPS2Controller
│ │ │ │ ├── PlugIns
│ │ │ │ │ ├── VoodooPS2Keyboard.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── VoodooPS2Keyboard
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── en.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ ├── VoodooPS2Mouse.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── VoodooPS2Mouse
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── en.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ └── VoodooPS2Trackpad.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── VoodooPS2Trackpad
│ │ │ │ │ └── Resources
│ │ │ │ │ └── en.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ ├── 10.12
│ │ │ │ ├── AppleACPIPS2Nub.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── AppleACPIPS2Nub
│ │ │ │ ├── ApplePS2Controller.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── ApplePS2Controller
│ │ │ │ │ ├── Plugins
│ │ │ │ │ │ ├── ApplePS2Keyboard.kext
│ │ │ │ │ │ │ └── Contents
│ │ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ │ └── ApplePS2Keyboard
│ │ │ │ │ │ │ └── Resources
│ │ │ │ │ │ │ └── English.lproj
│ │ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ │ ├── ApplePS2Mouse.kext
│ │ │ │ │ │ │ └── Contents
│ │ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ │ └── ApplePS2Mouse
│ │ │ │ │ │ │ └── Resources
│ │ │ │ │ │ │ └── English.lproj
│ │ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ │ └── ApplePS2Trackpad.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── ApplePS2Trackpad
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── English.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ └── Resources
│ │ │ │ │ └── English.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ ├── FakeSMC.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── FakeSMC
│ │ │ │ │ └── PlugIns
│ │ │ │ │ ├── ACPISensors.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── ACPISensors
│ │ │ │ │ ├── CPUSensors.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── CPUSensors
│ │ │ │ │ ├── FakeSMCKeyStore.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── FakeSMCKeyStore
│ │ │ │ │ ├── GenericUSBXHCI.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── GenericUSBXHCI
│ │ │ │ │ ├── GPUSensors.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── GPUSensors
│ │ │ │ │ ├── LPCSensors.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ └── MacOS
│ │ │ │ │ │ └── LPCSensors
│ │ │ │ │ ├── RealtekRTL8111.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── RealtekRTL8111
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── en.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ └── VoodooHDA.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── VoodooHDA
│ │ │ │ ├── GenericUSBXHCI.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── GenericUSBXHCI
│ │ │ │ ├── NullCPUPowerManagement.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── NullCPUPowerManagement
│ │ │ │ │ └── Resources
│ │ │ │ │ └── English.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ ├── ThinkpadUltraNav.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── ThinkpadUltraNav
│ │ │ │ ├── VoodooHDA.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── VoodooHDA
│ │ │ │ └── VoodooPS2Controller.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── VoodooPS2Controller
│ │ │ │ ├── PlugIns
│ │ │ │ │ ├── VoodooPS2Keyboard.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── VoodooPS2Keyboard
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── en.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ ├── VoodooPS2Mouse.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── VoodooPS2Mouse
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── en.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ └── VoodooPS2Trackpad.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── VoodooPS2Trackpad
│ │ │ │ │ └── Resources
│ │ │ │ │ └── en.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ └── Other
│ │ │ ├── AppleACPIPS2Nub.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ └── MacOS
│ │ │ │ └── AppleACPIPS2Nub
│ │ │ ├── AppleIntelE1000e.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── AppleIntelE1000e
│ │ │ │ └── Resources
│ │ │ │ └── InfoPlist.strings
│ │ │ ├── ApplePS2Controller.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── ApplePS2Controller
│ │ │ │ ├── Plugins
│ │ │ │ │ ├── ApplePS2Keyboard.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── ApplePS2Keyboard
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── English.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ ├── ApplePS2Mouse.kext
│ │ │ │ │ │ └── Contents
│ │ │ │ │ │ ├── Info.plist
│ │ │ │ │ │ ├── MacOS
│ │ │ │ │ │ │ └── ApplePS2Mouse
│ │ │ │ │ │ └── Resources
│ │ │ │ │ │ └── English.lproj
│ │ │ │ │ │ └── InfoPlist.strings
│ │ │ │ │ └── ApplePS2Trackpad.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── ApplePS2Trackpad
│ │ │ │ │ └── Resources
│ │ │ │ │ └── English.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ └── Resources
│ │ │ │ └── English.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ ├── FakeSMC.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── FakeSMC
│ │ │ │ └── PlugIns
│ │ │ │ ├── ACPISensors.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── ACPISensors
│ │ │ │ ├── CPUSensors.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── CPUSensors
│ │ │ │ ├── FakeSMCKeyStore.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── FakeSMCKeyStore
│ │ │ │ ├── GenericUSBXHCI.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── GenericUSBXHCI
│ │ │ │ ├── GPUSensors.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── GPUSensors
│ │ │ │ ├── LPCSensors.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ └── MacOS
│ │ │ │ │ └── LPCSensors
│ │ │ │ ├── RealtekRTL8111.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── RealtekRTL8111
│ │ │ │ │ └── Resources
│ │ │ │ │ └── en.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ └── VoodooHDA.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ └── MacOS
│ │ │ │ └── VoodooHDA
│ │ │ ├── GenericUSBXHCI.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ └── MacOS
│ │ │ │ └── GenericUSBXHCI
│ │ │ ├── NullCPUPowerManagement.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── NullCPUPowerManagement
│ │ │ │ └── Resources
│ │ │ │ └── English.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ ├── RealtekRTL8111.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── RealtekRTL8111
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ ├── ThinkpadUltraNav.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ └── MacOS
│ │ │ │ └── ThinkpadUltraNav
│ │ │ ├── VoodooHDA.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ └── MacOS
│ │ │ │ └── VoodooHDA
│ │ │ └── VoodooPS2Controller.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── VoodooPS2Controller
│ │ │ ├── PlugIns
│ │ │ │ ├── VoodooPS2Keyboard.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── VoodooPS2Keyboard
│ │ │ │ │ └── Resources
│ │ │ │ │ └── en.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ ├── VoodooPS2Mouse.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── Info.plist
│ │ │ │ │ ├── MacOS
│ │ │ │ │ │ └── VoodooPS2Mouse
│ │ │ │ │ └── Resources
│ │ │ │ │ └── en.lproj
│ │ │ │ │ └── InfoPlist.strings
│ │ │ │ └── VoodooPS2Trackpad.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ ├── MacOS
│ │ │ │ │ └── VoodooPS2Trackpad
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ └── Resources
│ │ │ └── en.lproj
│ │ │ └── InfoPlist.strings
│ │ ├── misc
│ │ ├── OEM
│ │ │ └── SystemProductName
│ │ │ ├── ACPI
│ │ │ │ ├── origin
│ │ │ │ └── patched
│ │ │ ├── config.plist
│ │ │ ├── kexts
│ │ │ │ ├── 10.6
│ │ │ │ ├── 10.7
│ │ │ │ ├── 10.8
│ │ │ │ └── Other
│ │ │ ├── ROM
│ │ │ └── UEFI
│ │ │ ├── ACPI
│ │ │ │ ├── origin
│ │ │ │ └── patched
│ │ │ ├── config.plist
│ │ │ └── kexts
│ │ │ ├── 10.6
│ │ │ ├── 10.7
│ │ │ ├── 10.8
│ │ │ └── Other
│ │ ├── ROM
│ │ ├── themes
│ │ │ ├── black_green
│ │ │ │ ├── alternative_icons
│ │ │ │ │ ├── func_help_large.png
│ │ │ │ │ ├── os_clover_BoW.icns
│ │ │ │ │ ├── os_linux_debian.icns
│ │ │ │ │ ├── os_linux_knoppix.icns
│ │ │ │ │ ├── os_linux_puppy.icns
│ │ │ │ │ ├── os_win7_2.icns
│ │ │ │ │ ├── os_win7.icns
│ │ │ │ │ ├── os_win8_2.icns
│ │ │ │ │ ├── vol_clover_hdd.icns
│ │ │ │ │ └── vol_internal_hdd.icns
│ │ │ │ ├── Anim_1_Logo_IntroOutro
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_000.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_001.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_002.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_003.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_004.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_005.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_006.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_007.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_008.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_009.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_010.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_011.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_012.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_013.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_014.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_015.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_016.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_017.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_018.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_019.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_020.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_021.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_022.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_023.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_024.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_025.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_026.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_027.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_028.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_029.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_030.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_031.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_032.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_033.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_034.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_035.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_036.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_037.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_038.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_039.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_040.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_041.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_042.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_043.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_044.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_045.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_046.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_193.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_194.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_195.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_196.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_197.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_198.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_199.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_200.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_201.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_202.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_203.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_204.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_205.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_206.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_207.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_208.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_209.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_210.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_211.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_212.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_213.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_214.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_215.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_216.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_217.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_218.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_219.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_220.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_221.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_222.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_223.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_224.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_225.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_226.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_227.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_228.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_229.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_230.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_231.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_232.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_233.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_234.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_235.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_236.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_237.png
│ │ │ │ │ ├── Anim_1_Logo_IntroOutro_238.png
│ │ │ │ │ └── Anim_1_Logo_IntroOutro_381.png
│ │ │ │ ├── back_black_green.png
│ │ │ │ ├── bg_block_192px.png
│ │ │ │ ├── FontKorean.png
│ │ │ │ ├── icons
│ │ │ │ │ ├── boot_linux.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_secureboot_config.png
│ │ │ │ │ ├── func_secureboot.png
│ │ │ │ │ ├── func_shutdown.png
│ │ │ │ │ ├── logo.png
│ │ │ │ │ ├── os_arch.icns
│ │ │ │ │ ├── os_cap.icns
│ │ │ │ │ ├── os_clover_BoW.icns
│ │ │ │ │ ├── os_clover.icns
│ │ │ │ │ ├── os_cougar.icns
│ │ │ │ │ ├── os_fedora.icns
│ │ │ │ │ ├── os_freebsd.icns
│ │ │ │ │ ├── os_freedos.icns
│ │ │ │ │ ├── os_gentoo.icns
│ │ │ │ │ ├── os_grub.icns
│ │ │ │ │ ├── os_kubuntu.icns
│ │ │ │ │ ├── os_legacy.icns
│ │ │ │ │ ├── os_leo.icns
│ │ │ │ │ ├── os_linux.icns
│ │ │ │ │ ├── os_lion.icns
│ │ │ │ │ ├── os_mac.icns
│ │ │ │ │ ├── os_mav.icns
│ │ │ │ │ ├── os_mint.icns
│ │ │ │ │ ├── os_netbsd.icns
│ │ │ │ │ ├── os_openbsd.icns
│ │ │ │ │ ├── os_redhat.icns
│ │ │ │ │ ├── os_snow.icns
│ │ │ │ │ ├── os_suse.icns
│ │ │ │ │ ├── os_tiger.icns
│ │ │ │ │ ├── os_ubuntu.icns
│ │ │ │ │ ├── os_unknown.icns
│ │ │ │ │ ├── os_vista.icns
│ │ │ │ │ ├── os_win.icns
│ │ │ │ │ ├── os_yos.icns
│ │ │ │ │ ├── pointer.icns
│ │ │ │ │ ├── pointer.png
│ │ │ │ │ ├── tool_shell.png
│ │ │ │ │ ├── vol_clover.icns
│ │ │ │ │ ├── vol_external.icns
│ │ │ │ │ ├── vol_firewire.icns
│ │ │ │ │ ├── vol_internal.icns
│ │ │ │ │ ├── vol_internal_ntfs.icns
│ │ │ │ │ ├── vol_optical.icns
│ │ │ │ │ └── vol_recovery.icns
│ │ │ │ ├── logo_trans.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
│ │ │ │ └── WoB_PTMono_10W_NA.png
│ │ │ ├── embedded
│ │ │ │ ├── screenshot.png
│ │ │ │ └── theme.plist
│ │ │ ├── frame.png
│ │ │ ├── logo_main.png
│ │ │ ├── logo_metal.png
│ │ │ ├── OSS
│ │ │ │ ├── background copy 2.png
│ │ │ │ ├── background.png
│ │ │ │ ├── FontKorean.png
│ │ │ │ ├── icons
│ │ │ │ │ ├── boot_linux.icns
│ │ │ │ │ ├── boot_win.icns
│ │ │ │ │ ├── func_about.png
│ │ │ │ │ ├── func_clover.png
│ │ │ │ │ ├── func_help.png
│ │ │ │ │ ├── func_options.png
│ │ │ │ │ ├── func_reset.png
│ │ │ │ │ ├── func_shutdown.png
│ │ │ │ │ ├── os_cougar.icns
│ │ │ │ │ ├── os_legacy.icns
│ │ │ │ │ ├── os_lion.icns
│ │ │ │ │ ├── os_mac.icns
│ │ │ │ │ ├── os_snow.icns
│ │ │ │ │ ├── os_vista.icns
│ │ │ │ │ ├── os_win7.icns
│ │ │ │ │ ├── os_win8.icns
│ │ │ │ │ ├── os_win.icns
│ │ │ │ │ ├── osx.icns
│ │ │ │ │ ├── pointer-black.png
│ │ │ │ │ ├── pointer.png
│ │ │ │ │ ├── tool_shell.png
│ │ │ │ │ ├── vol_clover.icns
│ │ │ │ │ ├── vol_external.icns
│ │ │ │ │ ├── vol_internal_ext3.icns
│ │ │ │ │ ├── vol_internal_hfs.icns
│ │ │ │ │ ├── vol_internal.icns
│ │ │ │ │ ├── vol_internal_ntfs.icns
│ │ │ │ │ ├── vol_netboot.icns
│ │ │ │ │ ├── vol_optical.icns
│ │ │ │ │ └── vol_recovery.icns
│ │ │ │ ├── logo-trans.png
│ │ │ │ ├── mpr2.png
│ │ │ │ ├── mpr.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
│ │ │ │ ├── Select_trans_big.png
│ │ │ │ ├── Select_trans_small.png
│ │ │ │ └── theme.plist
│ │ │ ├── pointer-green.png
│ │ │ ├── pointer-metal.png
│ │ │ ├── random
│ │ │ │ └── theme.plist
│ │ │ ├── Selection_144px.bmp
│ │ │ └── Selection_64px.bmp
│ │ └── tools
│ │ ├── bdmesg-32.efi
│ │ ├── bdmesg.efi
│ │ ├── Shell32.efi
│ │ ├── Shell64.efi
│ │ ├── Shell64U.efi
│ │ └── Shell.inf
│ └── Clover_Install_Log.txt
└── __MACOSX
└── EFI
└── CLOVER
├── kexts
│ ├── 10.10
│ │ ├── AppleACPIPS2Nub.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── ApplePS2Controller.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ ├── Plugins
│ │ │ │ ├── ApplePS2Keyboard.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── MacOS
│ │ │ │ │ └── Resources
│ │ │ │ │ └── English.lproj
│ │ │ │ ├── ApplePS2Mouse.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── MacOS
│ │ │ │ │ └── Resources
│ │ │ │ │ └── English.lproj
│ │ │ │ └── ApplePS2Trackpad.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── English.lproj
│ │ │ └── Resources
│ │ │ └── English.lproj
│ │ ├── FakeSMC.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ └── PlugIns
│ │ │ ├── ACPISensors.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── CPUSensors.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── FakeSMCKeyStore.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── GenericUSBXHCI.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── GPUSensors.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── LPCSensors.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── RealtekRTL8111.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ └── VoodooHDA.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── GenericUSBXHCI.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── RealtekRTL8111.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ └── Resources
│ │ │ └── en.lproj
│ │ ├── VoodooHDA.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ └── VoodooPS2Controller.kext
│ │ └── Contents
│ │ ├── MacOS
│ │ ├── PlugIns
│ │ │ ├── VoodooPS2Keyboard.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ ├── VoodooPS2Mouse.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ └── VoodooPS2Trackpad.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ └── Resources
│ │ │ └── en.lproj
│ │ └── Resources
│ │ └── en.lproj
│ ├── 10.11
│ │ ├── AppleACPIPS2Nub.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── ApplePS2Controller.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ ├── Plugins
│ │ │ │ ├── ApplePS2Keyboard.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── MacOS
│ │ │ │ │ └── Resources
│ │ │ │ │ └── English.lproj
│ │ │ │ ├── ApplePS2Mouse.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── MacOS
│ │ │ │ │ └── Resources
│ │ │ │ │ └── English.lproj
│ │ │ │ └── ApplePS2Trackpad.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── English.lproj
│ │ │ └── Resources
│ │ │ └── English.lproj
│ │ ├── FakeSMC.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ └── PlugIns
│ │ │ ├── ACPISensors.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── CPUSensors.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── FakeSMCKeyStore.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── GenericUSBXHCI.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── GPUSensors.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── LPCSensors.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── RealtekRTL8111.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ └── VoodooHDA.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── GenericUSBXHCI.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── VoodooHDA.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ └── VoodooPS2Controller.kext
│ │ └── Contents
│ │ ├── MacOS
│ │ ├── PlugIns
│ │ │ ├── VoodooPS2Keyboard.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ ├── VoodooPS2Mouse.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ └── VoodooPS2Trackpad.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ └── Resources
│ │ │ └── en.lproj
│ │ └── Resources
│ │ └── en.lproj
│ ├── 10.12
│ │ ├── AppleACPIPS2Nub.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── ApplePS2Controller.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ ├── Plugins
│ │ │ │ ├── ApplePS2Keyboard.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── MacOS
│ │ │ │ │ └── Resources
│ │ │ │ │ └── English.lproj
│ │ │ │ ├── ApplePS2Mouse.kext
│ │ │ │ │ └── Contents
│ │ │ │ │ ├── MacOS
│ │ │ │ │ └── Resources
│ │ │ │ │ └── English.lproj
│ │ │ │ └── ApplePS2Trackpad.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── English.lproj
│ │ │ └── Resources
│ │ │ └── English.lproj
│ │ ├── FakeSMC.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ └── PlugIns
│ │ │ ├── ACPISensors.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── CPUSensors.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── FakeSMCKeyStore.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── GenericUSBXHCI.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── GPUSensors.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── LPCSensors.kext
│ │ │ │ └── Contents
│ │ │ │ └── MacOS
│ │ │ ├── RealtekRTL8111.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ └── VoodooHDA.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── GenericUSBXHCI.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── VoodooHDA.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ └── VoodooPS2Controller.kext
│ │ └── Contents
│ │ ├── MacOS
│ │ ├── PlugIns
│ │ │ ├── VoodooPS2Keyboard.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ ├── VoodooPS2Mouse.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── en.lproj
│ │ │ └── VoodooPS2Trackpad.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ └── Resources
│ │ │ └── en.lproj
│ │ └── Resources
│ │ └── en.lproj
│ └── Other
│ ├── AppleACPIPS2Nub.kext
│ │ └── Contents
│ │ └── MacOS
│ ├── ApplePS2Controller.kext
│ │ └── Contents
│ │ ├── MacOS
│ │ ├── Plugins
│ │ │ ├── ApplePS2Keyboard.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── English.lproj
│ │ │ ├── ApplePS2Mouse.kext
│ │ │ │ └── Contents
│ │ │ │ ├── MacOS
│ │ │ │ └── Resources
│ │ │ │ └── English.lproj
│ │ │ └── ApplePS2Trackpad.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ └── Resources
│ │ │ └── English.lproj
│ │ └── Resources
│ │ └── English.lproj
│ ├── FakeSMC.kext
│ │ └── Contents
│ │ ├── MacOS
│ │ └── PlugIns
│ │ ├── ACPISensors.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── CPUSensors.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── FakeSMCKeyStore.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── GenericUSBXHCI.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── GPUSensors.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── LPCSensors.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── RealtekRTL8111.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ └── Resources
│ │ │ └── en.lproj
│ │ └── VoodooHDA.kext
│ │ └── Contents
│ │ └── MacOS
│ ├── GenericUSBXHCI.kext
│ │ └── Contents
│ │ └── MacOS
│ ├── RealtekRTL8111.kext
│ │ └── Contents
│ │ ├── MacOS
│ │ └── Resources
│ │ └── en.lproj
│ ├── VoodooHDA.kext
│ │ └── Contents
│ │ └── MacOS
│ └── VoodooPS2Controller.kext
│ └── Contents
│ ├── MacOS
│ ├── PlugIns
│ │ ├── VoodooPS2Keyboard.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ └── Resources
│ │ │ └── en.lproj
│ │ ├── VoodooPS2Mouse.kext
│ │ │ └── Contents
│ │ │ ├── MacOS
│ │ │ └── Resources
│ │ │ └── en.lproj
│ │ └── VoodooPS2Trackpad.kext
│ │ └── Contents
│ │ ├── MacOS
│ │ └── Resources
│ │ └── en.lproj
│ └── Resources
│ └── en.lproj
└── themes
└── OSS
├── icons
└── scrollbar
765 directories, 505 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论