This is my note on basic android kernel development, covering the following aspects:
- Building the kernel from source
- Flashing a custom kernel to Pixel 6
- Basic development settings for android linux kernel
- Adding custom syscalls
- Writing loadable kernel modules
- Rust module on Android [TBD]
- KGDB through UART [TBD]
The source code of this post could be found at here.
继续阅读“Basic android kernel development”