Skip to content

Commit 51986d4

Browse files
committed
Documentation update
1 parent 664eb07 commit 51986d4

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

KnownPlugins.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,23 @@ Existing Lilu plugins
44
This for sure may not be a complete list. If you feel that something is missing, make an issue and it will be included.
55
Please note that improperly written immature plugins will not be listed there.
66

7-
- [AirportBrcmFixup](https://sourceforge.net/p/airportbrcmfixup/) - Various patches for Broadcom Airport Wi-Fi cards
8-
- [AppleALC](https://github.com/vit9696/AppleALC) - Native macOS HD audio for not officially supported codecs
9-
- [AzulPatcher4600](https://github.com/coderobe/AzulPatcher4600) - Additional Intel HD 4600 patches for some laptops on 10.12.4+
10-
- [CoreDisplayFixup](https://github.com/PMheart/CoreDisplayFixup) - Non Iris Intel graphics high resolution support
11-
- [EnableLidWake](https://github.com/syscl/EnableLidWake) - Enable lid wake for Intel Graphics Card
12-
- [HibernationFixup](https://sourceforge.net/p/hibernationfixup) - Enable 3 & 25 mode hibernation on certain hardware
13-
- [IntelGraphicsFixup](https://sourceforge.net/p/intelgraphicsfixup) - Various patches necessary for certain Intel GPUs
14-
- [IntelGraphicsDVMTFixup](https://github.com/BarbaraPalvin/IntelGraphicsDVMTFixup) - Patches for DVMT problem on Broadwell/Skylake Intel Graphics
15-
- [NightShiftUnlocker](https://github.com/Austere-J/NightShiftUnlocker) - Enables Night Shift on all the models
16-
- [NvidiaGraphicsFixup](https://sourceforge.net/p/nvidiagraphicsfixup) - Various patches necessary for certain NVIDIA GPUs
17-
- [Shiki](https://github.com/vit9696/Shiki) - Dynamic userspace patcher for macOS
18-
- [WhateverGreen](https://github.com/vit9696/WhateverGreen) - Various patches necessary for certain ATI/AMD GPUs
7+
| Name | Short description |
8+
|:-----|:------------------|
9+
[AirportBrcmFixup](https://sourceforge.net/p/airportbrcmfixup/) | Various patches for Broadcom Airport Wi-Fi cards
10+
[AppleALC](https://github.com/vit9696/AppleALC) | Native macOS HD audio for not officially supported codecs
11+
[AzulPatcher4600](https://github.com/coderobe/AzulPatcher4600) | Additional Intel HD 4600 patches for some laptops on 10.12.4+
12+
[CoreDisplayFixup](https://github.com/PMheart/CoreDisplayFixup) | Non Iris Intel graphics high resolution support
13+
[EnableLidWake](https://github.com/syscl/EnableLidWake) | Enable lid wake for Intel Graphics Card
14+
[HibernationFixup](https://sourceforge.net/p/hibernationfixup) | Enable 3 & 25 mode hibernation on certain hardware
15+
[IntelGraphicsFixup](https://sourceforge.net/p/intelgraphicsfixup) | Various patches necessary for certain Intel GPUs
16+
[IntelGraphicsDVMTFixup](https://github.com/BarbaraPalvin/IntelGraphicsDVMTFixup) | Patches for DVMT problem on Broadwell/Skylake Intel Graphics
17+
[NightShiftUnlocker](https://github.com/Austere-J/NightShiftUnlocker) | Enables Night Shift on all the models
18+
[NvidiaGraphicsFixup](https://sourceforge.net/p/nvidiagraphicsfixup) | Various patches necessary for certain NVIDIA GPUs
19+
[Shiki](https://github.com/vit9696/Shiki) | Dynamic userspace patcher for macOS
20+
[WhateverGreen](https://github.com/vit9696/WhateverGreen) | Various patches necessary for certain ATI/AMD GPUs
1921

2022
Plugins which functionality was merged into other plugins:
21-
- [BrcmWLFixup](https://github.com/PMheart/BrcmWLFixup) - superseded by [AirportBrcmFixup](https://sourceforge.net/p/airportbrcmfixup/)
23+
24+
| Name | Short description |
25+
|:-----|:------------------|
26+
[BrcmWLFixup](https://github.com/PMheart/BrcmWLFixup) | Superseded by [AirportBrcmFixup](https://sourceforge.net/p/airportbrcmfixup/)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add `-liludbg` to enable debug printing (available in DEBUG binaries).
2929
Add `-liluoff` to disable Lilu.
3030
Add `-liluslow` to enable legacy user patcher.
3131
Add `-lilulowmem` to disable kernel unpack (disables Lilu in recovery mode).
32-
Add `-lilubeta` to enable Lilu on unsupported os versions.
32+
Add `-lilubeta` to enable Lilu on unsupported os versions (10.13 and below are enabled by default).
3333
Add `-liluforce` to enable Lilu regardless of the os, installer, or recovery.
3434

3535
#### Discussion
@@ -40,4 +40,3 @@ Add `-liluforce` to enable Lilu regardless of the os, installer, or recovery.
4040
For the contributors with programming skills the headers are filled with AppleDOC comments.
4141
Earlier code changes could be tracked in [AppleALC](https://github.com/vit9696/AppleALC) project.
4242
Writing and supporting code is fun but it takes time. Please provide most descriptive bugreports or pull requests.
43-

0 commit comments

Comments
 (0)