资源简介
xps13 9370黑苹果efi文件,支持macos10.15.1
包含pm981补丁方法,
已经成功解决pm981不能安装黑苹果的问题。
无法正常工作的:wifi,蓝牙,摄像头
其他均正常工作。
包含pm981补丁方法,
已经成功解决pm981不能安装黑苹果的问题。
无法正常工作的:wifi,蓝牙,摄像头
其他均正常工作。
代码片段和文件信息
//
// plugin_start.cpp
// Lilu
//
// Copyright © 2016-2017 vit9696. All rights reserved.
//
#include
#include
#include
#ifndef LILU_CUSTOM_KMOD_INIT
bool ADDPR(startSuccess) = false;
#else
// Workaround custom kmod code and enable by default
bool ADDPR(startSuccess) = true;
#endif
bool ADDPR(debugEnabled) = false;
uint32_t ADDPR(debugPrintDelay) = 0;
#if !defined(LILU_CUSTOM_KMOD_INIT) || !defined(LILU_CUSTOM_IOKIT_INIT)
static const char kextVersion[] {
#ifdef DEBUG
‘D‘ ‘B‘ ‘G‘ ‘-‘
#else
‘R‘ ‘E‘ ‘L‘ ‘-‘
#endif
xStringify(MODULE_VERSION)[0] xStringify(MODULE_VERSION)[2] xStringify(MODULE_VERSION)[4] ‘-‘
getBuildYear<0>() getBuildYear<1>() getBuildYear<2>() getBuildYear<3>() ‘-‘
getBuildMonth<0>() getBuildMonth<1>() ‘-‘ getBuildDay<0>() getBuildDay<1>() ‘\0‘
};
#endif
#ifndef LILU_CUSTOM_IOKIT_INIT
OSDefinemetaClassAndStructors(PRODUCT_NAME IOService)
PRODUCT_NAME *ADDPR(selfInstance) = nullptr;
IOService *PRODUCT_NAME::probe(IOService *provider SInt32 *score) {
ADDPR(selfInstance) = this;
setProperty(“VersionInfo“ kextVersion);
auto service = IOService::probe(provider score);
return ADDPR(startSuccess) ? service : nullptr;
}
bool PRODUCT_NAME::start(IOService *provider) {
ADDPR(selfInstance) = this;
if (!IOService::start(provider)) {
SYSLOG(“init“ “failed to start the parent“);
return false;
}
return ADDPR(startSuccess);
}
void PRODUCT_NAME::stop(IOService *provider) {
ADDPR(selfInstance) = nullptr;
IOService::stop(provider);
}
#endif /* LILU_CUSTOM_IOKIT_INIT */
#ifndef LILU_CUSTOM_KMOD_INIT
EXPORT extern “C“ kern_return_t ADDPR(kern_start)(kmod_info_t * void *) {
// This is an ugly hack necessary on some systems where buffering kills most of debug output.
PE_parse_boot_argn(“liludelay“ &ADDPR(debugPrintDelay) sizeof(ADDPR(debugPrintDelay)));
auto error = lilu.requestAccess();
if (error == LiluAPI::Error::NoError) {
error = lilu.shouldLoad(ADDPR(config).product ADDPR(config).version ADDPR(config).runmode ADDPR(config).disableArg ADDPR(config).disableArgNum
ADDPR(config).debugArg ADDPR(config).debugArgNum ADDPR(config).betaArg ADDPR(config).betaArgNum ADDPR(config).minKernel
ADDPR(config).maxKernel ADDPR(debugEnabled));
if (error == LiluAPI::Error::NoError) {
DBGLOG(“init“ “%s bootstrap %s“ xStringify(PRODUCT_NAME) kextVersion);
(void)kextVersion;
ADDPR(startSuccess) = true;
ADDPR(config).pluginStart();
} else {
SYSLOG(“init“ “parent said we should not continue %d“ error);
}
lilu.releaseAccess();
} else {
SYSLOG(“init“ “failed to call parent %d“ error);
}
// Report success but actually do not start and let I/O Kit unload us.
// This works better and increases boot speed in some cases.
return KERN_SUCCESS;
}
EXPORT extern “C“ kern_return_t ADDPR(kern_stop)(kmod_info_t * void *) {
// It is not safe to unload Lilu plugins unless they
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-12-13 15:13 xps13 9370 EFI\
文件 106 2019-12-13 15:10 xps13 9370 EFI\1.9370安装黑苹果前最重要的2步.txt
文件 298 2019-12-13 15:12 xps13 9370 EFI\2.SSDT-NVME编译方法解决PM981问题.txt
文件 364 2019-12-11 13:39 xps13 9370 EFI\SSDT-NVME.txt
目录 0 2019-12-13 15:04 xps13 9370 EFI\xps13 9370 EFI\
目录 0 2019-12-13 15:04 xps13 9370 EFI\xps13 9370 EFI\EFI\
文件 10244 2019-10-24 13:27 xps13 9370 EFI\xps13 9370 EFI\EFI\.DS_Store
文件 4096 2019-10-30 16:16 xps13 9370 EFI\xps13 9370 EFI\EFI\._.DS_Store
目录 0 2019-12-13 15:04 xps13 9370 EFI\xps13 9370 EFI\EFI\BOOT\
文件 6148 2019-10-08 08:17 xps13 9370 EFI\xps13 9370 EFI\EFI\BOOT\.DS_Store
文件 4096 2019-10-30 16:16 xps13 9370 EFI\xps13 9370 EFI\EFI\BOOT\._.DS_Store
文件 4096 2019-10-30 16:16 xps13 9370 EFI\xps13 9370 EFI\EFI\BOOT\._BOOTX64.efi
文件 874048 2019-10-30 16:05 xps13 9370 EFI\xps13 9370 EFI\EFI\BOOT\BOOTX64.efi
目录 0 2019-12-13 15:04 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\
文件 14340 2019-11-14 09:17 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\.DS_Store
文件 4096 2019-10-30 16:16 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\._.DS_Store
文件 4096 2019-10-30 16:16 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\._CLOVERX64.efi
文件 4096 2019-10-30 16:16 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\._config.plist
文件 4096 2019-10-30 16:16 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\._config_Desktop.plist
目录 0 2019-12-13 15:04 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\ACPI\
文件 8196 2019-11-14 09:16 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\ACPI\.DS_Store
文件 4096 2019-10-30 16:16 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\ACPI\._.DS_Store
目录 0 2019-12-13 15:04 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\ACPI\patched\
文件 6148 2019-10-10 10:24 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\ACPI\patched\.DS_Store
文件 4096 2019-10-30 16:16 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\ACPI\patched\._.DS_Store
文件 4096 2019-10-30 16:16 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\ACPI\patched\._README.md
文件 4096 2019-10-30 16:16 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\ACPI\patched\._SSDT-EC-USBX.aml
文件 4096 2019-10-30 16:16 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\ACPI\patched\._SSDT-XOSI.aml
文件 57 2019-06-07 08:51 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\ACPI\patched\README.md
文件 76 2019-05-19 13:36 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\ACPI\patched\SSDT-ADP1.aml
文件 414 2019-08-17 18:17 xps13 9370 EFI\xps13 9370 EFI\EFI\CLOVER\ACPI\patched\SSDT-ALC299.aml
............此处省略1506个文件信息
相关资源
- 炫龙X6毒刺笔记本10.13.6完美驱动
- AppleHDA_ALC892
- Y7000p 2020H 黑苹果MacOS EFI文件
- 10.14全新安装第二弹-华擎Z370M Pro4+83
- I5 7500-1050TI-B250-EFI.zip
-
mac 15.2 黑苹果 mac wifi 驱动 TP_li
nk - 黑苹果无线网卡驱动
- VN7-591G-黑苹果-10.11-CloverEFI
- z77主板黑苹果bios
- Y7000/Y7000P通用完美级EFI-clover版.rar
- 查看显示器 edid用的edidViewer windows版
- E430c亲测可用黑苹果驱动程序-ML系统
- 黑苹果小米wifi驱动两种方法.zip
- 黑苹果dsdt修改详解,几分钟会修改,
- i5 8400 1050Ti的黑苹果EFI文件
- W520黑苹果-DSDT-EFI打包
- ASUS N53SV 安装黑苹果到驱动
- 联想G480-HD4000黑苹果10.12
- mac os 黑苹果usb wifi 万能驱动器
- 黑苹果 5G Wi-Fi 驱动, RTLWlanU_MacOS10.
- 完美黑苹果clover EFI Catalina10.15.7 神舟
- 惠普暗影精灵2代Pro+i7-7700HQ+UHD630+GTX
- Dell 15 5577+i5-7300HQ+HD630+GTX1050
- intel 9560ac 网卡 黑苹果驱动 带gui界面
- 华南X79装黑苹果efi.rar
- 惠普暗影精灵1+i5+GTX950M+完美黑苹果
- 华硕FL5900+i7-7500U完美黑苹果引导文件
- 华硕飞行堡垒FXPRO6300(GL552VW)完美黑
- Dell XPS 13 9350四叶草黑苹果引导文件
- m3800 dell xps9530 黑苹果 驱动补丁合集
评论
共有 条评论