diff --git a/obsidian/plantation/.obsidian/workspace.json b/obsidian/plantation/.obsidian/workspace.json index ea18ca8..1ac64ea 100644 --- a/obsidian/plantation/.obsidian/workspace.json +++ b/obsidian/plantation/.obsidian/workspace.json @@ -25,7 +25,7 @@ "state": { "type": "markdown", "state": { - "file": "Tips/Sort Gnome 40+ app grid alphabetically.md", + "file": "Tips/Setting up Hackintosh on Intel NUC8i5BEH.md", "mode": "source", "source": false } @@ -98,7 +98,7 @@ "state": { "type": "backlink", "state": { - "file": "Tips/Sort Gnome 40+ app grid alphabetically.md", + "file": "Tips/Setting up Hackintosh on Intel NUC8i5BEH.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -115,7 +115,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Tips/Sort Gnome 40+ app grid alphabetically.md", + "file": "Tips/Setting up Hackintosh on Intel NUC8i5BEH.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -138,7 +138,7 @@ "state": { "type": "outline", "state": { - "file": "Tips/Sort Gnome 40+ app grid alphabetically.md" + "file": "Tips/Setting up Hackintosh on Intel NUC8i5BEH.md" } } } @@ -161,8 +161,9 @@ }, "active": "4c5a71f4d46b1abe", "lastOpenFiles": [ - "Flatpak.md", "Tips/Sort Gnome 40+ app grid alphabetically.md", + "Tips/Setting up Hackintosh on Intel NUC8i5BEH.md", + "Flatpak.md", "Tips/Changing Thunderbird's default folder sort.md", "Homebrew Casks.md", "Plantation.md", diff --git a/obsidian/plantation/Tips/Setting up Hackintosh on Intel NUC8i5BEH.md b/obsidian/plantation/Tips/Setting up Hackintosh on Intel NUC8i5BEH.md new file mode 100644 index 0000000..e07d6a9 --- /dev/null +++ b/obsidian/plantation/Tips/Setting up Hackintosh on Intel NUC8i5BEH.md @@ -0,0 +1,35 @@ +### Kexts +- Lilu + - A kext to patch many processes, required for AppleALC, WhateverGreen, VirtualSMC, an many other kexts. + - https://github.com/acidanthera/Lilu/releases +- VirtualSMC + - Emulates the SMC chip found on real macs, without this macOS will not boot. + - https://github.com/acidanthera/VirtualSMC/releases + - VirtualSMC plugins: + - SMCProcessor + - Used for monitoring Intel CPU temperature + - SMCSuperIO + - Used for monitoring fan speed +- WhateverGreen + - Used for graphics patching, DRM fixes, board ID checks, framebuffer fixes, etc. + - https://github.com/acidanthera/WhateverGreen/releases +- AppleALC + - Used for AppleHDA patching, allowing support for the majority of on-board sound controllers. + - https://github.com/acidanthera/AppleALC/releases +- Itlwm + - Adds support for a large variety of Intel wireless cards. + - Requires Heliport + - https://github.com/OpenIntelWireless/HeliPort/releases + - https://github.com/OpenIntelWireless/itlwm/releases +- IntelMausi + - Required for the majority of Intel NICs. + - https://github.com/acidanthera/IntelMausi/releases +- BlueToolFixup + - Patches the macOS 12+ Bluetooth stack to support third party cards. + - Included in the BrcmPatchRAM + - https://github.com/acidanthera/BrcmPatchRAM/releases +- NVMEFix + - Used for fixing power management and initialization on Non-Apple NVMe. + - https://github.com/acidanthera/NVMeFix/releases + +### Tools