资源简介

xps13 9370黑苹果efi文件,支持macos10.15.1
包含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个文件信息

评论

共有 条评论