|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Ohoy Penguins!
I have recently managed to compile a kernel (2.4.17), for the first time. But what are the steps I need to take if I want to recompile it? I forgot some options in the configuration... Do I really have to do all the make:ing again (i.e: dep, bzImage, modules, modules_install) ? And are the options I choose on my first kernel compile still there or do I have to re-choose everything again in menuconfig? |
|
#2
|
|||
|
|||
|
Quote:
yes, you have to start with "make [menu|x]config" and then dep, bzImage, modules, modules_install; and: depmod, cp|mv|make install, lilo. if you donīt "make clean", the compilation should be much faster since modules that didnīt change arenīt compiled again. afaik "make clean" is only needed sometimes after applying kernel patches. for the last question: why donīt you just try? - yes, theyīll be there just as you left them ![]()
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#3
|
||||
|
||||
|
Actually you don't have to make dep everytime, just the first one and if you didn't compilled in any new module nether you don't have to make module etc.
Usually I do this: make menuconfig; make bzImage; install new kernel and lilo |
|
#4
|
|||
|
|||
|
thanks for your replies Hirsch & riv
![]() |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > kernel re-compilation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|