readme: add chinese translation (#290)

This commit is contained in:
米凛MiRin
2025-07-20 15:26:03 +08:00
committed by GitHub
parent 72ed1bc4a2
commit 46fcf97be3
3 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
- 旧内核也是兼容的(最低 4.14+),不过需要自己编译内核。
- With more backports, KernelSU can supports 3.x kernel (3.4-3.18).
- 通过更多的反向移植KernelSU 可以支持 3.x 内核(3.4-3.18)。
- 目前支持架构 : `arm64-v8a``armeabi-v7a (bare)``X86_64`
@@ -57,7 +57,7 @@
> 2. Non-GKI 设备需要 `CONFIG_KALLSYMS=y` and `CONFIG_KALLSYMS_ALL=y`
> 3. 对于低于 `4.19` 的内核,需要从 `4.19` 的 `set_memory.h` 进行反向移植。
## Troubleshooting
## 故障排除
1. 卸载管理器后系统卡住?
卸载 _com.sony.playmemories.mobile_

View File

@@ -1,4 +1,4 @@
# 集成
# 集成指导
SukiSU 可以集成到 GKI 和 non-GKI 内核中,并且已反向移植到 4.14 版本。

View File

@@ -1,4 +1,4 @@
# Installation
# 安装指导
您可以前往 [KernelSU 文档 - 安装](https://kernelsu.org/guide/installation.html) 获取有关如何安装的参考,这里只是额外的说明。