- C 97.5%
- Python 0.9%
- Makefile 0.7%
- Assembly 0.4%
- C++ 0.2%
- Other 0.3%
| lk | ||
| .gitignore | ||
| README.md | ||
Upstream LK source: https://github.com/littlekernel/lk
This mtk-specific tree came from https://github.com/svoboda18/lk, and I have no idea where that came from.
I'm mostly interested in this source for reverse engineering purposes ("where does dm-verity corrupted error come from?" "how does fastboot oem unlock work?")
I'm also interested in the possibility of using mtkclient to bootstrap a custom kernel without making any permanent changes to flash.
I'm intrigued by this patch that supports booting linux from RAM: github.com/Gigaset-dev/lk2@ab107ff351
Compiling
Run cd lk; make and then figure out why it didn't work. (TODO: figure this out lol)