mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 09:33:13 -06:00
1 KiB
1 KiB
ACPI Patching:
- Download and install MaciASL if you do not have it already.
- During CLOVER boot screen, press Fn+F4, or just F4 to dump original ACPI tables to EFI/CLOVER/ACPI/origin/
- Copy files that begin with DSDT and SSDT to Desktop.
- Open the contents of MaciASL and look for iasl-stable, copy it to the same directory as the dumped ACPI files. In Terminal, disassemble the copied ACPI tables with "iasl-stable -dl DSDT.aml SSDT*.aml".
- Refer to
patches
andpatches/README.md
, most of my compiled hotpatches and can be copied straight to your setup. However, some patches may require certain directories or variables to be changed depending on your hardware (examine your own disasemebled DSDT). For these, edit the .dsl patch files. Also, note that some SSDT patches also require accompanying OpenCore/ Clover ACPI patches to work.