From a0819f0497e94a6b82950607a8a5a06dced49756 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Mon, 6 Jun 2022 09:04:29 -0700 Subject: [PATCH] build.py: Add beta Lilu support Commited from Apple Park! --- resources/build.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/build.py b/resources/build.py index 36370d971..271cbe453 100644 --- a/resources/build.py +++ b/resources/build.py @@ -886,6 +886,8 @@ class BuildOpenCore: # Disabled due to macOS Monterey crashing shortly after kernel init # Use DebugEnhancer.kext instead # self.config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"]["boot-args"] += " msgbuf=1048576" + print("- Enable Beta Lilu support") + self.config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"]["boot-args"] += " -lilubetaall" if self.constants.opencore_debug is True: print("- Enabling DEBUG OpenCore") self.config["Misc"]["Debug"]["Target"] = 0x43