On Thursday 27 September 2001 10:30 am, [EMAIL PROTECTED] wrote: > Could those in the know of things , please outline how you would compile a > kernel (the steps) on a RedHat 7.0 system ?
Assuming that you have the kernel sources installed, as root, do the following: cd /usr/src/linux make config make dep make clean make bzImage make modules You could do a "make menuconfig" instead of "make config" for a menu-based configuration from the console. If you have X running on your box, you can also do a "make xconfig" instead. The Kernel-howto will provide you with lots of additional information. Regards, Vinu. _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
