Dynamic Kernel
For davinci | Mi 9T / Redmi K20
Includes KernelSU
- Download latest release
- Flash via Recovery
- Fork this repository
- Run Action "CI Build"
- vantoman for the kernel
- tiann for KernelSU and its manager
- AMWolfstein for the build script
- osm0sis for the packaging
- ZyCromerZ for the clang build
- llvm for the compiler/toolchain
- For more credits, visit their repositories
View branches: git branch --all
View upstream: git remote -v
In case of error "fatal: the remote end hung up unexpectedly":
git config http.postBuffer 524288000
After adding: Add to Readme credits & Add to sync-upstream workflow
git clone https://github.com/[username]/kernel_milk_davinci.git
git remote add upstream [link].git
git fetch upstream
git checkout -b [new_branchname] upstream/[up_branchname]
git push -u origin [new_branchname]