[系統(tǒng)進(jìn)階指南 Vol.5]KernelSU舊內(nèi)核編譯實(shí)踐教程

本期視頻為大家展示一步步編譯內(nèi)核的實(shí)踐教程
——
以下是所需文稿
【示例】https://easternday.top/Topic/Android/Kernel/Compile
——
【工具】https://github.com/Neutron-Toolchains/clang-build-catalogue
——
【工具】https://github.com/kardebayan/AnyKernel3
——
【示例】https://github.com/DogDayAndroid/KSU_Thyme_BuildBot
——
【內(nèi)核打包】https://www.akr-developers.com/d/125
——
【akr社區(qū)】https://www.akr-developers.com/
——————
## 參考
### 編譯指南[基礎(chǔ)]
- [小米官方內(nèi)核編譯維基文檔](https://github.com/MiCode/Xiaomi_Kernel_OpenSource/wiki/How-to-compile-kernel-standalone)
- [如何自己編譯自定義 Android ROM](https://www.akr-developers.com/d/107)
- [迅速入門 Android 內(nèi)核編譯 & 一加 5 DC 調(diào)光](https://makiras.org/archives/173)
- [獨(dú)立編譯 Android kernel(核心),以小米手機(jī)為例](https://ivonblog.com/posts/how-to-compile-custom-android-kernel)
- [[GUIDE] How To Compile Kernel & DTBO For Redmi K20 Pro](https://forum.xda-developers.com/t/guide-how-to-compile-kernel-dtbo-for-redmi-k20-pro.3971443/)
- [紅米 8A 內(nèi)核編譯過(guò)程記錄](méi)(https://www.jianshu.com/p/af7b38001946)
- [從0開(kāi)始編譯安卓?jī)?nèi)核](https://blog.5ixf.cc/#/paper/18)
- [Guide to Compile an Android Kernel with Clang](https://gist.github.com/P1N2O/b9b2604c58aa4d7486e2fc0d327d23dc)
- [Compiling an Android kernel with Clang](https://github.com/nathanchance/android-kernel-clang)
### 編譯指南[進(jìn)階]
- [從零開(kāi)始的 git 實(shí)戰(zhàn)之 CAF TAG 的合并](https://www.akr-developers.com/d/140)
- [合并上游部分參考(來(lái)自論壇問(wèn)答)](https://www.akr-developers.com/d/166)
- [如何為非 GKI 內(nèi)核集成 KernelSU](https://kernelsu.org/zh_CN/guide/how-to-integrate-for-non-gki.html)
## 致謝
- [weishu](https://github.com/tiann) : KernelSU 的開(kāi)發(fā)者
- [Pixel Experience](https://wiki.pixelexperience.org/) : 內(nèi)核提供
- [Lynnrin-Studio](https://github.com/Lynnrin-Studio) : 內(nèi)核提供
- [AKR 安卓開(kāi)發(fā)者社區(qū)](https://www.akr-developers.com/) : 編譯教程提供
- [xiaoleGun/KernelSU_Action](https://github.com/xiaoleGun/KernelSU_Action) : 借鑒部分 Github Action
- [UtsavBalar1231/Drone-scripts](https://github.com/UtsavBalar1231/Drone-scripts) : 借鑒部分 Github Action