| Device | Model | Codename | SoC | Status |
|---|---|---|---|---|
| Realme Narzo 50A | RMX3430 |
even |
Helio G85 | ✅ Stable |
| Realme C25s | RMX3195 · RMX3197 |
even |
Helio G85 | ✅ Stable |
Required Firmware: Realme UI 4 (RUI4)
|
|
1. Download the latest Zenium-Kernel zip from Releases
2. Reboot to TWRP / OrangeFox recovery
3. Flash the zip (no need to wipe anything)
4. Reboot system
5. Install KernelSU Manager app
6. (Optional) Flash susfs4ksu Magisk module for full root hiding
# Extract Image.gz-dtb from the zip
fastboot flash boot Image.gz-dtb
fastboot reboot
⚠️ Always backup your current boot partition before flashing!
- Linux x86_64 environment
make,bc,bison,flex,libssl-dev,libelf-dev- Google Clang (auto-downloaded by build script) or Clang 14+
aarch64-linux-gnu-cross compiler
# Clone the repo
git clone --recurse-submodules https://github.com/Rocker14427c/Zenium-Kernel.git
cd Zenium-Kernel
# Make the build script executable
chmod +x run.sh
# Run the interactive builder
./run.shexport ARCH=arm64
export LLVM=1
# Generate config
make O=out pascala_defconfig
# Compile
make -j$(nproc) O=out \
CC=clang LD=ld.lld \
AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \
OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump \
CROSS_COMPILE=aarch64-linux-gnu- \
CLANG_TRIPLE=aarch64-linux-gnu-
# Output: out/arch/arm64/boot/Image.gz-dtb- ✅ Full SUSFS v2.2.0 integration with all 9 features enabled
- ✅ 7 bug fixes in SUSFS code (memory leaks, NULL deref, typos, race conditions)
- ✅ GPU overclock to 1.2 GHz with linear voltage steps
- ✅ Zswap compressed swap enabled
- ✅ ReSukiSU with manual hook method
- ✅ Kernel Plugin Manager (KPM) support
- ✅ Verified clean build with Clang 19 + LLD
📜 Previous versions
- Initial SUSFS support
- Stability improvements
- Initial release
- Basic performance tuning
- KernelSU integration
| Contributor | Contribution |
|---|---|
| @Badmaneers | 🏆 Build script (Origami Builder), device bringup, testing |
| ReSukiSU Team | 🔒 KernelSU fork with SUSFS integration |
| simonpunk | 🛡️ SUSFS v2.2.0 kernel patches |
| osm0sis | 📦 AnyKernel3 flashable zip template |
| MediaTek | ⚙️ Helio G85 (MT6768) BSP |
| Realme/Oplus | 📱 Device-specific kernel sources |
This kernel is licensed under the GNU General Public License v2.0 (GPL-2.0).
SPDX-License-Identifier: GPL-2.0
See LICENSE for the full license text.
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm
* app failed. Please do some research if you have any concerns
* about features included in this kernel before flashing it!
* YOU are choosing to make these modifications, and if you
* point the finger at me for messing up your device, I will
* laugh at you.
*/