Deploy khronokernel/Getting-Started-With-ACPI to github.com/khronokernel/Getting-Started-With-ACPI.git:gh-pages

This commit is contained in:
Travis Build Bot (from Travis CI)
2020-02-05 06:16:32 +00:00
parent 66e0c61c74
commit af5f081ba0
16 changed files with 94 additions and 46 deletions

20
cleanup.md Normal file
View File

@@ -0,0 +1,20 @@
# Cleanup
So you've made all your SSDTs but now there's one thing left: Adding them to Opencore
The 2 main locations:
* EFI/OC/ACPI (Only **.aml** files)
* config.plist -> ACPI -> Add
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**
Users of `FixHPET` will also need to merge oc_patches.plist into their config.plist
Steps to do this:
* 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