Skip to content

Commit

Permalink
Update to OC 0.7.7 (#4)
Browse files Browse the repository at this point in the history
* Add FeatureUnlock.kext

* Update Kexts to lasest

* Update OpenCorePkg to 0.7.7
  • Loading branch information
icaros7 committed Feb 3, 2022
1 parent 4f43459 commit 8d58682
Show file tree
Hide file tree
Showing 17 changed files with 493 additions and 58 deletions.
Binary file modified BOOT/BOOTx64.efi
100755 → 100644
Binary file not shown.
Binary file modified OC/Drivers/OpenRuntime.efi
100755 → 100644
Binary file not shown.
351 changes: 332 additions & 19 deletions OC/Kexts/AppleALC.kext/Contents/Info.plist
100755 → 100644

Large diffs are not rendered by default.

Binary file modified OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
83 changes: 83 additions & 0 deletions OC/Kexts/FeatureUnlock.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19H1615</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>FeatureUnlock</string>
<key>CFBundleIdentifier</key>
<string>com.khronokernel.FeatureUnlock</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>FeatureUnlock</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.5</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.5</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12D4e</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.1</string>
<key>DTSDKBuild</key>
<string>20C63</string>
<key>DTSDKName</key>
<string>macosx11.1</string>
<key>DTXcode</key>
<string>1240</string>
<key>DTXcodeBuild</key>
<string>12D4e</string>
<key>IOKitPersonalities</key>
<dict>
<key>FeatureUnlock</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.khronokernel.FeatureUnlock</string>
<key>IOClass</key>
<string>FeatureUnlock</string>
<key>IOMatchCategory</key>
<string>FeatureUnlock</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2021 Khronokernel. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>as.vit9696.Lilu</key>
<string>1.4.7</string>
<key>com.apple.kpi.bsd</key>
<string>12.0.0</string>
<key>com.apple.kpi.dsep</key>
<string>12.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>12.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>12.0.0</string>
<key>com.apple.kpi.mach</key>
<string>12.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>12.0.0</string>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>
Binary file not shown.
18 changes: 9 additions & 9 deletions OC/Kexts/Lilu.kext/Contents/Info.plist
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19H1417</string>
<string>19H1615</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.5.7</string>
<string>1.5.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.5.7</string>
<string>1.5.9</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12B45b</string>
<string>12D4e</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.0</string>
<string>11.1</string>
<key>DTSDKBuild</key>
<string>20A2408</string>
<string>20C63</string>
<key>DTSDKName</key>
<string>macosx11.0</string>
<string>macosx11.1</string>
<key>DTXcode</key>
<string>1220</string>
<string>1240</string>
<key>DTXcodeBuild</key>
<string>12B45b</string>
<string>12D4e</string>
<key>IOKitPersonalities</key>
<dict>
<key>as.vit9696.Lilu</key>
Expand Down
Binary file modified OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
100755 → 100644
Binary file not shown.
18 changes: 9 additions & 9 deletions OC/Kexts/VirtualSMC.kext/Contents/Info.plist
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19H1323</string>
<string>19H1519</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.2.7</string>
<string>1.2.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.2.7</string>
<string>1.2.8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12B45b</string>
<string>12D4e</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.0</string>
<string>11.1</string>
<key>DTSDKBuild</key>
<string>20A2408</string>
<string>20C63</string>
<key>DTSDKName</key>
<string>macosx11.0</string>
<string>macosx11.1</string>
<key>DTXcode</key>
<string>1220</string>
<string>1240</string>
<key>DTXcodeBuild</key>
<string>12B45b</string>
<string>12D4e</string>
<key>IOKitPersonalities</key>
<dict>
<key>as.vit9696.VirtualSMC</key>
Expand Down
Binary file modified OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC
Binary file not shown.
18 changes: 9 additions & 9 deletions OC/Kexts/WhateverGreen.kext/Contents/Info.plist
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19H1417</string>
<string>19H1615</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.5.5</string>
<string>1.5.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.5.5</string>
<string>1.5.6</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12B45b</string>
<string>12D4e</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.0</string>
<string>11.1</string>
<key>DTSDKBuild</key>
<string>20A2408</string>
<string>20C63</string>
<key>DTSDKName</key>
<string>macosx11.0</string>
<string>macosx11.1</string>
<key>DTXcode</key>
<string>1220</string>
<string>1240</string>
<key>DTXcodeBuild</key>
<string>12B45b</string>
<string>12D4e</string>
<key>IOKitPersonalities</key>
<dict>
<key>NVHDAEnabler</key>
Expand Down
Binary file modified OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
Binary file not shown.
Binary file modified OC/OpenCore.efi
100755 → 100644
Binary file not shown.
51 changes: 43 additions & 8 deletions OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,24 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>FeatureUnlock.kext</string>
<key>Comment</key>
<string>NullEthernet</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/FeatureUnlock</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>8.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array>
Expand Down Expand Up @@ -1140,8 +1158,6 @@
<dict>
<key>DefaultBackgroundColor</key>
<data>AAAAAA==</data>
<key>UIScale</key>
<data>AQ==</data>
</dict>
<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
<dict>
Expand All @@ -1154,8 +1170,10 @@
<integer>0</integer>
<key>SystemAudioVolume</key>
<data>Rg==</data>
<key>SystemAudioVolumeDB</key>
<data>4g==</data>
<key>boot-args</key>
<string>keepsyms=1 alcid=1</string>
<string>keepsyms=1 alcid=1 -carbeta</string>
<key>csr-active-config</key>
<data>AAAAAA==</data>
<key>prev-lang:kbd</key>
Expand All @@ -1168,7 +1186,6 @@
<dict>
<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
<array>
<string>UIScale</string>
<string>DefaultBackgroundColor</string>
</array>
<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
Expand Down Expand Up @@ -1285,6 +1302,12 @@
<integer>50</integer>
<key>KeySubsequentDelay</key>
<integer>5</integer>
<key>PointerPollMask</key>
<integer>-1</integer>
<key>PointerPollMax</key>
<integer>80</integer>
<key>PointerPollMin</key>
<integer>10</integer>
<key>PointerSpeedDiv</key>
<integer>1</integer>
<key>PointerSpeedMul</key>
Expand All @@ -1296,12 +1319,18 @@
<integer>0</integer>
<key>AudioDevice</key>
<string>PciRoot(0x0)/Pci(0x1b,0x0)</string>
<key>AudioOut</key>
<integer>0</integer>
<key>AudioOutMask</key>
<integer>1</integer>
<key>AudioSupport</key>
<false/>
<key>MinimumVolume</key>
<integer>20</integer>
<key>DisconnectHda</key>
<false/>
<key>MaximumGain</key>
<integer>-15</integer>
<key>MinimumAssistGain</key>
<integer>-30</integer>
<key>MinimumAudibleGain</key>
<integer>-55</integer>
<key>PlayChime</key>
<string>Auto</string>
<key>ResetTrafficClass</key>
Expand Down Expand Up @@ -1497,6 +1526,8 @@
</dict>
<key>Output</key>
<dict>
<key>ReconnectGraphicsOnConnect</key>
<false/>
<key>ClearScreenOnModeSwitch</key>
<false/>
<key>ConsoleMode</key>
Expand All @@ -1521,6 +1552,8 @@
<false/>
<key>TextRenderer</key>
<string>BuiltinGraphics</string>
<key>UIScale</key>
<integer>0</integer>
<key>UgaPassThrough</key>
<false/>
</dict>
Expand Down Expand Up @@ -1571,6 +1604,8 @@
<false/>
<key>EnableVectorAcceleration</key>
<true/>
<key>EnableVmx</key>
<false/>
<key>ExitBootServicesDelay</key>
<integer>0</integer>
<key>ForceOcWriteFlash</key>
Expand Down
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenCore 0.7.5 for Ryzen 1600X, B350, RX480
# OpenCore 0.7.7 for Ryzen 1600X, B350, RX480
## MUST BE READ
```
This bootloader's config.plist was deleted some value of Platforminfo and
Expand All @@ -15,7 +15,7 @@ Checkout follow [1. Information](#1-information)!
![](screenshot.png)

# 1. Information
The laest version of OpenCore that based on OpenCore 0.7.5. You can use this bootloader for hackintosh install & daily-use on 6-Core Ryzen & MSI B350M Mortar.
The laest version of OpenCore that based on OpenCore 0.7.7. You can use this bootloader for hackintosh install & daily-use on 6-Core Ryzen & MSI B350M Mortar at 10.11 Big Sur or 12.x Monterey.

Please keep your mind follow:

Expand Down Expand Up @@ -63,6 +63,8 @@ Include following configuration
- Apple Hot Key: Enable
- iMac (Retina 4K, 21.5-inch, 2019) Model (`iMac19,2`)
- AMD Kernel Patch for 1600x (set for Six Core)
- `FeatureUnlock` kext include (Check out [acidanthera/FeatureUnlock](https://github.com/acidanthera/FeatureUnlock))
- Enabled `Sidecar` for 12.x

# 4. Special Thanks To
- [@acidanthera](https://github.com/acidanthera) - [OpenCorePkg](https://github.com/acidanthera/OpenCorePkg) and etc...
Expand Down
6 changes: 4 additions & 2 deletions Readme_ko.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenCore 0.7.5 for 라이젠 1600X, B350, RX480
# OpenCore 0.7.7 for 라이젠 1600X, B350, RX480
## 사용 전 필독
```
본 부트로더는 config.plist 의 PlatformInfo 의 일부 정보가 모두 지워져 있으며,
Expand All @@ -14,7 +14,7 @@ AMD 바닐라 패치의 CPU 코어 수가 모두 1600X 기준으로 6개로 설
![](screenshot.png)

# 1. 안내
OpenCore 0.7.5를 기반으로 만들어진 최신 버전의 OpenCore 부트로더 입니다. 6코어 라이젠 및 MSI B350M 박격포 보드에 즉각적인 해킨토시 설치 및 실사용 가능 합니다.
OpenCore 0.7.7를 기반으로 만들어진 최신 버전의 OpenCore 부트로더 입니다. 6코어 라이젠 및 MSI B350M 박격포 보드에 즉각적인 11.11 빅서 혹은 12.x 몬테레이 해킨토시 설치 및 실사용 가능 합니다.

아래 사항을 **꼭 숙지하시고 사용**하여 주십시오.

Expand Down Expand Up @@ -63,6 +63,8 @@ OpenCore 0.7.5를 기반으로 만들어진 최신 버전의 OpenCore 부트로
- 애플 단축키: 활성화
- iMac (레티나 4K, 21.5-inch, 2019년) 모델 (`iMac19,2`)
- 1600x용 AMD 커널 패치 (6코어용)
- `FeatureUnlock` kext 포함 ([acidanthera/FeatureUnlock](https://github.com/acidanthera/FeatureUnlock) 확인)
- 12.x를 위한 `사이드카` 활성

# 4. Special Thanks To
- [@acidanthera](https://github.com/acidanthera) - [OpenCorePkg](https://github.com/acidanthera/OpenCorePkg) 및 기타 등등
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d58682

Please sign in to comment.