From f8583fbef09e7f8bac244ec49527b34d38f58b18 Mon Sep 17 00:00:00 2001 From: SlightlyLookAround <98880148+SlightlyLookAround@users.noreply.github.com> Date: Sun, 22 Jan 2023 12:23:39 +0800 Subject: [PATCH] README: Added the information for the support of Linux 4.9 (#103) - And Linux 4.14 is same. See the disscusion of https://www.coolapk.com/feed/42545715. Signed-off-by: Calling Signed-off-by: Calling --- README.md | 4 ++++ README_CN.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 0bbfd862..66cfc197 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ Now KernelSU will work on these version of kernels without any modification: - `5.10` - `5.4` - `4.19` + +Moreover, KernelSU will work on these version of kernels with the modification of kernel source code: + - `4.14` +- `4.9` And the current supported ABIs are : `arm64-v8a` & `x86_64` diff --git a/README_CN.md b/README_CN.md index f1025754..6af7a542 100644 --- a/README_CN.md +++ b/README_CN.md @@ -21,7 +21,11 @@ KernelSU 还处于早期开发阶段,你不应该生产环境中使用它。Ke - `5.10` - `5.4` - `4.19` + +除此之外,KernelSU 还可以在这些版本的内核上正常工作,但需要对内核源码进行一定的修改: + - `4.14` +- `4.9` 目前支持架构 : `arm64-v8a` & `x86_64`