[Ilugc] .config required

  • From: anand.kumar@xxxxxxxxxx (Anand Kumar Saha)
  • Date: Wed Aug 4 14:30:33 2004



 
     |            can anybody give working kernel config filr
     | ".config " for kernel version 2.4 ..I lost my file 
     | and unable to make again to work ..any working config
     | re quired so that i can re build for my requirement 
 
the .config file is generated once you do a 'make config' or 
'make menuconfig' or 'make xconfig'. it contains a record of 
what features you have configured :

        o to be included in the kernel statically
        o to be built as modules
        o to be ignored

its always better to generate your own .config file rather
than borrow from others, as it will ensure that you don't have
any problem while compiling the kernel.

alternatively, if you have the CD from where you had installed
linux, chances are that you will find the .config file of the 
default kernel provided by that distro in the CD. RedHat provides.
That will be safe to use as well. 

saha
--

Other related posts: