Created
January 23, 2017 21:11
-
-
Save flexgrip/045d87d9d269d4a8696c96c9a9e4920f to your computer and use it in GitHub Desktop.
Revisions
-
flexgrip created this gist
Jan 23, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,258 @@ . ├── EFI │ ├── APPLE │ │ ├── EXTENSIONS │ │ │ └── Firmware.scap │ │ ├── FIRMWARE │ │ │ └── IM142_0118_B14_LOCKED.scap │ │ └── UPDATERS │ │ └── SMC │ │ ├── Mac-27ADBB7B4CEE8E61.epm │ │ ├── Mac-27ADBB7B4CEE8E61.smc │ │ ├── SmcFlasher.efi │ │ ├── flasher_base.smc │ │ └── flasher_update.smc │ ├── BOOT │ │ ├── BOOTIA32.efi │ │ └── BOOTX64.efi │ ├── CLOVER │ │ ├── ACPI │ │ │ ├── WINDOWS │ │ │ ├── origin │ │ │ └── patched │ │ ├── CLOVERIA32.efi │ │ ├── CLOVERX64.efi │ │ ├── OEM │ │ │ └── SystemProductName │ │ │ ├── ACPI │ │ │ │ ├── origin │ │ │ │ └── patched │ │ │ ├── ROM │ │ │ ├── UEFI │ │ │ │ ├── ACPI │ │ │ │ │ ├── origin │ │ │ │ │ └── patched │ │ │ │ ├── config.plist │ │ │ │ └── kexts │ │ │ │ ├── 10.6 │ │ │ │ ├── 10.7 │ │ │ │ ├── 10.8 │ │ │ │ └── Other │ │ │ ├── config.plist │ │ │ └── kexts │ │ │ ├── 10.6 │ │ │ ├── 10.7 │ │ │ ├── 10.8 │ │ │ └── Other │ │ ├── ROM │ │ ├── config-backup.plist │ │ ├── config.plist │ │ ├── doc │ │ │ ├── HowToFixDsdt.txt │ │ │ ├── HowToInstallOSX.txt │ │ │ ├── UEFI\ boot\ with\ Clover.rtf │ │ │ ├── bcfg.txt │ │ │ ├── boot1f32-install.sh │ │ │ └── config.plist-FullSample │ │ │ ├── Screen\ Shot\ 2014-04-04\ at\ 21.18.41.png │ │ │ ├── Screen\ Shot\ 2014-04-04\ at\ 21.19.13.png │ │ │ ├── Screen\ Shot\ 2014-04-04\ at\ 21.20.18.png │ │ │ ├── Screen\ Shot\ 2014-04-04\ at\ 21.20.36.png │ │ │ ├── Screen\ Shot\ 2014-04-04\ at\ 21.20.50.png │ │ │ ├── Screen\ Shot\ 2014-04-04\ at\ 21.21.30.png │ │ │ ├── Screen\ Shot\ 2014-04-04\ at\ 21.22.04.png │ │ │ ├── Screen\ Shot\ 2014-04-04\ at\ 21.22.24.png │ │ │ ├── Screen\ Shot\ 2014-04-04\ at\ 21.22.47.png │ │ │ ├── Screen\ Shot\ 2014-04-04\ at\ 21.23.15.png │ │ │ └── Screen\ Shot\ 2014-04-04\ at\ 21.23.59.png │ │ ├── drivers32UEFI │ │ │ ├── FSInject-32.efi │ │ │ ├── OsxFatBinaryDrv-32.efi │ │ │ └── VBoxHfs-32.efi │ │ ├── drivers64UEFI │ │ │ ├── FSInject-64.efi │ │ │ ├── OsxAptioFix2Drv-64.efi │ │ │ ├── OsxFatBinaryDrv-64.efi │ │ │ └── VBoxHfs-64.efi │ │ ├── kexts │ │ │ ├── 10.10 │ │ │ │ ├── AppleIntelE1000e.kext │ │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── AppleIntelE1000e │ │ │ │ │ └── Resources │ │ │ │ │ └── InfoPlist.strings │ │ │ │ ├── AtherosE2200Ethernet.kext │ │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── AtherosE2200Ethernet │ │ │ │ │ └── Resources │ │ │ │ │ └── en.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ │ ├── FakeSMC.kext │ │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── MacOS │ │ │ │ │ └── FakeSMC │ │ │ │ ├── RealtekRTL8111.kext │ │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── RealtekRTL8111 │ │ │ │ │ └── Resources │ │ │ │ │ └── en.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ │ └── USBInjectAll.kext │ │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS │ │ │ │ └── USBInjectAll │ │ │ ├── 10.11 │ │ │ │ ├── AppleIntelE1000e.kext │ │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── AppleIntelE1000e │ │ │ │ │ └── Resources │ │ │ │ │ └── InfoPlist.strings │ │ │ │ ├── AtherosE2200Ethernet.kext │ │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── AtherosE2200Ethernet │ │ │ │ │ └── Resources │ │ │ │ │ └── en.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ │ ├── FakeSMC.kext │ │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── MacOS │ │ │ │ │ └── FakeSMC │ │ │ │ ├── RealtekRTL8111.kext │ │ │ │ │ └── Contents │ │ │ │ │ ├── Info.plist │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── RealtekRTL8111 │ │ │ │ │ └── Resources │ │ │ │ │ └── en.lproj │ │ │ │ │ └── InfoPlist.strings │ │ │ │ └── USBInjectAll.kext │ │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ └── MacOS │ │ │ │ └── USBInjectAll │ │ │ ├── 10.6 │ │ │ ├── 10.7 │ │ │ ├── 10.8 │ │ │ ├── 10.9 │ │ │ └── Other │ │ ├── misc │ │ ├── themes │ │ │ ├── Selection_144px.bmp │ │ │ ├── Selection_64px.bmp │ │ │ ├── embedded │ │ │ │ ├── screenshot.png │ │ │ │ └── theme.plist │ │ │ ├── frame.png │ │ │ ├── logo_main.png │ │ │ ├── logo_metal.png │ │ │ ├── pointer-green.png │ │ │ ├── pointer-metal.png │ │ │ ├── random │ │ │ │ └── theme.plist │ │ │ └── tonymacx86 │ │ │ ├── WoB_Hellfire_Bold_9W.png │ │ │ ├── background-black.png │ │ │ ├── background-white.png │ │ │ ├── background.png │ │ │ ├── icons │ │ │ │ ├── OtherMac.icns │ │ │ │ ├── apple.png │ │ │ │ ├── arrow.png │ │ │ │ ├── boot_linux.icns │ │ │ │ ├── boot_win.icns │ │ │ │ ├── cd_mac_leo.icns │ │ │ │ ├── cd_mac_snow.icns │ │ │ │ ├── cd_mac_tiger.icns │ │ │ │ ├── cd_win.icns │ │ │ │ ├── frame.png │ │ │ │ ├── func_about.png │ │ │ │ ├── func_clover.png │ │ │ │ ├── func_help.png │ │ │ │ ├── func_options.png │ │ │ │ ├── func_reset.png │ │ │ │ ├── func_shutdown.png │ │ │ │ ├── os_clover.icns │ │ │ │ ├── os_cougar.icns │ │ │ │ ├── os_ecomstation.icns │ │ │ │ ├── os_elcap.icns │ │ │ │ ├── os_fedora.icns │ │ │ │ ├── os_freebsd.icns │ │ │ │ ├── os_freedos.icns │ │ │ │ ├── os_legacy.icns │ │ │ │ ├── os_leo.icns │ │ │ │ ├── os_linux.icns │ │ │ │ ├── os_lion.icns │ │ │ │ ├── os_mac.icns │ │ │ │ ├── os_mav.icns │ │ │ │ ├── os_mint.icns │ │ │ │ ├── os_netbsd.icns │ │ │ │ ├── os_openbsd.icns │ │ │ │ ├── os_recovery.icns │ │ │ │ ├── os_snow.icns │ │ │ │ ├── os_suse.icns │ │ │ │ ├── os_tiger.icns │ │ │ │ ├── os_ubuntu.icns │ │ │ │ ├── os_unknown.icns │ │ │ │ ├── os_vista.icns │ │ │ │ ├── os_win.icns │ │ │ │ ├── os_win7.icns │ │ │ │ ├── os_win8.icns │ │ │ │ ├── os_winvista.icns │ │ │ │ ├── os_winxp.icns │ │ │ │ ├── os_yos.icns │ │ │ │ ├── osx.icns │ │ │ │ ├── pointer-black.png │ │ │ │ ├── pointer.png │ │ │ │ ├── tool_shell.icns │ │ │ │ ├── tool_shell.png │ │ │ │ ├── vol_clover.icns │ │ │ │ ├── vol_external.icns │ │ │ │ ├── vol_firewire.icns │ │ │ │ ├── vol_internal.icns │ │ │ │ ├── vol_internal_ext3.icns │ │ │ │ ├── vol_internal_hfs.icns │ │ │ │ ├── vol_internal_ntfs.icns │ │ │ │ ├── vol_internal_ntfs_31.icns │ │ │ │ ├── vol_internal_ntfs_XP7.icns │ │ │ │ ├── vol_netboot.icns │ │ │ │ ├── vol_optical.icns │ │ │ │ └── vol_recovery.icns │ │ │ ├── logo-smaller.png │ │ │ ├── logo.png │ │ │ ├── scrollbar │ │ │ │ ├── bar_end.png │ │ │ │ ├── bar_fill.png │ │ │ │ ├── bar_start.png │ │ │ │ ├── down_button.png │ │ │ │ ├── scroll_end.png │ │ │ │ ├── scroll_fill.png │ │ │ │ ├── scroll_start.png │ │ │ │ └── up_button.png │ │ │ ├── selection_big.png │ │ │ ├── selection_small.png │ │ │ └── theme.plist │ │ └── tools │ │ ├── Shell.inf │ │ ├── Shell32.efi │ │ ├── Shell64.efi │ │ ├── Shell64U.efi │ │ ├── bdmesg-32.efi │ │ └── bdmesg.efi │ └── Clover_Install_Log.txt ├── boot └── rayiscool 93 directories, 162 files