If you modify the ~/android-x86/kernel/arch/x86/configs/android-
x86_deconfig, this is just to add some settings which were not use as
default.
But never do a "make kernel" ! This is useless.
Then the generic-x86 build use his own defconfig file as every targets
do !
So if you want to use your changes, you have to apply the changes
again into the target defconfig file, then create the build the normal
way :
make -jx iso_img TARGET_PRODUCT=your-target
where x is the number of CPU cores you want to allocate for the
building process depending of your host machine.
If you allocate the max of CPU cores, this will be faster, but
unlikely you won't be able to use your laptop or desktop for anything
else, unless your host linux have kernel equal or above 2.6.38...
make iso_img TARGET_PRODUCT=your-target, will work just as fine but
the building process will take much longer.
On 22 juin, 11:40, thongtom <
tkth...@gmail.com> wrote:
> Hi,
> I am new to build kernel. I had problem with the default android-x86
> iso, where it can't detect my hard drive, keep on "detecting
> android"..................................
> I try to modify and rebuild the kernel following the instruction inhttp://
www.android-x86.org/documents/customizekernel.