mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 19:10:15 +10:00
Add El Capitan and newer .app support
Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/98
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
- Fix CPU Speed reporting
|
- Fix CPU Speed reporting
|
||||||
- Increment binaries
|
- Increment binaries
|
||||||
- OpenCore c92bcb7 (0.6.8 rolling - 2021-03-20)
|
- OpenCore c92bcb7 (0.6.8 rolling - 2021-03-20)
|
||||||
|
- Add El Capitan and newer .app support
|
||||||
|
|
||||||
## 0.0.18
|
## 0.0.18
|
||||||
- Disable Vault by default due to breaking installations
|
- Disable Vault by default due to breaking installations
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ Since this patcher tricks macOS into thinking you're running a newer Mac, certai
|
|||||||
* Currently OpenCore cannot boot MBR-based installs, so Ivy Bridge and older Machines may not be able to see Windows in OpenCore's Boot Picker
|
* Currently OpenCore cannot boot MBR-based installs, so Ivy Bridge and older Machines may not be able to see Windows in OpenCore's Boot Picker
|
||||||
* [Add MBR loading tool to OpenCore #912](https://github.com/acidanthera/bugtracker/issues/912)
|
* [Add MBR loading tool to OpenCore #912](https://github.com/acidanthera/bugtracker/issues/912)
|
||||||
* Boot Buddy support
|
* Boot Buddy support
|
||||||
* Due to how OpenCore overwrites NVRAM , the usage of Boot Buddy and such tools are **highly** in-advised
|
* Due to how OpenCore overwrites NVRAM, the usage of Boot Buddy and such tools are **highly** in-advised
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
# Copyright (C) 2020-2021, Dhinak G, Mykola Grymalyuk
|
||||||
# Missing Features:
|
# Missing Features:
|
||||||
# - Full System/Library Snapshotting (need to research how Apple achieves this)
|
# - Full System/Library Snapshotting (need to research how Apple achieves this)
|
||||||
|
# - Temorary Work-around: sudo bless --mount /System/Volumes/Update/mnt1 --bootefi --last-sealed-snapshot
|
||||||
# - Work-around battery throttling on laptops with no battery (IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SMC_PlatformPlugin.kext/Contents/Resources/)
|
# - Work-around battery throttling on laptops with no battery (IOPlatformPluginFamily.kext/Contents/PlugIns/ACPI_SMC_PlatformPlugin.kext/Contents/Resources/)
|
||||||
# - Add kmutil error checking
|
# - Add kmutil error checking
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|||||||
Reference in New Issue
Block a user