Add Tutorial for how to install KernelSU

This commit is contained in:
Howard20181 2023-02-03 02:32:14 +08:00
parent 312cc188e0
commit 25fab5f440
2 changed files with 14 additions and 0 deletions

11
KernelSU.md Normal file
View file

@ -0,0 +1,11 @@
# Install KernelSU
1. Download pre-build kernel from [![Build WSA-5.10.117-Kernel](https://github.com/tiann/KernelSU/actions/workflows/build-WSA-5.10.117-kernel.yml/badge.svg?event=push)](https://github.com/tiann/KernelSU/actions/workflows/build-WSA-5.10.117-kernel.yml?query=branch%3Amain+event%3Apush+is%3Acompleted) (Remember to download the same architecture).
1. Download and install KernelSU Manager from [![Build Manager](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml/badge.svg?event=push)](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml?query=event%3Apush+is%3Acompleted+branch%3Amain).
1. Unzip the downloaded zip package and get the kernel file named `bzImage`.
1. Replace the kernel in the folder named `Tools` in the WSA directory with `bzImage`.
1. Restart WSA and then enjoy.

View file

@ -136,6 +136,9 @@
- WSA with OpenGApps integrated fails to start.
OpenGApps has not yet released a version built for Android 12L and 13, only built for Android 11, which may not be compatible and thus cause crashes. Consider switching to MindTheGapps.
- How to install KernelSU?
[Tutorial](./KernelSU.md)
## Credits