实例介绍
火影笔记本2018t5 i78750 4k 1050ti苹果系统efi一套。 目前usb3.0只有2.0速度,触控板无效,其余完美。 1、核显驱动,独显屏蔽。 2、声卡完美alc驱动。 3、网卡有线完美,无线无解,建议使用小米随身wifi可以完美驱动。 4、4k屏完美开启,显示细腻。
【实例截图】
【核心代码】
火影笔记本t5完美20181124EFI
├── EFI
│ ├── APPLE
│ │ └── EXTENSIONS
│ │ └── Firmware.scap
│ ├── BOOT
│ │ └── BOOTX64.efi
│ └── CLOVER
│ ├── ACPI
│ │ ├── origin
│ │ │ ├── DSDT-or.aml
│ │ │ ├── DSDT-pa0.aml
│ │ │ └── DSDT-pa1.aml
│ │ └── patched
│ │ ├── DSDT.aml
│ │ ├── SSDT-10.aml
│ │ ├── SSDT-11.aml
│ │ ├── SSDT-12.aml
│ │ ├── SSDT-13.aml
│ │ ├── SSDT-14.aml
│ │ ├── SSDT-15.aml
│ │ ├── SSDT-1.aml
│ │ ├── SSDT-2.aml
│ │ ├── SSDT-3.aml
│ │ ├── SSDT-4.aml
│ │ ├── SSDT-5.aml
│ │ ├── SSDT-6.aml
│ │ ├── SSDT-7.aml
│ │ ├── SSDT-8.aml
│ │ ├── SSDT-9.aml
│ │ ├── SSDT-ALS0.aml
│ │ ├── SSDT.aml
│ │ ├── SSDT-CPUS.aml
│ │ ├── SSDT-PNLF.aml
│ │ └── SSDT-PNLF_CoffeeLake.aml
│ ├── CLOVERX64.efi
│ ├── config.plist
│ ├── doc
│ │ ├── bcfg.txt
│ │ ├── boot1f32-install.sh
│ │ ├── HowToFixDsdt.txt
│ │ ├── HowToInstallOSX.txt
│ │ ├── Installation.txt
│ │ └── UEFI boot with Clover.rtf
│ ├── drivers64UEFI
│ │ ├── ApfsDriverLoader-64.efi
│ │ ├── AptioInputFix-64.efi
│ │ ├── AptioMemoryFix-64.efi
│ │ ├── DataHubDxe-64.efi
│ │ ├── EmuVariableUefi-64.efi
│ │ ├── Fat-64.efi
│ │ ├── FSInject-64.efi
│ │ ├── HFSPlus.efi
│ │ ├── NTFS.efi
│ │ ├── NvmExpressDxe-64.efi
│ │ ├── OsxAptioFixDrv-64.efi
│ │ ├── OsxFatBinaryDrv-64.efi
│ │ ├── PartitionDxe-64.efi
│ │ └── SMCHelper-64.efi
│ ├── kexts
│ │ └── Other
│ │ ├── ACPIBatteryManager.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── ACPIBatteryManager
│ │ ├── AppleALC.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── AppleALC
│ │ ├── AppleBacklightFixup.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── AppleBacklightFixup
│ │ │ └── Resources
│ │ │ └── LICENSE.txt
│ │ ├── FakeSMC.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── FakeSMC
│ │ │ └── Plugins
│ │ │ ├── ACPISensors.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ └── MacOS
│ │ │ │ └── ACPISensors
│ │ │ ├── CPUSensors.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ └── MacOS
│ │ │ │ └── CPUSensors
│ │ │ ├── GPUSensors.kext
│ │ │ │ └── Contents
│ │ │ │ ├── Info.plist
│ │ │ │ └── MacOS
│ │ │ │ └── GPUSensors
│ │ │ └── LPCSensors.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── LPCSensors
│ │ ├── GenericUSBXHCI.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── GenericUSBXHCI
│ │ ├── Lilu.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── Lilu
│ │ │ └── Resources
│ │ │ ├── Headers
│ │ │ │ ├── capstone
│ │ │ │ │ ├── arm64.h
│ │ │ │ │ ├── arm.h
│ │ │ │ │ ├── capstone.h
│ │ │ │ │ ├── mips.h
│ │ │ │ │ ├── platform.h
│ │ │ │ │ ├── ppc.h
│ │ │ │ │ ├── sparc.h
│ │ │ │ │ ├── systemz.h
│ │ │ │ │ ├── x86.h
│ │ │ │ │ └── xcore.h
│ │ │ │ ├── Guid
│ │ │ │ │ └── LiluVariables.h
│ │ │ │ ├── kern_api.hpp
│ │ │ │ ├── kern_compat.hpp
│ │ │ │ ├── kern_compression.hpp
│ │ │ │ ├── kern_config.hpp
│ │ │ │ ├── kern_cpu.hpp
│ │ │ │ ├── kern_crypto.hpp
│ │ │ │ ├── kern_devinfo.hpp
│ │ │ │ ├── kern_disasm.hpp
│ │ │ │ ├── kern_efi.hpp
│ │ │ │ ├── kern_file.hpp
│ │ │ │ ├── kern_iokit.hpp
│ │ │ │ ├── kern_mach.hpp
│ │ │ │ ├── kern_nvram.hpp
│ │ │ │ ├── kern_patcher.hpp
│ │ │ │ ├── kern_policy.hpp
│ │ │ │ ├── kern_rtc.hpp
│ │ │ │ ├── kern_time.hpp
│ │ │ │ ├── kern_user.hpp
│ │ │ │ ├── kern_util.hpp
│ │ │ │ └── plugin_start.hpp
│ │ │ └── Library
│ │ │ ├── LegacyIOService.h
│ │ │ ├── libkmod.a
│ │ │ ├── plugin_start.cpp
│ │ │ ├── security
│ │ │ │ ├── _label.h
│ │ │ │ ├── mac_framework.h
│ │ │ │ └── mac_policy.h
│ │ │ └── wrappers
│ │ │ ├── build.tool
│ │ │ ├── entry32.S
│ │ │ ├── entry64.S
│ │ │ └── wrappers.inc
│ │ ├── RealtekRTL8111.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── RealtekRTL8111
│ │ │ └── Resources
│ │ │ └── en.lproj
│ │ │ └── InfoPlist.strings
│ │ ├── USBInjectAll.kext
│ │ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── USBInjectAll
│ │ ├── VoodooI2CHID.kext
│ │ │ └── Contents
│ │ │ ├── _CodeSignature
│ │ │ │ └── CodeResources
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── VoodooI2CHID
│ │ ├── VoodooI2C.kext
│ │ │ └── Contents
│ │ │ ├── _CodeSignature
│ │ │ │ └── CodeResources
│ │ │ ├── Info.plist
│ │ │ ├── MacOS
│ │ │ │ └── VoodooI2C
│ │ │ └── PlugIns
│ │ │ ├── VoodooGPIO.kext
│ │ │ │ └── Contents
│ │ │ │ ├── _CodeSignature
│ │ │ │ │ └── CodeResources
│ │ │ │ ├── Info.plist
│ │ │ │ └── MacOS
│ │ │ │ └── VoodooGPIO
│ │ │ └── VoodooI2CServices.kext
│ │ │ └── Contents
│ │ │ ├── _CodeSignature
│ │ │ │ └── CodeResources
│ │ │ ├── Info.plist
│ │ │ └── MacOS
│ │ │ └── VoodooI2CServices
│ │ ├── 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.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── MacOS
│ │ └── WhateverGreen
│ ├── OEM
│ │ └── SystemProductName
│ │ ├── config-sample.plist
│ │ └── UEFI
│ │ └── config-sample.plist
│ ├── themes
│ │ ├── black_green
│ │ │ ├── 14_Themes
│ │ │ │ └── 14_Themes_000.png
│ │ │ ├── font.png
│ │ │ ├── func_about_big
│ │ │ │ └── func_about_big_000.png
│ │ │ ├── func_help
│ │ │ │ └── func_help_000.png
│ │ │ ├── func_options_big
│ │ │ │ └── func_options_big_000.png
│ │ │ ├── icons
│ │ │ │ ├── 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
│ │ │ │ ├── os_android.icns
│ │ │ │ ├── os_arch.icns
│ │ │ │ ├── os_cap.icns
│ │ │ │ ├── os_clover.icns
│ │ │ │ ├── os_cougar.icns
│ │ │ │ ├── os_debian.icns
│ │ │ │ ├── os_ecomstation.icns
│ │ │ │ ├── os_fedora.icns
│ │ │ │ ├── os_freebsd.icns
│ │ │ │ ├── os_freedos.icns
│ │ │ │ ├── os_gentoo.icns
│ │ │ │ ├── os_grub.icns
│ │ │ │ ├── os_grub.icns.bak.icns
│ │ │ │ ├── os_kubuntu.icns
│ │ │ │ ├── os_legacy.icns
│ │ │ │ ├── os_linux.icns
│ │ │ │ ├── os_linux.icns.bak.icns
│ │ │ │ ├── os_lion.icns
│ │ │ │ ├── os_mac.icns
│ │ │ │ ├── os_mac.icns.bak.icns
│ │ │ │ ├── os_mav.icns
│ │ │ │ ├── os_mint.icns
│ │ │ │ ├── os_netbsd.icns
│ │ │ │ ├── os_openbsd.icns
│ │ │ │ ├── os_redhat.icns
│ │ │ │ ├── os_snow.icns
│ │ │ │ ├── os_suse.icns
│ │ │ │ ├── os_ubuntu.icns
│ │ │ │ ├── os_ubuntu.icns.bak.icns
│ │ │ │ ├── os_unknown.icns
│ │ │ │ ├── os_unknown.icns.bak.icns
│ │ │ │ ├── os_vista1.icns
│ │ │ │ ├── os_vista.icns
│ │ │ │ ├── os_vista.icns.bak.icns
│ │ │ │ ├── os_win8.icns
│ │ │ │ ├── os_win8.icns.bak.icns
│ │ │ │ ├── os_win.icns
│ │ │ │ ├── os_yos.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
│ │ │ │ └── vol_recovery.icns.bak.icns
│ │ │ ├── logo_apple.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
│ │ └── 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_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
│ └── tools
│ ├── bdmesg.efi
│ ├── Shell32.efi
│ ├── Shell64.efi
│ ├── Shell64U.efi
│ └── Shell.inf
└── __MACOSX
└── EFI
├── BOOT
└── CLOVER
├── ACPI
│ └── patched
├── doc
├── drivers64UEFI
├── kexts
│ └── Other
│ ├── ACPIBatteryManager.kext
│ │ └── Contents
│ │ └── MacOS
│ ├── AppleALC.kext
│ │ └── Contents
│ │ └── MacOS
│ ├── AppleBacklightFixup.kext
│ │ └── Contents
│ │ ├── MacOS
│ │ └── Resources
│ ├── FakeSMC.kext
│ │ └── Contents
│ │ ├── MacOS
│ │ └── Plugins
│ │ ├── ACPISensors.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── CPUSensors.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── GPUSensors.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ └── LPCSensors.kext
│ │ └── Contents
│ │ └── MacOS
│ ├── GenericUSBXHCI.kext
│ │ └── Contents
│ │ └── MacOS
│ ├── RealtekRTL8111.kext
│ │ └── Contents
│ │ ├── MacOS
│ │ └── Resources
│ │ └── en.lproj
│ ├── USBInjectAll.kext
│ │ └── Contents
│ │ └── MacOS
│ ├── VoodooI2CHID.kext
│ │ └── Contents
│ │ ├── _CodeSignature
│ │ └── MacOS
│ ├── VoodooI2C.kext
│ │ └── Contents
│ │ ├── _CodeSignature
│ │ ├── MacOS
│ │ └── PlugIns
│ │ ├── VoodooGPIO.kext
│ │ │ └── Contents
│ │ │ ├── _CodeSignature
│ │ │ └── MacOS
│ │ └── VoodooI2CServices.kext
│ │ └── Contents
│ │ ├── _CodeSignature
│ │ └── MacOS
│ ├── VoodooPS2Controller.kext
│ │ └── Contents
│ │ ├── MacOS
│ │ └── PlugIns
│ │ ├── VoodooPS2Keyboard.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ ├── VoodooPS2Mouse.kext
│ │ │ └── Contents
│ │ │ └── MacOS
│ │ └── VoodooPS2Trackpad.kext
│ │ └── Contents
│ │ └── MacOS
│ └── WhateverGreen.kext
│ └── Contents
│ └── MacOS
├── OEM
│ └── SystemProductName
│ ├── ACPI
│ ├── kexts
│ └── UEFI
│ ├── ACPI
│ └── kexts
├── themes
│ ├── black_green
│ │ ├── 14_Themes
│ │ ├── func_about_big
│ │ ├── func_help
│ │ ├── func_options_big
│ │ ├── icons
│ │ └── scrollbar
│ └── Hackintosh_ID
│ ├── icons
│ │ └── Alternate
│ └── scrollbar
└── tools
208 directories, 318 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论