Files
GKI-build/README.md
2025-10-09 13:43:12 +08:00

31 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## GKI-build
- This repository is used to compile the GKI kernel.(crdroid system)
- Now support oneplus ace3 pro(corvette)
## How to use
1. Make sure you have installed the adb driver
2. Turn on Allow Debug in the Developer Options in the System Settings
3. Use a data cable to connect your phone and computer
4. Use ``adb devices`` to check if the connection is successful
5. Use ``adb reboot recovery`` to enter recovery mode, then enter ``enable adb`` in advanced
6. And then return to the homepage to enable ``apply update``
7. Use ``adb sideload <ak3 package path>``to flash it and then restart the system,enjoy it
## Features
- Use clang-r547379
- Enable ThinLTO/FullLTO to build
- Enable Root support : kernelsu/SukiSU/kernelsu-next
- Enable BBR support : Enable bbr congestion control algorithm
- Enable KPM support : Enable kpm support in kernel
- Enable ZRAM support : Enable extra zram algorithm(LZ4KD/LZ4K_oplus)
- Enable SUSFS support : You can build susfs into kernel
- Enable SCHED support : Enable Fengchi scx scheduling
- Enable LSM_BBG support block unauthorized writes to critical partitions/device nodes
- Enable Anykernel3 support : Packaged as a zip package of anykernel3
To be continued...