LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   when changing values under make xconfig, need to recompile the whole kernel? (https://www.linuxquestions.org/questions/linux-newbie-8/when-changing-values-under-make-xconfig-need-to-recompile-the-whole-kernel-141219/)

sirpelidor 02-01-2004 10:40 PM

when changing values under make xconfig, need to recompile the whole kernel?
 
hi, there are couple options i'd like to disable from my kernel. do i still have to redo the whole make dep, make modules, make modules_install. and then change my System.map, vmlinuz, and initrd.img files?
oh yea... and edit my lilo.conf also?

there seems a lot doc talk about how to "upgrade" (or compile) your kernel. but i'm not sure if i gotta do the same thing (the whole compile process is quite long) if i just wanna modify a few things from the exiting kernel that i'm using atm.

NewtonMan 02-01-2004 11:04 PM

sorry but yes, if you modify just one driver, you'll need to remake the dep, and bzImage the remake and install those modules. if you don't the kernel won't know it's there.

i feel your pain, but if you compile enough times you just remember the process and whip right through it. so just think of it as a confirming learner on the recompile. :)

rshaw 02-01-2004 11:15 PM

don't do a "make clean" until you know you have it the way you want it. that will speed things up a bit by only re-compiling your latest changes.


All times are GMT -5. The time now is 12:33 PM.