diff --git a/data/smbios_data.py b/data/smbios_data.py index 03af3377c..ebdaa43e3 100644 --- a/data/smbios_data.py +++ b/data/smbios_data.py @@ -2803,6 +2803,28 @@ smbios_dictionary = { "Stock GPUs": [], "Stock Storage": [], }, + "VMware7,1": { + # VMware Virtual Machine + "Board ID": "440BX Desktop Reference Platform", + "FirmwareFeatures": None, + "CPU Generation": cpu_data.cpu_data.penryn.value, + "Max OS Supported": os_data.os_data.max_os, + "Wireless Model": None, + "Bluetooth Model": bluetooth_data.bluetooth_data.NonApplicable, + "Stock GPUs": [], + "Stock Storage": [], + }, + "Parallels17,1": { + # Parallels Virtual Machine + "Board ID": "Parallels Virtual Platform", + "FirmwareFeatures": None, + "CPU Generation": cpu_data.cpu_data.penryn.value, + "Max OS Supported": os_data.os_data.max_os, + "Wireless Model": None, + "Bluetooth Model": bluetooth_data.bluetooth_data.NonApplicable, + "Stock GPUs": [], + "Stock Storage": [], + }, "iBridge2,11": { # Unknown ID, Intel based, present in Monterey "Board ID": None, diff --git a/payloads/Config/config.plist b/payloads/Config/config.plist index 52343a6e4..5d3b13218 100644 --- a/payloads/Config/config.plist +++ b/payloads/Config/config.plist @@ -433,7 +433,7 @@ Arch x86_64 Comment - 4331 Wifi Patch + Broadcom Wifi Patch Enabled MaxKernel @@ -921,7 +921,7 @@ BundlePath IOFireWireFamily.kext Comment - + Enable FireWire Rooting #1 Enabled ExecutablePath @@ -939,7 +939,7 @@ BundlePath IOFireWireFamily.kext/Contents/PlugIns/AppleFWOHCI.kext Comment - + Enable FireWire Rooting #2 Enabled ExecutablePath @@ -957,7 +957,7 @@ BundlePath IOFireWireSBP2.kext Comment - + Enable FireWire Rooting #3 Enabled ExecutablePath @@ -975,7 +975,7 @@ BundlePath IOFireWireSerialBusProtocolTransport.kext Comment - + Enable FireWire Rooting #4 Enabled ExecutablePath