Results 1 to 5 of 5
When the kernel is recompiled, does it recompile the entire kernel or are some parts of the kernel fixed and not changeable?...
- 01-01-2008 #1
Kernel Compiling
When the kernel is recompiled, does it recompile the entire kernel or are some parts of the kernel fixed and not changeable?
- 01-01-2008 #2
It depends on why and what do you want to achieve. You can compile particular modules or entire kernel or install/apply kernel patches.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-01-2008 #3
Kernel compiling
Does
make dep
make clean
make modules
make modules_install
make bzImage
compile the entire kernel or is there pieces of kernel code that are fixed andt will escape this process?(not counting kernel patches and bug fixes)
- 01-01-2008 #4
You are compiling Modules only. Check here. It has answers to most queries regarding kernel compilation. Do post back if you stuck anywhere.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-01-2008 #5
"make dep" is not necessary for 2.6 kernels. The other commands compile the kernel and any modules you selected during kernel configuration.


Reply With Quote
