├── .gitignore ├── BIOS ├── WINMAX.1.11.GPD.bin └── WINMAX.1.11.GPD.exe ├── DSDT-origin-cloverf4 ├── APIC.aml ├── BGRT.aml ├── DBG2.aml ├── DBGP.aml ├── DMAR.aml ├── DSDT.aml ├── DSDT.dsl ├── DumpLog.txt ├── FACP.aml ├── FACS.aml ├── FIDT.aml ├── FPDT.aml ├── HPET.aml ├── LPIT.aml ├── MCFG.aml ├── MSDM.aml ├── NHLT.aml ├── RSDP.aml ├── RSDT-SSDT-8-DptfTabl.aml ├── RSDT-SSDT-8-DptfTabl.dsl ├── RSDT.aml ├── SSDT-1-CpuSsdt.aml ├── SSDT-1-CpuSsdt.dsl ├── SSDT-2-SaSsdt.aml ├── SSDT-2-SaSsdt.dsl ├── SSDT-2-Ther_Rvp.aml ├── SSDT-2-Ther_Rvp.dsl ├── SSDT-3-TcssSsdt.aml ├── SSDT-3-TcssSsdt.dsl ├── SSDT-3-xh_icud4.aml ├── SSDT-3-xh_icud4.dsl ├── SSDT-4-PtidDevc.aml ├── SSDT-4-PtidDevc.dsl ├── SSDT-5-TbtTypeC.aml ├── SSDT-5-TbtTypeC.dsl ├── SSDT-6-UsbCTabl.aml ├── SSDT-6-UsbCTabl.dsl ├── SSDT-7-ADebTabl.aml ├── SSDT-7-ADebTabl.dsl ├── SSDT-x1_0-Cpu0Ist.aml ├── SSDT-x1_0-Cpu0Ist.dsl ├── SSDT-x1_1-ApIst.aml ├── SSDT-x1_1-ApIst.dsl ├── SSDT-x1_2-Cpu0Cst.aml ├── SSDT-x1_2-Cpu0Cst.dsl ├── SSDT-x1_3-ApCst.aml ├── SSDT-x1_3-ApCst.dsl ├── SSDT-x1_4-Cpu0Hwp.aml ├── SSDT-x1_4-Cpu0Hwp.dsl ├── SSDT-x1_5-ApHwp.aml ├── SSDT-x1_5-ApHwp.dsl ├── SSDT-x1_6-HwpLvt.aml ├── SSDT-x1_6-HwpLvt.dsl ├── SSDT-x1_7-Cpu0Psd.aml ├── SSDT-x1_7-Cpu0Psd.dsl ├── SSDT-x1_8-ApPsd.aml ├── SSDT-x1_8-ApPsd.dsl ├── WSMT.aml └── XSDT.aml ├── EFI ├── Boot │ └── BOOTx64.efi └── OC │ ├── ACPI │ ├── SSDT-AWAC.aml │ ├── SSDT-BATT-P2MAX.aml │ ├── SSDT-EC-USBX.aml │ ├── SSDT-GPI0.aml │ ├── SSDT-KBD.aml │ ├── SSDT-PNLF-CFL.aml │ ├── SSDT-RMDT.aml │ ├── SSDT-TPD0.aml │ ├── SSDT-TPL1.aml │ ├── SSDT-x1_0-Cpu0Ist.aml │ ├── SSDT-x1_2-Cpu0Cst.aml │ ├── SSDT-x1_4-Cpu0Hwp.aml │ └── SSDT-x1_7-Cpu0Psd.aml │ ├── Bootstrap │ └── Bootstrap.efi │ ├── Drivers │ ├── ArpDxe.efi │ ├── AudioDxe.efi │ ├── BiosVideo.efi │ ├── CrScreenshotDxe.efi │ ├── Dhcp4Dxe.efi │ ├── DnsDxe.efi │ ├── DpcDxe.efi │ ├── Ext4Dxe.efi │ ├── HiiDatabase.efi │ ├── HttpBootDxe.efi │ ├── HttpDxe.efi │ ├── HttpUtilitiesDxe.efi │ ├── Ip4Dxe.efi │ ├── MnpDxe.efi │ ├── NvmExpressDxe.efi │ ├── OpenCanopy.efi │ ├── OpenHfsPlus.efi │ ├── OpenLegacyBoot.efi │ ├── OpenLinuxBoot.efi │ ├── OpenNtfsDxe.efi │ ├── OpenPartitionDxe.efi │ ├── OpenRuntime.efi │ ├── OpenUsbKbDxe.efi │ ├── OpenVariableRuntimeDxe.efi │ ├── Ps2KeyboardDxe.efi │ ├── Ps2MouseDxe.efi │ ├── ResetNvramEntry.efi │ ├── SnpDxe.efi │ ├── TcpDxe.efi │ ├── ToggleSipEntry.efi │ ├── Udp4Dxe.efi │ ├── UsbMouseDxe.efi │ └── XhciDxe.efi │ ├── Kexts │ ├── 360Controller.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ └── 360Controller │ │ │ ├── PlugIns │ │ │ └── Feedback360.plugin │ │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ ├── MacOS │ │ │ │ └── Feedback360 │ │ │ │ ├── Resources │ │ │ │ ├── English.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ │ └── zh-Hans.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ │ ├── Resources │ │ │ ├── English.lproj │ │ │ │ └── InfoPlist.strings │ │ │ └── zh-Hans.lproj │ │ │ │ └── InfoPlist.strings │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── ACPIBatteryManager.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── ACPIBatteryManager │ ├── ACPIDebug.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── ACPIDebug │ ├── AirportItlwm.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── AirportItlwm │ ├── AppleALC.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── AppleALC │ ├── IntelBluetoothFirmware.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── IntelBluetoothFirmware │ ├── IntelBluetoothInjector.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── IntelBluetoothInjector │ ├── Lilu.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── Lilu │ ├── NVMeFix.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── NVMeFix │ ├── RealtekRTL8111.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ └── RealtekRTL8111 │ │ │ └── Resources │ │ │ └── en.lproj │ │ │ └── InfoPlist.strings │ ├── SMCProcessor.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── SMCProcessor │ ├── SMCSuperIO.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── SMCSuperIO │ ├── USBInjectAll.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── USBInjectAll │ ├── USBPorts.kext │ │ └── Contents │ │ │ └── Info.plist │ ├── VirtualSMC.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── VirtualSMC │ ├── VoltageShift.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ └── VoltageShift │ │ │ ├── Resources │ │ │ └── en.lproj │ │ │ │ └── InfoPlist.strings │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── VoodooI2C.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ └── VoodooI2C │ │ │ ├── PlugIns │ │ │ ├── VoodooGPIO.kext │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── MacOS │ │ │ │ │ └── VoodooGPIO │ │ │ │ │ └── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ ├── VoodooI2CServices.kext │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── MacOS │ │ │ │ │ └── VoodooI2CServices │ │ │ │ │ └── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ └── VoodooInput.kext │ │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ ├── MacOS │ │ │ │ └── VoodooInput │ │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── VoodooI2CGoodix.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ └── VoodooI2CGoodix │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── VoodooI2CHID.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ └── VoodooI2CHID │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── VoodooPS2Controller.kext │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ └── VoodooPS2Controller │ │ │ └── PlugIns │ │ │ ├── VoodooInput.kext │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS │ │ │ │ └── VoodooInput │ │ │ ├── VoodooPS2Keyboard.kext │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS │ │ │ │ └── VoodooPS2Keyboard │ │ │ ├── VoodooPS2Mouse.kext │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS │ │ │ │ └── VoodooPS2Mouse │ │ │ └── VoodooPS2Trackpad.kext │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ └── MacOS │ │ │ └── VoodooPS2Trackpad │ └── WhateverGreen.kext │ │ └── Contents │ │ ├── Info.plist │ │ └── MacOS │ │ └── WhateverGreen │ ├── OpenCore.efi │ ├── Resources │ ├── Audio │ │ ├── AXEFIAudio_Beep.wav │ │ ├── AXEFIAudio_Click.wav │ │ └── OCEFIAudio_VoiceOver_Boot.wav │ ├── Font │ │ ├── Font_1x.bin │ │ ├── Font_1x.png │ │ ├── Font_2x.bin │ │ └── Font_2x.png │ ├── Image │ │ ├── AppleRecv.icns │ │ ├── AppleTM.icns │ │ ├── Cursor.icns │ │ ├── ExtAppleRecv.icns │ │ ├── ExtAppleTM.icns │ │ ├── ExtHardDrive.icns │ │ ├── HardDrive.icns │ │ ├── OldAppleRecv.icns │ │ ├── OldAppleTM.icns │ │ ├── OldCursor.icns │ │ ├── OldExtAppleRecv.icns │ │ ├── OldExtAppleTM.icns │ │ ├── OldExtHardDrive.icns │ │ ├── OldHardDrive.icns │ │ ├── OldSelected.icns │ │ ├── OldSelector.icns │ │ ├── OldShell.icns │ │ ├── OldTool.icns │ │ ├── OldWindows.icns │ │ ├── Selected.icns │ │ ├── Selector.icns │ │ ├── Shell.icns │ │ ├── Tool.icns │ │ └── Windows.icns │ └── Label │ │ ├── Apple.l2x │ │ ├── Apple.lbl │ │ ├── AppleRecv.l2x │ │ ├── AppleRecv.lbl │ │ ├── AppleTM.l2x │ │ ├── AppleTM.lbl │ │ ├── EFIBoot.l2x │ │ ├── EFIBoot.lbl │ │ ├── Other.l2x │ │ ├── Other.lbl │ │ ├── ResetNVRAM.l2x │ │ ├── ResetNVRAM.lbl │ │ ├── Shell.l2x │ │ ├── Shell.lbl │ │ ├── Tool.l2x │ │ ├── Tool.lbl │ │ ├── Windows.l2x │ │ └── Windows.lbl │ ├── Tools │ ├── BootKicker.efi │ ├── ChipTune.efi │ ├── CleanNvram.efi │ ├── ControlMsrE2.efi │ ├── CsrUtil.efi │ ├── FontTester.efi │ ├── GopStop.efi │ ├── KeyTester.efi │ ├── ListPartitions.efi │ ├── MmapDump.efi │ ├── OpenControl.efi │ ├── OpenShell.efi │ ├── RU528.efi │ ├── ResetSystem.efi │ ├── RtcRw.efi │ └── TpmInfo.efi │ └── config.plist ├── README.md ├── builtin-joystick └── Pref360Control.prefPane │ └── Contents │ ├── Info.plist │ ├── MacOS │ └── Pref360Control │ ├── Resources │ ├── 360Control.icns │ ├── Assets.car │ ├── DriverTool │ ├── en.lproj │ │ ├── InfoPlist.strings │ │ ├── Localizable.strings │ │ └── Pref360ControlPref.nib │ ├── pref360controlpref.tiff │ ├── upgrade.sh │ └── zh-Hans.lproj │ │ ├── InfoPlist.strings │ │ └── Localizable.strings │ └── _CodeSignature │ └── CodeResources ├── chromeos.md ├── photos └── screenshot.png ├── solder-BCM94360CS2.md ├── touchpad ├── SSDT-TPD0.dsl └── code_from_original_dsdt.dsl ├── touchscreen-goodix ├── SSDT-TPL1.dsl └── code_from_original_dsdt.dsl └── winmax_bios_dump.txt /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /BIOS/WINMAX.1.11.GPD.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/BIOS/WINMAX.1.11.GPD.bin -------------------------------------------------------------------------------- /BIOS/WINMAX.1.11.GPD.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/BIOS/WINMAX.1.11.GPD.exe -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/APIC.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/APIC.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/BGRT.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/BGRT.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/DBG2.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/DBG2.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/DBGP.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/DBGP.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/DMAR.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/DMAR.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/DSDT.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/DSDT.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/DSDT.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/DSDT.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/DumpLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/DumpLog.txt -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/FACP.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/FACP.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/FACS.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/FACS.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/FIDT.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/FIDT.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/FPDT.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/FPDT.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/HPET.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/HPET.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/LPIT.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/LPIT.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/MCFG.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/MCFG.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/MSDM.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/MSDM.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/NHLT.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/NHLT.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/RSDP.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/RSDP.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/RSDT-SSDT-8-DptfTabl.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/RSDT-SSDT-8-DptfTabl.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/RSDT-SSDT-8-DptfTabl.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/RSDT-SSDT-8-DptfTabl.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/RSDT.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/RSDT.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-1-CpuSsdt.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-1-CpuSsdt.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-1-CpuSsdt.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-1-CpuSsdt.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-2-SaSsdt.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-2-SaSsdt.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-2-SaSsdt.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-2-SaSsdt.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-2-Ther_Rvp.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-2-Ther_Rvp.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-2-Ther_Rvp.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-2-Ther_Rvp.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-3-TcssSsdt.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-3-TcssSsdt.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-3-TcssSsdt.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-3-TcssSsdt.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-3-xh_icud4.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-3-xh_icud4.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-3-xh_icud4.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-3-xh_icud4.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-4-PtidDevc.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-4-PtidDevc.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-4-PtidDevc.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-4-PtidDevc.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-5-TbtTypeC.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-5-TbtTypeC.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-5-TbtTypeC.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-5-TbtTypeC.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-6-UsbCTabl.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-6-UsbCTabl.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-6-UsbCTabl.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-6-UsbCTabl.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-7-ADebTabl.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-7-ADebTabl.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-7-ADebTabl.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-7-ADebTabl.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_0-Cpu0Ist.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_0-Cpu0Ist.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_0-Cpu0Ist.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_0-Cpu0Ist.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_1-ApIst.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_1-ApIst.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_1-ApIst.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_1-ApIst.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_2-Cpu0Cst.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_2-Cpu0Cst.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_2-Cpu0Cst.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_2-Cpu0Cst.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_3-ApCst.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_3-ApCst.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_3-ApCst.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_3-ApCst.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_4-Cpu0Hwp.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_4-Cpu0Hwp.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_4-Cpu0Hwp.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_4-Cpu0Hwp.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_5-ApHwp.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_5-ApHwp.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_5-ApHwp.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_5-ApHwp.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_6-HwpLvt.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_6-HwpLvt.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_6-HwpLvt.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_6-HwpLvt.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_7-Cpu0Psd.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_7-Cpu0Psd.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_7-Cpu0Psd.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_7-Cpu0Psd.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_8-ApPsd.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_8-ApPsd.aml -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/SSDT-x1_8-ApPsd.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/SSDT-x1_8-ApPsd.dsl -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/WSMT.aml: -------------------------------------------------------------------------------- 1 | WSMT(eALASKAA M I AMI  -------------------------------------------------------------------------------- /DSDT-origin-cloverf4/XSDT.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/DSDT-origin-cloverf4/XSDT.aml -------------------------------------------------------------------------------- /EFI/Boot/BOOTx64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/Boot/BOOTx64.efi -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-AWAC.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-AWAC.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-BATT-P2MAX.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-BATT-P2MAX.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-EC-USBX.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-EC-USBX.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-GPI0.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-GPI0.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-KBD.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-KBD.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-PNLF-CFL.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-PNLF-CFL.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-RMDT.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-RMDT.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-TPD0.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-TPD0.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-TPL1.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-TPL1.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-x1_0-Cpu0Ist.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-x1_0-Cpu0Ist.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-x1_2-Cpu0Cst.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-x1_2-Cpu0Cst.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-x1_4-Cpu0Hwp.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-x1_4-Cpu0Hwp.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-x1_7-Cpu0Psd.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/ACPI/SSDT-x1_7-Cpu0Psd.aml -------------------------------------------------------------------------------- /EFI/OC/Bootstrap/Bootstrap.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Bootstrap/Bootstrap.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/ArpDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/ArpDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/AudioDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/AudioDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/BiosVideo.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/BiosVideo.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/CrScreenshotDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/CrScreenshotDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/Dhcp4Dxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/Dhcp4Dxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/DnsDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/DnsDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/DpcDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/DpcDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/Ext4Dxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/Ext4Dxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/HiiDatabase.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/HiiDatabase.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/HttpBootDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/HttpBootDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/HttpDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/HttpDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/HttpUtilitiesDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/HttpUtilitiesDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/Ip4Dxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/Ip4Dxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/MnpDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/MnpDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/NvmExpressDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/NvmExpressDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/OpenCanopy.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/OpenCanopy.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/OpenHfsPlus.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/OpenHfsPlus.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/OpenLegacyBoot.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/OpenLegacyBoot.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/OpenLinuxBoot.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/OpenLinuxBoot.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/OpenNtfsDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/OpenNtfsDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/OpenPartitionDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/OpenPartitionDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/OpenRuntime.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/OpenRuntime.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/OpenUsbKbDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/OpenUsbKbDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/OpenVariableRuntimeDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/OpenVariableRuntimeDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/Ps2KeyboardDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/Ps2KeyboardDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/Ps2MouseDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/Ps2MouseDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/ResetNvramEntry.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/ResetNvramEntry.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/SnpDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/SnpDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/TcpDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/TcpDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/ToggleSipEntry.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/ToggleSipEntry.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/Udp4Dxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/Udp4Dxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/UsbMouseDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/UsbMouseDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/XhciDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Drivers/XhciDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Kexts/360Controller.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/360Controller.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/360Controller.kext/Contents/MacOS/360Controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/360Controller.kext/Contents/MacOS/360Controller -------------------------------------------------------------------------------- /EFI/OC/Kexts/360Controller.kext/Contents/PlugIns/Feedback360.plugin/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/360Controller.kext/Contents/PlugIns/Feedback360.plugin/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/360Controller.kext/Contents/PlugIns/Feedback360.plugin/Contents/MacOS/Feedback360: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/360Controller.kext/Contents/PlugIns/Feedback360.plugin/Contents/MacOS/Feedback360 -------------------------------------------------------------------------------- /EFI/OC/Kexts/360Controller.kext/Contents/PlugIns/Feedback360.plugin/Contents/Resources/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/360Controller.kext/Contents/PlugIns/Feedback360.plugin/Contents/Resources/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /EFI/OC/Kexts/360Controller.kext/Contents/PlugIns/Feedback360.plugin/Contents/Resources/zh-Hans.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/360Controller.kext/Contents/PlugIns/Feedback360.plugin/Contents/Resources/zh-Hans.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /EFI/OC/Kexts/360Controller.kext/Contents/PlugIns/Feedback360.plugin/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/360Controller.kext/Contents/PlugIns/Feedback360.plugin/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /EFI/OC/Kexts/360Controller.kext/Contents/Resources/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/360Controller.kext/Contents/Resources/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /EFI/OC/Kexts/360Controller.kext/Contents/Resources/zh-Hans.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/360Controller.kext/Contents/Resources/zh-Hans.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /EFI/OC/Kexts/360Controller.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/360Controller.kext/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /EFI/OC/Kexts/ACPIBatteryManager.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/ACPIBatteryManager.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/ACPIBatteryManager.kext/Contents/MacOS/ACPIBatteryManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/ACPIBatteryManager.kext/Contents/MacOS/ACPIBatteryManager -------------------------------------------------------------------------------- /EFI/OC/Kexts/ACPIDebug.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/ACPIDebug.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/ACPIDebug.kext/Contents/MacOS/ACPIDebug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/ACPIDebug.kext/Contents/MacOS/ACPIDebug -------------------------------------------------------------------------------- /EFI/OC/Kexts/AirportItlwm.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/AirportItlwm.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/AirportItlwm.kext/Contents/MacOS/AirportItlwm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/AirportItlwm.kext/Contents/MacOS/AirportItlwm -------------------------------------------------------------------------------- /EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC -------------------------------------------------------------------------------- /EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/MacOS/IntelBluetoothFirmware: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/MacOS/IntelBluetoothFirmware -------------------------------------------------------------------------------- /EFI/OC/Kexts/IntelBluetoothInjector.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/IntelBluetoothInjector.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/IntelBluetoothInjector.kext/Contents/MacOS/IntelBluetoothInjector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/IntelBluetoothInjector.kext/Contents/MacOS/IntelBluetoothInjector -------------------------------------------------------------------------------- /EFI/OC/Kexts/Lilu.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu -------------------------------------------------------------------------------- /EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/NVMeFix.kext/Contents/MacOS/NVMeFix -------------------------------------------------------------------------------- /EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/RealtekRTL8111.kext/Contents/MacOS/RealtekRTL8111: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/MacOS/RealtekRTL8111 -------------------------------------------------------------------------------- /EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor -------------------------------------------------------------------------------- /EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO -------------------------------------------------------------------------------- /EFI/OC/Kexts/USBInjectAll.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/USBInjectAll.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/USBInjectAll.kext/Contents/MacOS/USBInjectAll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/USBInjectAll.kext/Contents/MacOS/USBInjectAll -------------------------------------------------------------------------------- /EFI/OC/Kexts/USBPorts.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/USBPorts.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoltageShift.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoltageShift.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoltageShift.kext/Contents/MacOS/VoltageShift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoltageShift.kext/Contents/MacOS/VoltageShift -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoltageShift.kext/Contents/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoltageShift.kext/Contents/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoltageShift.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoltageShift.kext/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2CGoodix.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2CGoodix.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2CGoodix.kext/Contents/MacOS/VoodooI2CGoodix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2CGoodix.kext/Contents/MacOS/VoodooI2CGoodix -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2CGoodix.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2CGoodix.kext/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2CHID.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2CHID.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2CHID.kext/Contents/MacOS/VoodooI2CHID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2CHID.kext/Contents/MacOS/VoodooI2CHID -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2CHID.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooI2CHID.kext/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad -------------------------------------------------------------------------------- /EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist -------------------------------------------------------------------------------- /EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen -------------------------------------------------------------------------------- /EFI/OC/OpenCore.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/OpenCore.efi -------------------------------------------------------------------------------- /EFI/OC/Resources/Audio/AXEFIAudio_Beep.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Audio/AXEFIAudio_Beep.wav -------------------------------------------------------------------------------- /EFI/OC/Resources/Audio/AXEFIAudio_Click.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Audio/AXEFIAudio_Click.wav -------------------------------------------------------------------------------- /EFI/OC/Resources/Audio/OCEFIAudio_VoiceOver_Boot.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Audio/OCEFIAudio_VoiceOver_Boot.wav -------------------------------------------------------------------------------- /EFI/OC/Resources/Font/Font_1x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Font/Font_1x.bin -------------------------------------------------------------------------------- /EFI/OC/Resources/Font/Font_1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Font/Font_1x.png -------------------------------------------------------------------------------- /EFI/OC/Resources/Font/Font_2x.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Font/Font_2x.bin -------------------------------------------------------------------------------- /EFI/OC/Resources/Font/Font_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Font/Font_2x.png -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/AppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/AppleRecv.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/AppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/AppleTM.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/Cursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/Cursor.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/ExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/ExtAppleRecv.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/ExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/ExtAppleTM.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/ExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/ExtHardDrive.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/HardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/HardDrive.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/OldAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/OldAppleRecv.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/OldAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/OldAppleTM.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/OldCursor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/OldCursor.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/OldExtAppleRecv.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/OldExtAppleRecv.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/OldExtAppleTM.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/OldExtAppleTM.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/OldExtHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/OldExtHardDrive.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/OldHardDrive.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/OldHardDrive.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/OldSelected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/OldSelected.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/OldSelector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/OldSelector.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/OldShell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/OldShell.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/OldTool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/OldTool.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/OldWindows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/OldWindows.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/Selected.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/Selected.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/Selector.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/Selector.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/Shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/Shell.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/Tool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/Tool.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Image/Windows.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Image/Windows.icns -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/Apple.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/Apple.l2x -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/Apple.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/Apple.lbl -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/AppleRecv.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/AppleRecv.l2x -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/AppleRecv.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/AppleRecv.lbl -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/AppleTM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/AppleTM.l2x -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/AppleTM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/AppleTM.lbl -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/EFIBoot.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/EFIBoot.l2x -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/EFIBoot.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/EFIBoot.lbl -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/Other.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/Other.l2x -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/Other.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/Other.lbl -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/ResetNVRAM.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/ResetNVRAM.l2x -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/ResetNVRAM.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/ResetNVRAM.lbl -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/Shell.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/Shell.l2x -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/Shell.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/Shell.lbl -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/Tool.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/Tool.l2x -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/Tool.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/Tool.lbl -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/Windows.l2x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/Windows.l2x -------------------------------------------------------------------------------- /EFI/OC/Resources/Label/Windows.lbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Resources/Label/Windows.lbl -------------------------------------------------------------------------------- /EFI/OC/Tools/BootKicker.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/BootKicker.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/ChipTune.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/ChipTune.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/CleanNvram.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/CleanNvram.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/ControlMsrE2.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/ControlMsrE2.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/CsrUtil.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/CsrUtil.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/FontTester.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/FontTester.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/GopStop.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/GopStop.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/KeyTester.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/KeyTester.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/ListPartitions.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/ListPartitions.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/MmapDump.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/MmapDump.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/OpenControl.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/OpenControl.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/OpenShell.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/OpenShell.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/RU528.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/RU528.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/ResetSystem.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/ResetSystem.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/RtcRw.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/RtcRw.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/TpmInfo.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/Tools/TpmInfo.efi -------------------------------------------------------------------------------- /EFI/OC/config.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/EFI/OC/config.plist -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/README.md -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/Info.plist -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/MacOS/Pref360Control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/MacOS/Pref360Control -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/Resources/360Control.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/Resources/360Control.icns -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/Resources/Assets.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/Resources/Assets.car -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/Resources/DriverTool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/Resources/DriverTool -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/Resources/en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/Resources/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/Resources/en.lproj/Pref360ControlPref.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/Resources/en.lproj/Pref360ControlPref.nib -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/Resources/pref360controlpref.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/Resources/pref360controlpref.tiff -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/Resources/upgrade.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/Resources/upgrade.sh -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/Resources/zh-Hans.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/Resources/zh-Hans.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/Resources/zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/Resources/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /builtin-joystick/Pref360Control.prefPane/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/builtin-joystick/Pref360Control.prefPane/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /chromeos.md: -------------------------------------------------------------------------------- 1 | https://github.com/sebanc/brunch/issues/573 2 | -------------------------------------------------------------------------------- /photos/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/photos/screenshot.png -------------------------------------------------------------------------------- /solder-BCM94360CS2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/solder-BCM94360CS2.md -------------------------------------------------------------------------------- /touchpad/SSDT-TPD0.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/touchpad/SSDT-TPD0.dsl -------------------------------------------------------------------------------- /touchpad/code_from_original_dsdt.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/touchpad/code_from_original_dsdt.dsl -------------------------------------------------------------------------------- /touchscreen-goodix/SSDT-TPL1.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/touchscreen-goodix/SSDT-TPL1.dsl -------------------------------------------------------------------------------- /touchscreen-goodix/code_from_original_dsdt.dsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/touchscreen-goodix/code_from_original_dsdt.dsl -------------------------------------------------------------------------------- /winmax_bios_dump.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingo132/GPD-Win-Max-Hackintosh/HEAD/winmax_bios_dump.txt --------------------------------------------------------------------------------