From 26361911a8fd01dba1bbc27ccdcad599a8505886 Mon Sep 17 00:00:00 2001 From: itsshashanksp <9945shashank@gmail.com> Date: Fri, 13 Sep 2024 19:01:04 +0530 Subject: [PATCH] README: Update for GKI based kernel Signed-off-by: Shashank Patil <9945shashank@gmail.com> --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e1af6be..573654f 100644 --- a/README.md +++ b/README.md @@ -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. ``` @@ -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