Jeff Singleton
unread,May 30, 2015, 6:33:26 PM5/30/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to andro...@googlegroups.com
Hello..
OK so after much research and more research, I finally was able to to compile a custom Kernel v4.0.3 under the latest lollipop-x86 sources.
I know in standard Linux, it is customary to create a initrd.img file, and then also copy the modules into /lib/modules/<kernel version>.
How would I do this for Android X86, so that I can properly test that the kernel works. Because I am certain, since this is a different version kernel, that I would need the initrd.img and modules for the new kernel.
I am not against building the full iso_img so this would be done automatically...but I would like to try this kernel out before going through it all.
NOTE - I currently have the latest kitkat-x86 working for the most part on a dedicated 64GB partition on my ASUS Q302L i5 laptablet. But I have to statically set my IP when connecting to wireless, and I would like to use my GPU instead of UVESA...which is why I am determined to do this new kernel.
Is there a make command that will generate the initrd.img under the out folder and then should I manually copy the modules folder to the proper location under my androidx86 partition?
BTW, for the most part my kernel config is based off the x86_64_defconfig, but updated for kernel 4.0.3, and some minor fine tuning to match this laptop's specs.
Thanks,
Jeff