On Sun, Jul 18, 2010 at 10:16 PM, sandeep kumar <[email protected]> wrote: > i want the exact way of compiling a kernel for 9.04,schoolos,boss or 10.04 > the methods i googled gave different errors at some phase on different > releases > please post me if some has successfully compiled a kernel from kernel sources. > thanks > > -- > l...@iitd - http://tinyurl.com/ycueutm >
Download kernel source code from kernel.org Untar it Read the Readme and check whether you have the minimum required compiler, etc. versions run 'make mrproper' (to clean any old config data, generated files, etc. already existing). Configure kernel using 'make menuconfig' Run make- This will compile the kernel & modules. -- Regards, Nilesh Govindarajan Facebook: http://www.facebook.com/nilesh.gr Twitter: http://twitter.com/nileshgr Website: http://www.itech7.com Cheap and Reliable VPS Hosting: http://j.mp/arHk5e -- l...@iitd - http://tinyurl.com/ycueutm
