Skip to content

Commit

Permalink
README: Update for GKI based kernel
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Patil <[email protected]>
  • Loading branch information
itsshashanksp committed Sep 13, 2024
1 parent e28e832 commit 2636191
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# KernelSU
* A fork of https://github.com/tiann/KernelSU.git by @tiann

## Installing as a part of the kernel
## Build Kernel with KernelSU

## Installing as a part of the GKI based kernels

1. Let's take [linux] as the path to your kernel source dir.
```
Expand All @@ -21,11 +23,7 @@
+obj-$(CONFIG_KSU) += kernelsu/
```

4. Here you can find the guide for adding KSU hooks for non GKI kernels.

* https://kernelsu.org/guide/how-to-integrate-for-non-gki.html

5. set KSU defconfig
4. set KSU defconfig
```
#
# KernelSU
Expand Down

0 comments on commit 2636191

Please sign in to comment.