这是一个面向 三星 Galaxy S23 系列 的自定义内核项目,重点围绕稳定性、性能调优与日常可用性进行构建。项目当前维护 LKM 与 ReSukiSU 两种发行模式,以满足不同用户对纯净环境和高级功能的需求。
- 性能优化:提供面向日常使用与游戏场景的调度与性能调优。
- 精简发行模式:围绕
LKM与ReSukiSU两种模式持续维护,减少历史分支带来的维护复杂度。 - 扩展特性支持:可按构建配置集成
SuSFS、BBG、Re-Kernel与zramLZ4 NEON 支持,其中SuSFS仅在ReSukiSU构建中启用。 - 版本标识:
-android13-Kokuban-Firefly-EZB6
-
LKM (Loadable Kernel Module)
- 不内置 Root 方案,适合希望保持内核环境尽可能精简的使用方式。
- 如需 Root,需要通过 KernelSU Manager App 手动修补并刷入设备的
init_boot镜像。
-
ReSuki (ReSukiSU)
- 集成 ReSukiSU,并支持
SUSFS与KPM等高级特性。 - 适合有模块扩展、隐藏能力或进阶调试需求的用户。
- 集成 ReSukiSU,并支持
当前项目不再维护旧的内置
KSU/MKSU分支模式。
- 解锁 Bootloader:请确保设备已完成 Bootloader 解锁。
- 准备 Recovery:建议使用较新的
TWRP或OrangeFox Recovery。 - 刷入内核:从本项目 Releases 页面 下载对应版本,并在 Recovery 中刷入内核
zip包。 - 仅 LKM 版本需要:修补
init_boot使用前请先备份当前设备的init_boot.img,再通过 KernelSU Manager App 选择并修补该镜像,随后使用 Fastboot 或 Recovery 将修补后的镜像刷入init_boot分区。 - 重启设备:完成刷入后重启系统并确认功能状态。
所有最新构建版本均发布于 Releases 页面。
如需获取使用交流、问题反馈或发布通知,可加入 Telegram 交流群。
刷机有风险,操作需谨慎。在进行任何操作前,请务必完整备份您的个人数据。因刷入此内核而导致的任何设备损坏或数据丢失,本人概不负责。
This is a custom kernel project for the Samsung Galaxy S23 Series, built with a focus on stability, performance tuning, and day-to-day usability. The project currently maintains two release tracks, LKM and ReSukiSU, to serve both clean setups and advanced power-user workflows.
- Performance Tuned: Includes targeted scheduling and performance optimizations for smoother daily use and gaming.
- Streamlined Release Model: Focuses on the actively maintained
LKMandReSukiSUvariants to keep maintenance predictable and transparent. - Optional Feature Integration: Matching builds may include
SuSFS,BBG,Re-Kernel, andzramLZ4 NEON support, withSuSFSenabled only onReSukiSUreleases. - Version Identifier:
-android13-Kokuban-Firefly-EZB6
-
LKM (Loadable Kernel Module)
- Does not include a built-in root solution and is intended for users who prefer a cleaner kernel environment.
- If root access is required, patch and flash the device
init_bootimage manually through the KernelSU Manager App.
-
ReSuki (ReSukiSU)
- Ships with ReSukiSU integration and supports advanced capabilities such as
SUSFSandKPM. - Recommended for users who need module extensibility, root hiding, or other advanced workflows.
- Ships with ReSukiSU integration and supports advanced capabilities such as
This project no longer maintains the legacy built-in
KSU/MKSUbranch model.
- Unlock the Bootloader: Make sure the device bootloader is already unlocked.
- Prepare a Recovery Environment: A recent version of
TWRPorOrangeFox Recoveryis recommended. - Flash the Kernel: Download the appropriate package from the Releases page and flash the kernel
zipthrough Recovery. - LKM Builds Only: Patch
init_bootBack up your currentinit_boot.img, patch it with the KernelSU Manager App, and flash the patched image back to theinit_bootpartition using Fastboot or Recovery. - Reboot the Device: Restart the system and verify the kernel is running as expected.
All current builds are published on the Releases Page.
For release notifications, discussion, or general support, join the Telegram group.
Flashing custom software carries inherent risks. Please make a full backup of your personal data before proceeding. I am not responsible for any damage to your device or data loss that may occur as a result of flashing this kernel.
