Re: Please help with patching kernel
"elanore" <kntchbll@yahoo.com> wrote in message
news:1118046186.126983.252050@z14g2000cwz.googlegr oups.com...
> Thanks Lenard, that worked.
>
> I have successfully apply the driver patch into the kernel. But a few
> fhings remain: I need help with installing new kernel.
>
> I've configured the linux kernel, using 'make menuconfig'. I
> intergrated the driver permanently into the kernel.
>
> I've compiled the kernel using following commands:-
> #make dep
> #make clean bzImage
> #make modules
> #make modules_install
>
> I copied the new kernel into boot directory with following:-
> #cp arch/x86_64/boot/bzImage /boot/vmlinuz-new
> #cp System.map /boot/System.map-new
Ah-hah. You missed the "edit the Makefile or the .config to add a suffix to
the name of my kernel" step, and then "make install" which does mkinitrd for
you. |