Kernel config question

2003-11-07 Thread Brett I. Holcomb
I'm a little hazy on some steps and what they do. I know I need to issue make dep make clean bzImage modules modules_install when I do a new kernel (on a new system). However, if I have an existing system where I just add an option via make menuconfig what steps do I really have to do? I

Re: Kernel config question

2003-11-07 Thread Collins Richey
On Fri, 07 Nov 2003 22:10:59 -0500 Brett I. Holcomb [EMAIL PROTECTED] wrote: I'm a little hazy on some steps and what they do. I know I need to issue make dep make clean bzImage modules modules_install when I do a new kernel (on a new system). However, if I have an existing system

Re: Kernel config question

2003-11-07 Thread Joel Hammer
I am a bit rusty on building kernels but: It all depends on whether or not you configured the kernel or a module. If just a module, you could get by with just compiling the module. Rarely, there is a command for compiling the module in the source for the module. Or, you make just: make dep;make