-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🍕 Add hackintosh build guide still WIP
Signed-off-by: Edward Fitz Abucay <ffimnsr@gmail.com>
- Loading branch information
Showing
2 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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 characters
35 changes: 35 additions & 0 deletions
35
obsidian/plantation/Tips/Setting up Hackintosh on Intel NUC8i5BEH.md
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |