From 83cffeb1e5b5c2ea8d7e7e52efd7d2dd3a8ceb89 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Tue, 7 Dec 2021 20:19:14 -0700 Subject: [PATCH] Adjust comment --- resources/build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/build.py b/resources/build.py index 3f9d08967..3ef04f4d7 100644 --- a/resources/build.py +++ b/resources/build.py @@ -728,13 +728,13 @@ class BuildOpenCore: # Check if model has 5K display # Apple has 2 modes for display handling on 5K iMacs and iMac Pro - # If at during any point in the boot chain an "unsupported" entry is booted, the firmware will tell the + # If at any point in the boot chain an "unsupported" entry is loaded, the firmware will tell the # Display Controller to enter a 4K compatible mode that only uses a single DisplayPort 1.2 stream internally. # This is to prevent situations where the system would boot into an enviroment that cannot handle the custom # dual DisplayPort 1.2 streams the 5k Display uses # To work around this issue, we trick the firmware into loading OpenCore through Apple's Hardware Diagnostic Tests - # Specifically hiding as diags_gui.efi under '/System/Library/CoreServices/.diagnostics/GUI/diags_gui.efi' + # Specifically hiding as Product.efi under '/System/Library/CoreServices/.diagnostics/Drivers/HardwareDrivers/Product.efi' try: smbios_data.smbios_dictionary[self.model]["5K Display"]