mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
The current behaviors of how our modification to Booter and Kernel are undocumented. In addition, we should ensure that: - Deletion is always performed first, as it makes no sense to patch something that will be removed - Integrated quirks are always applied preceding user patches (to prevent users from messing up the whole patch structure) - Injection is performed last