Skip to content

Commit 53f77ea

Browse files
authored
feat: macos 14.1 support (#76)
1 parent 24b7feb commit 53f77ea

File tree

7 files changed

+58
-6
lines changed

7 files changed

+58
-6
lines changed

.idea/.gitignore

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/Lenovo-Ideapad-320-15ISK-14ISK-Laptop-Hackintosh.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

14.0/14.1/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
### Changelog
3+
1. macOS Sonoma 14.1 support added.
4+
2. OpenCore version updated to 0.9.5.
5+
3. Kexts updated.
6+
7+
8+
### What's Working/Not working
9+
1. Need to check why `HEVC` encoding not working on `IdeaPad 320 15ISK`.
10+
2. Color banding and graphics issues.
11+
3. Random crash with preview using macOS 13 and 14.
12+
13+
14+
### Important
15+
Please add `SystemSerialNumber`, `SystemUUID` and `MLB`.
16+
Please backup your efi before upgrading.
17+
For macOS 12.0 lower please inject HD520 Skylake graphics.
18+
19+
20+
### Download
21+
Please check release section to download.

14.0/14.1/screenshot.png

32 KB
Loading

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
[![Scan Status](https://scan.coverity.com/projects/21839/badge.svg)](https://scan.coverity.com/projects/21839)
2121
-->
2222

23-
Goal of this repo is to run Mac os on Lenovo Ideapad 320 15ISK Laptop
23+
Goal of this repo is to run macOS on Lenovo Ideapad 320 15ISK Laptop
2424

25-
| macOS Mojave 10.14.6 | macOS Catalina 10.15.6 | macOS Big Sur 11.6 | macOS Monterey 12.3 | macOS Ventura 13.3.1 |
26-
| :-----------------------------------------: | :-----------------------------------------: | :-------------------------------------: | :-----------------------------------: | :-------------------------------------: |
27-
| ![alt text](10.14.x/10.14.6/Screenshot.png) | ![alt text](10.15.x/10.15.6/screenshot.png) | ![alt text](11.0.x/11.6/screenshot.png) | ![alt text](12.0/12.3/screenshot.png) | ![alt text](13.0/13.3.1/screenshot.png) |
25+
| macOS Mojave 10.14.6 | macOS Catalina 10.15.6 | macOS Big Sur 11.6 | macOS Monterey 12.3 | macOS Ventura 13.3.1 | macOS Sonoma 14.1 |
26+
| :-----------------------------------------: | :-----------------------------------------: | :-------------------------------------: | :-----------------------------------: | :-------------------------------------: |:-------------------------------------:|
27+
| ![alt text](10.14.x/10.14.6/Screenshot.png) | ![alt text](10.15.x/10.15.6/screenshot.png) | ![alt text](11.0.x/11.6/screenshot.png) | ![alt text](12.0/12.3/screenshot.png) | ![alt text](13.0/13.3.1/screenshot.png) | ![alt text](14.0/14.1/screenshot.png) |
2828

2929
## macOS Catalina to Big Sur direct upgrade note:
3030

@@ -46,7 +46,7 @@ Go to [INSTALLATION_GUIDE.md](INSTALLATION_GUIDE.md)(**Detailed guide - Advanced
4646

4747
## Other Guide
4848

49-
Go to [WIRELESS_CARD_BUYING_GUIDE.md](WIRELESS_CARD_BUYING_GUIDE.md)(**Supported WiFi adapters and buying guide**)
49+
Go to [WIRELESS_CARD_BUYING_GUIDE.md](WIRELESS_CARD_BUYING_GUIDE.md)(**Supported Wi-Fi adapters and buying guide**)
5050

5151
## About this Laptop
5252

@@ -104,7 +104,7 @@ Go to [WIRELESS_CARD_BUYING_GUIDE.md](WIRELESS_CARD_BUYING_GUIDE.md)(**Supported
104104
| [IntelBTPatcher.kext](https://github.com/zxystd/IntelBTPatcher) | A Lilu base patcher that fix Intel Bluetooth on Bigsur, Catalina, Mojave, High sierra etc, tested with Bigsur and Catalina all working good. |
105105
| [Lilu.kext](https://github.com/acidanthera/Lilu) | Arbitrary kext and process patching on macOS. |
106106
| [RealtekRTL8111.kext](https://github.com/Mieze/RTL8111_driver_for_OS_X) | RTL8111/8168/8411 PCI Express Gigabit Ethernet. |
107-
| [RestrictEvents.kext](https://github.com/Mieze/RTL8111_driver_for_OS_X) | Lilu Kernel extension for blocking unwanted processes causing compatibility issues on different hardware and unlocking the support for certain features restricted to other hardware. |
107+
| [RestrictEvents.kext](https://github.com/acidanthera/RestrictEvents) | Lilu Kernel extension for blocking unwanted processes causing compatibility issues on different hardware and unlocking the support for certain features restricted to other hardware. |
108108
| [RTCMemoryFixup.kext](https://github.com/acidanthera/RTCMemoryFixup) | open source kernel extension providing a way to emulate some offsets in your CMOS (RTC) memory |
109109
| [SMCBatteryManager.kext](https://github.com/acidanthera/VirtualSMC) | Battery Status Monitoring. |
110110
| [SMCProcessor.kext](https://github.com/acidanthera/VirtualSMC) | Processor Temp Monitoring. |

0 commit comments

Comments
 (0)