Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements, updates, and refactorizations #85

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update cleanup.md
  • Loading branch information
Cam396 authored May 17, 2023
commit b973e70d5efe35799fe3a0042c06b9ad18a2438f
14 changes: 7 additions & 7 deletions cleanup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cleanup

So you've made all your SSDTs, now there's one thing left: Adding them to OpenCore
Once you have created all your SSDTs, the final step is to add them to OpenCore.

The 2 main locations:

@@ -9,15 +9,15 @@ The 2 main locations:

You can save yourself some work with the config.plist by running Cmd/Ctrl+R in ProperTree. **Reminder do not add your DSDT.aml to your EFI**

For those who do not yet have a config.plist, you'll want to next head back to your respective OpenCore guides and create the config.plist:
If you don't have a config.plist yet, please go back to the OpenCore guide for your hardware and create one.

* [OpenCore Install guide](https://dortania.github.io/OpenCore-Install-Guide/)

Users of `FixHPET` will also need to merge oc_patches.plist into their config.plist

Steps to do this:
To achieve this, follow the steps below:

* Open both files,
* Delete the `ACPI -> Patch` section from config.plist
* Copy the `ACPI -> Patch` section from patches.plist
* Paste into where old patches were in config.plist
1. Open both files.
2. Remove the `ACPI -> Patch` section from the config.plist file.
3. Copy the `ACPI -> Patch` section from the patches.plist file.
4. Paste it into the location where the old patches were in the config.plist file.