Compare commits

..

5 Commits

Author SHA1 Message Date
mihalycsaba 1d4933755b
Merge 9babbb28d7 into 2141ee6f47 2024-04-13 17:20:17 +05:30
Joseph Ravichandran 2141ee6f47 Use qemu-xhci for USB keyboard/ mouse on macOS 14.4 2024-04-13 17:19:18 +05:30
Taher A Alkhateeb a1144792a4 Remove gitignore duplicates and cleanup (#236) 2024-04-13 17:18:03 +05:30
Miroslav Vadkerti 81c219e6ea
Provide a hint for spice in qemu config (#233)
In case somebody prefers connecting via spice, it can come handy.

Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
2024-04-13 17:06:06 +05:30
Dhiru Kholia 593e805ec5 April-2024 Batch Update
- Sync with https://github.com/thenickdude/KVM-Opencore
2024-04-13 17:01:43 +05:30
93 changed files with 4409 additions and 152 deletions

15
.gitignore vendored
View File

@ -1,13 +1,10 @@
*.iso
mac_hdd.img
mac_hdd_ng.img
*.sha256sum
*.sucatalog
*.img
*.dmg
*.dist
*.smd
*.dmg
OVMF_VARS-1024x768.fd
*.img
*.iso
*.pkg
*.sha256sum
*.smd
*.sucatalog
OVMF_VARS*.fd
OpenCore-Catalina/EFI/OC/Resources/

View File

@ -37,13 +37,14 @@ OVMF_DIR="."
args=(
-enable-kvm -m "$ALLOCATED_RAM" -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,"$MY_OPTIONS"
-machine q35
-usb -device usb-kbd -device usb-tablet
-device qemu-xhci,id=xhci
-device usb-kbd,bus=xhci.0 -device usb-tablet,bus=xhci.0
-smp "$CPU_THREADS",cores="$CPU_CORES",sockets="$CPU_SOCKETS"
-device usb-ehci,id=ehci
# -device usb-kbd,bus=ehci.0
# -device usb-mouse,bus=ehci.0
-device nec-usb-xhci,id=xhci
-global nec-usb-xhci.msi=off
# -device nec-usb-xhci,id=xhci
# -global nec-usb-xhci.msi=off
# -global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off
# -device usb-host,vendorid=0x8086,productid=0x0808 # 2 USD USB Sound Card
# -device usb-host,vendorid=0x1b3f,productid=0x2008 # Another 2 USD USB Sound Card
@ -64,6 +65,7 @@ args=(
# -netdev user,id=net0 -device vmxnet3,netdev=net0,id=net0,mac=52:54:00:c9:18:27 # Note: Use this line for High Sierra
-monitor stdio
-device vmware-svga
# -spice port=5900,addr=127.0.0.1,disable-ticketing=on
)
qemu-system-x86_64 "${args[@]}"

View File

@ -1 +0,0 @@
OpenCore

View File

@ -1 +0,0 @@
Disabled

Binary file not shown.

View File

@ -1 +0,0 @@
OpenCore

View File

@ -1 +0,0 @@
Disabled

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G83</string>
<string>21H1015</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1401</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>IOKitPersonalities</key>
<dict>
<key>BlueToolFixup</key>

View File

@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -21,7 +21,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G83</string>
<string>21H1015</string>
<key>CFBundleExecutable</key>
<string>BrcmFirmwareData</string>
<key>CFBundleIdentifier</key>
@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -23,23 +23,23 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1401</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>IOKitPersonalities</key>
<dict>
<key>BrcmFirmwareStore</key>
@ -57,7 +57,7 @@
<key>LSMinimumSystemVersion</key>
<string>10.8</string>
<key>OSBundleCompatibleVersion</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kpi.iokit</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G83</string>
<string>21H1015</string>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.injector.BrcmNonPatchRAM2</string>
<key>CFBundleInfoDictionaryVersion</key>
@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -21,23 +21,23 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1401</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>IOKitPersonalities</key>
<dict>
<key>03f0_231d native</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G83</string>
<string>21H1015</string>
<key>CFBundleExecutable</key>
<string>BrcmPatchRAM2</string>
<key>CFBundleIdentifier</key>
@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -23,23 +23,23 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1401</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>IOKitPersonalities</key>
<dict>
<key>0489_e032</key>
@ -105,6 +105,27 @@
<key>idVendor</key>
<integer>1161</integer>
</dict>
<key>0489_e047</key>
<dict>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.BrcmPatchRAM2</string>
<key>DisplayName</key>
<string>Bluetooth USB module</string>
<key>FirmwareKey</key>
<string>BCM20702A1_001.002.014.1055.1061_v5157</string>
<key>IOClass</key>
<string>BrcmPatchRAM2</string>
<key>IOMatchCategory</key>
<string>BrcmPatchRAM2</string>
<key>IOProbeScore</key>
<integer>4000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>idProduct</key>
<integer>57415</integer>
<key>idVendor</key>
<integer>1161</integer>
</dict>
<key>0489_e04f</key>
<dict>
<key>CFBundleIdentifier</key>
@ -2117,7 +2138,7 @@
<key>OSBundleLibraries</key>
<dict>
<key>as.acidanthera.BrcmFirmwareStore</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>com.apple.iokit.IOUSBHostFamily</key>
<string>1.0.1</string>
<key>com.apple.kpi.bsd</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G83</string>
<string>21H1015</string>
<key>CFBundleExecutable</key>
<string>BrcmPatchRAM3</string>
<key>CFBundleIdentifier</key>
@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -23,23 +23,23 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1401</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>IOKitPersonalities</key>
<dict>
<key>0489_e032</key>
@ -105,6 +105,27 @@
<key>idVendor</key>
<integer>1161</integer>
</dict>
<key>0489_e047</key>
<dict>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.BrcmPatchRAM3</string>
<key>DisplayName</key>
<string>Bluetooth USB module</string>
<key>FirmwareKey</key>
<string>BCM20702A1_001.002.014.1055.1061_v5157</string>
<key>IOClass</key>
<string>BrcmPatchRAM3</string>
<key>IOMatchCategory</key>
<string>BrcmPatchRAM3</string>
<key>IOProbeScore</key>
<integer>4000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>idProduct</key>
<integer>57415</integer>
<key>idVendor</key>
<integer>1161</integer>
</dict>
<key>0489_e04f</key>
<dict>
<key>CFBundleIdentifier</key>
@ -2117,7 +2138,7 @@
<key>OSBundleLibraries</key>
<dict>
<key>as.acidanthera.BrcmFirmwareStore</key>
<string>2.6.5</string>
<string>2.6.9</string>
<key>com.apple.iokit.IOUSBHostFamily</key>
<string>1.0.1</string>
<key>com.apple.kpi.bsd</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G83</string>
<string>21H1015</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -27,19 +27,19 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1401</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>IOKitPersonalities</key>
<dict>
<key>CryptexFixup</key>

View File

@ -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>21H1015</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>CryptexFixup</string>
<key>CFBundleIdentifier</key>
<string>com.khronokernel.CryptexFixup</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>CryptexFixup</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.3</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>14C18</string>
<key>IOKitPersonalities</key>
<dict>
<key>CryptexFixup</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.khronokernel.CryptexFixup</string>
<key>IOClass</key>
<string>CryptexFixup</string>
<key>IOMatchCategory</key>
<string>CryptexFixup</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>

View File

@ -0,0 +1,115 @@
<?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>files</key>
<dict/>
<key>files2</key>
<dict/>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G83</string>
<string>21H1015</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.6.3</string>
<string>1.6.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,23 +25,23 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.6.3</string>
<string>1.6.8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1401</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>IOKitPersonalities</key>
<dict>
<key>as.vit9696.Lilu</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G83</string>
<string>21H1015</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.3.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,23 +25,23 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.3.1</string>
<string>1.3.3</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1401</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>IOKitPersonalities</key>
<dict>
<key>as.vit9696.VirtualSMC</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G83</string>
<string>21H1015</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.6.2</string>
<string>1.6.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
@ -25,23 +25,23 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.6.2</string>
<string>1.6.7</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.3</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>21E226</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx12.3</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1401</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>14A400</string>
<string>14C18</string>
<key>IOKitPersonalities</key>
<dict>
<key>NVHDAEnabler</key>

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -102,14 +102,6 @@
<key>Path</key>
<string>SSDT-PNLF.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>Read the comment in dsl sample</string>
<key>Enabled</key>
<false/>
<key>Path</key>
<string>SSDT-PNLFCFL.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>Read the comment in dsl sample</string>
@ -293,6 +285,8 @@
<true/>
<key>EnableWriteUnprotector</key>
<true/>
<key>FixupAppleEfiImages</key>
<false/>
<key>ForceBooterSignature</key>
<false/>
<key>ForceExitBootServices</key>
@ -708,13 +702,13 @@
<key>BundlePath</key>
<string>CryptexFixup.kext</string>
<key>Comment</key>
<string>Support for non-AVX2 CPUs in Ventura</string>
<string>Support for non-AVX2 CPUs in Ventura/Sonoma</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/CryptexFixup</string>
<key>MaxKernel</key>
<string>22.99.99</string>
<string>23.99.99</string>
<key>MinKernel</key>
<string>22.1.0</string>
<key>PlistPath</key>
@ -825,7 +819,7 @@
<key>Base</key>
<string></string>
<key>Comment</key>
<string>algrey - thenickdude - cpuid_set_cpufamily - force CPUFAMILY_INTEL_PENRYN (Big Sur 11.3+, Monterey, Ventura)</string>
<string>algrey - thenickdude - cpuid_set_cpufamily - force CPUFAMILY_INTEL_PENRYN (Big Sur 11.3+, Monterey, Ventura, Sonoma)</string>
<key>Count</key>
<integer>1</integer>
<key>Enabled</key>
@ -843,7 +837,7 @@
////////AAAAAP//
</data>
<key>MaxKernel</key>
<string>22.99.99</string>
<string>23.99.99</string>
<key>MinKernel</key>
<string>20.4.0</string>
<key>Replace</key>
@ -922,7 +916,7 @@
<key>Base</key>
<string>_apfs_filevault_allowed</string>
<key>Comment</key>
<string>Force FileVault on Broken Seal (from OCLP project, for non-AVX2 Ventura patch)</string>
<string>Force FileVault on Broken Seal (from OCLP project, for non-AVX2 Ventura/Sonoma)</string>
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
@ -936,7 +930,7 @@
<key>Mask</key>
<data></data>
<key>MaxKernel</key>
<string>22.99.99</string>
<string>23.99.99</string>
<key>MinKernel</key>
<string>22.1.0</string>
<key>Replace</key>
@ -963,6 +957,8 @@
<false/>
<key>DisableIoMapper</key>
<false/>
<key>DisableIoMapperMapping</key>
<false/>
<key>DisableLinkeditJettison</key>
<true/>
<key>DisableRtcChecksum</key>
@ -1016,8 +1012,12 @@
<integer>0</integer>
<key>HibernateMode</key>
<string>Auto</string>
<key>HibernateSkipsPicker</key>
<false/>
<key>HideAuxiliary</key>
<false/>
<key>InstanceIdentifier</key>
<string></string>
<key>LauncherOption</key>
<string>Disabled</string>
<key>LauncherPath</key>
@ -1191,7 +1191,7 @@
<key>boot-args</key>
<string>-v keepsyms=1 amfi_get_out_of_my_way=1 tlbto_us=0 vti=9</string>
<key>csr-active-config</key>
<data>ZwAAAA==</data>
<data>Jg8=</data>
<key>prev-lang:kbd</key>
<data>ZW4tVVM6MA==</data>
<key>run-efi-updater</key>
@ -1234,6 +1234,8 @@
<string>fmm-mobileme-token-FMM-BridgeHasAccount</string>
<string>nvda_drv</string>
<string>prev-lang:kbd</string>
<string>backlight-level</string>
<string>BootCampHD</string>
</array>
<key>8BE4DF61-93CA-11D2-AA0D-00E098032B8C</key>
<array>
@ -1258,13 +1260,11 @@
<key>AdviseFeatures</key>
<false/>
<key>MLB</key>
<string>C02717306J9JG361M</string>
<key>MaxBIOSVersion</key>
<false/>
<string>C02119700QXJG36JC</string>
<key>ProcessorType</key>
<integer>0</integer>
<key>ROM</key>
<data>m7zhIYfl</data>
<string>0022412e3d4a</string>
<key>SpoofVendor</key>
<true/>
<key>SystemMemoryStatus</key>
@ -1272,9 +1272,9 @@
<key>SystemProductName</key>
<string>iMacPro1,1</string>
<key>SystemSerialNumber</key>
<string>C02TM2ZBHX87</string>
<string>C02FPBZPHX87</string>
<key>SystemUUID</key>
<string>007076A6-F2A2-4461-BBE5-BAD019F8025A</string>
<string>213FA768-A62C-4299-8598-47AA666E436F</string>
</dict>
<key>UpdateDataHub</key>
<true/>
@ -1316,6 +1316,12 @@
<integer>50</integer>
<key>KeySubsequentDelay</key>
<integer>5</integer>
<key>PointerDwellClickTimeout</key>
<integer>0</integer>
<key>PointerDwellDoubleClickTimeout</key>
<integer>0</integer>
<key>PointerDwellRadius</key>
<integer>0</integer>
<key>PointerPollMask</key>
<integer>-1</integer>
<key>PointerPollMax</key>
@ -1548,6 +1554,150 @@
<key>Path</key>
<string>Ext4Dxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>DpcDxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>SnpDxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>MnpDxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>ArpDxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>Dhcp4Dxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>Ip4Dxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>Udp4Dxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>TcpDxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>DnsDxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>HttpDxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>HttpUtilitiesDxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>HttpBootDxe.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
@ -1584,6 +1734,18 @@
<key>Path</key>
<string>ToggleSipEntry.efi</string>
</dict>
<dict>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<false/>
<key>LoadEarly</key>
<false/>
<key>Path</key>
<string>FirmwareSettingsEntry.efi</string>
</dict>
</array>
<key>Input</key>
<dict>
@ -1608,16 +1770,22 @@
<dict>
<key>ClearScreenOnModeSwitch</key>
<false/>
<key>ConsoleFont</key>
<string></string>
<key>ConsoleMode</key>
<string></string>
<key>DirectGopRendering</key>
<false/>
<key>ForceResolution</key>
<false/>
<key>GopBurstMode</key>
<false/>
<key>GopPassThrough</key>
<string>Disabled</string>
<key>IgnoreTextInGraphics</key>
<false/>
<key>InitialMode</key>
<string>Auto</string>
<key>ProvideConsoleGop</key>
<true/>
<key>ReconnectGraphicsOnConnect</key>
@ -1627,7 +1795,7 @@
<key>ReplaceTabWithSpace</key>
<false/>
<key>Resolution</key>
<string>1920x1080@32</string>
<string>1344x840@32</string>
<key>SanitiseClearScreen</key>
<false/>
<key>TextRenderer</key>
@ -1673,6 +1841,8 @@
<false/>
<key>OSInfo</key>
<false/>
<key>PciIo</key>
<false/>
<key>UnicodeCollation</key>
<false/>
</dict>
@ -1702,6 +1872,10 @@
<true/>
<key>ResizeGpuBars</key>
<integer>-1</integer>
<key>ResizeUsePciRbIo</key>
<false/>
<key>ShimRetainProtocol</key>
<false/>
<key>TscSyncTimeout</key>
<integer>0</integer>
<key>UnblockFsConnect</key>

View File

@ -40,13 +40,14 @@ OVMF_DIR="."
args=(
-enable-kvm -m "$ALLOCATED_RAM" -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,"$MY_OPTIONS"
-machine q35
-usb -device usb-kbd -device usb-tablet
-device qemu-xhci,id=xhci
-device usb-kbd,bus=xhci.0 -device usb-tablet,bus=xhci.0
-smp "$CPU_THREADS",cores="$CPU_CORES",sockets="$CPU_SOCKETS"
-device usb-ehci,id=ehci
# -device usb-kbd,bus=ehci.0
# -device usb-mouse,bus=ehci.0
-device nec-usb-xhci,id=xhci
-global nec-usb-xhci.msi=off
# -device nec-usb-xhci,id=xhci
# -global nec-usb-xhci.msi=off
-global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off
# -device usb-host,vendorid=0x8086,productid=0x0808 # 2 USD USB Sound Card
# -device usb-host,vendorid=0x1b3f,productid=0x2008 # Another 2 USD USB Sound Card