# Open Core Legacy Patcher (OCLP)

As I update by hackintosh systems and older Macs with recent versions of macOS, more and more components, such as GPU and Wifi lose driver support. Therefore Open Core Legacy Patcher becomes necessary on these system. Here I will link the most important articles relevant to OCLP on Hackintosh as well as discuss some essential steps and specific issues.

### OCLP on Hackintosh Articles

* [Installing newer versions of macOS on legacy hardware](https://github.com/5T33Z0/OC-Little-Translated/tree/main/14_OCLP_Wintel) - this site has the most in-depth and detailed instructions for using  OCLP on Hackintosh.
* Instructions and links to make Broadcom Wifi work natively again under macOS Sonoma and Sequoia:

{% content-ref url="/pages/qVilkcNr32y46Tp1toOL" %}
[Broadcom Wifi on macOS Sequoia](/opencore-visual-beginners-guide/advanced-topics/open-core-legacy-patcher-oclp/broadcom-wifi-on-macos-sequoia.md)
{% endcontent-ref %}

* [Explaining the patches in OpenCore Legacy Patcher ](https://dortania.github.io/OpenCore-Legacy-Patcher/PATCHEXPLAIN.html)

### Essential Steps

* Disable SIP (change `csr-active-config` to `03080000)`
* Add `AMFIPass.kext`, which allows booting macOS with applied root patches and SIP as well as *SecureBootModel* disabled but *AMFI* enabled.

### Notes

* Applying Root Patches to the system partition breaks its security seal. This affects System Updates: every time a System Update is available, the complete macOS Installer (≈ 13 GB) will be downloaded.&#x20;
* After each System Update, the iGPU/GPU drivers have to be re-installed. OCLP will take care of this. *(Just make sure to re-enable the appropriate boot-args to put AMD/NVIDIA GPUs in VESA mode prior to updating/upgrading macOS.)*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chriswayg.gitbook.io/opencore-visual-beginners-guide/advanced-topics/open-core-legacy-patcher-oclp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
