mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-18 05:34:42 +10:00
build.py: Add AVXpel-based NoAVX kext
Resolves Zlib-based instability in Ventura on pre-Sandy Bridge Macs Credit to @educovas for developing
This commit is contained in:
@@ -1269,12 +1269,30 @@
|
||||
<key>ExecutablePath</key>
|
||||
<string>Contents/MacOS/NoAVXFSCompressionTypeZlib</string>
|
||||
<key>MaxKernel</key>
|
||||
<string></string>
|
||||
<string>21.99.99</string>
|
||||
<key>MinKernel</key>
|
||||
<string>21.5.0</string>
|
||||
<key>PlistPath</key>
|
||||
<string>Contents/Info.plist</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Arch</key>
|
||||
<string>x86_64</string>
|
||||
<key>BundlePath</key>
|
||||
<string>NoAVXFSCompressionTypeZlib-AVXpel.kext</string>
|
||||
<key>Comment</key>
|
||||
<string>Work-around 13.0+ Zlib kernel panic</string>
|
||||
<key>Enabled</key>
|
||||
<false/>
|
||||
<key>ExecutablePath</key>
|
||||
<string>Contents/MacOS/NoAVXFSCompressionTypeZlib</string>
|
||||
<key>MaxKernel</key>
|
||||
<string></string>
|
||||
<key>MinKernel</key>
|
||||
<string>22.0.0</string>
|
||||
<key>PlistPath</key>
|
||||
<string>Contents/Info.plist</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Arch</key>
|
||||
<string>x86_64</string>
|
||||
|
||||
Reference in New Issue
Block a user