Skip to content
zzh20188 edited this page Feb 28, 2026 · 9 revisions

GKI Kernel Auto-Build Project

欢迎来到 GKI_KernelSU_SUSFS 项目的官方文档。 Welcome to the official documentation for the GKI_KernelSU_SUSFS Project.


🇨🇳 中文文档

1. 下载前必读

  • 👉 进入页面:如何选择版本

    重要提醒: 很多新手因为看错了版本导致无法开机。不要看手机设置里的安卓版本,请点击这里查看如何正确匹配内核文件名。

2. 功能列表

  • 👉 进入页面:支持的功能 / Features

    包含组件: 查看本仓库构建的内核集成了哪些功能(如 KernelSU, SUSFS, ZRAM 算法等)以及相关的开发者致谢。

3. 故障排查

  • 👉 进入页面:无限重启 (Bootloop)

    救砖指南: 如果刷入内核后遇到无法开机、卡 Logo 或无限重启的情况,请阅读此页面的解决方案。

4. 问题反馈

  • 👉 进入页面:BUG 反馈须知

    提交 Issue 前必读: 本仓库仅负责自动构建。在反馈问题前,请务必阅读此页面,了解哪些是构建问题,哪些是上游代码问题。

5. 自定义编译

  • 👉 进入页面:Fork 与自定义编译指南

    动手实践: 学习如何 Fork 本仓库并使用 GitHub Actions 自动构建属于自己的内核,支持自定义配置和补丁。

6. 其他

救砖技巧

7. 进阶

  • 如果你想了解如何自己集成KSU,构建内核,或者相关方面的系统知识
  • 以下是我个人的学习路线,整理好你的心态,最多一周你也能入门!
  1. kernelsu官方网站: https://kernelsu.org/
  2. sukisu官方网站: https://sukisu.org/
  3. 谷歌构建指南: https://source.android.com/docs/setup/build/building-kernels
  4. KSU作者教你构建非GKI内核: 上集+下集 视频教程 + 作者总结
  5. 本仓库代码: 通过理解本仓库的构建流程,整理你的构建思路 https://github.com/zzh20188/GKI_KernelSU_SUSFS/blob/dev/.github/workflows/gki-kernel.yml
  6. 搜索github的GKI构建项目 :这些项目大多使用Action的工作流,一般是配套了自己的编译链工具+make指令,而非本项目靠AOSP清单的配套编译链与脚本
  7. 一加的构建方法: 实际上与GKI内核类似,现在统称为OKI. 7.1. 使用一加清单配套的编译脚本(慢),或者自己配套clang+gcc(快)。 7.2. 最大的区别就是路径,其余类似GKI内核

🇺🇸 English Documentation

1. Must Read: Before You Download

  • 👉 Go to Page: How to Choose

    Critical Step: Many users encounter bootloops because they check the wrong android version. Do not rely on your phone settings. Read this to match the correct kernel filename.

2. Features List

  • 👉 Go to Page: Features

    What's Inside: Check which components (KernelSU, SUSFS, ZRAM algorithms, etc.) are included in these builds and view the credits.

3. Troubleshooting

  • 👉 Go to Page: Bootloop / Stuck on Logo

    Rescue Guide: If your device is stuck in a bootloop or hangs at the logo after flashing, check this page for solutions.

4. Bug Report

  • 👉 Go to Page: Bug Report Policy

    Read Before Posting: This repository is for automated builds only. Please read this to understand the scope of support (Build issues vs. Upstream code issues).

5. Others

Unbrick and Tips

GKI_KernelSU_SUSFS Project

欢迎来到 GKI_KernelSU_SUSFS 项目的官方文档。 Welcome to the official documentation for the GKI_KernelSU_SUSFS Project.


🇨🇳 中文文档

1. 下载前必读

  • 👉 进入页面:如何选择版本

    重要提醒: 很多新手因为看错了版本导致无法开机。不要看手机设置里的安卓版本,请点击这里查看如何正确匹配内核文件名。

2. 功能列表

  • 👉 进入页面:支持的功能 / Features

    包含组件: 查看本仓库构建的内核集成了哪些功能(如 KernelSU, SUSFS, ZRAM 算法等)以及相关的开发者致谢。

3. 故障排查

  • 👉 进入页面:无限重启 (Bootloop)

    救砖指南: 如果刷入内核后遇到无法开机、卡 Logo 或无限重启的情况,请阅读此页面的解决方案。

4. 问题反馈

  • 👉 进入页面:BUG 反馈须知

    提交 Issue 前必读: 本仓库仅负责自动构建。在反馈问题前,请务必阅读此页面,了解哪些是构建问题,哪些是上游代码问题。

5. 自定义编译

  • 👉 进入页面:Fork 与自定义编译指南

    动手实践: 学习如何 Fork 本仓库并使用 GitHub Actions 自动构建属于自己的内核,支持自定义配置和补丁。

6. 其他

救砖技巧


🇺🇸 English Documentation

1. Must Read: Before You Download

  • 👉 Go to Page: How to Choose

    Critical Step: Many users encounter bootloops because they check the wrong android version. Do not rely on your phone settings. Read this to match the correct kernel filename.

2. Features List

  • 👉 Go to Page: Features

    What's Inside: Check which components (KernelSU, SUSFS, ZRAM algorithms, etc.) are included in these builds and view the credits.

3. Troubleshooting

  • 👉 Go to Page: Bootloop / Stuck on Logo

    Rescue Guide: If your device is stuck in a bootloop or hangs at the logo after flashing, check this page for solutions.

4. Bug Report

  • 👉 Go to Page: Bug Report Policy

    Read Before Posting: This repository is for automated builds only. Please read this to understand the scope of support (Build issues vs. Upstream code issues).

5. Others

Unbrick and Tips

Clone this wiki locally