I want to programm a chainloader for generic x86 android devices.
Thanks a lot to Octocontrabass who found where the strings in the kernel image for my phone stem from.
Now im trying to modify and compile an bootimage or better just the second stage loader which is the bootstub.
https://android.googlesource.com/platfo ... b/+/master
Ive set up an buildenviroment using these instructions https://www.digitalocean.com/community/ ... untu-16-04 but it never compiles any kernel ("mma kernel", "mma bootstub, etc) or even an object file of the bootstub or kernel. I used generic x86 as target and also the asus x86 devices as target.
And i can find nothing on the internet not even on the intel android dev page.
Thanks a lot in advance.