From dd2b2e995a214f9662e4951b897f5bb1ca51bb0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B1=B3=E5=87=9BMiRin?= <148533509+MiRinChan@users.noreply.github.com> Date: Thu, 17 Jul 2025 14:32:20 +0800 Subject: [PATCH] docs: fix wrong infomation (#282) * docs: fix wrong infomation * docs: fix wrong infomation --- docs/guide/how-to-integrate.md | 2 +- docs/zh/guide/how-to-integrate.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/how-to-integrate.md b/docs/guide/how-to-integrate.md index 8dd2f5e7..9eaecd69 100644 --- a/docs/guide/how-to-integrate.md +++ b/docs/guide/how-to-integrate.md @@ -4,7 +4,7 @@ SukiSU can be integrated into both _GKI_ and _non-GKI_ kernels and has been back -This customization could result in as much as 50% of kernel code being out-of-tree code and not from upstream Linux kernels or ACKs. Due to this, the custom nature of _non-GKI_ kernels resulted in significant kernel fragmentation, and we lacked a universal method for building them. Therefore, we cannot provide boot images of _non-GKI_ kernels. +Some OEMs' customization could result in as much as 50% of kernel code being out-of-tree code and not from upstream Linux kernels or ACKs. Due to this, the custom nature of _non-GKI_ kernels resulted in significant kernel fragmentation, and we lacked a universal method for building them. Therefore, we cannot provide boot images of _non-GKI_ kernels. Prerequisites: open source bootable kernel. diff --git a/docs/zh/guide/how-to-integrate.md b/docs/zh/guide/how-to-integrate.md index 7ff6a079..a95ac9e0 100644 --- a/docs/zh/guide/how-to-integrate.md +++ b/docs/zh/guide/how-to-integrate.md @@ -4,7 +4,7 @@ SukiSU 可以集成到 GKI 和 non-GKI 内核中,并且已反向移植到 4.14 -此定制可能导致多达 50% 的内核代码超出内核树代码,而非来自上游 Linux 内核或 ACK。因此,non-GKI 内核的定制特性导致了严重的内核碎片化,而且我们缺乏构建它们的通用方法。因此,我们无法提供 non-GKI 内核的启动映像。 +有些 OEM 定制可能导致多达 50% 的内核代码超出内核树代码,而非来自上游 Linux 内核或 ACK。因此,non-GKI 内核的定制特性导致了严重的内核碎片化,而且我们缺乏构建它们的通用方法。因此,我们无法提供 non-GKI 内核的启动映像。 前提条件:开源的、可启动的内核。