>>> "make bzImage" will create "bzImage" >>> "make vmlinuz" will create "vmlinuz"
In my Debian box make bzImage will create vmlinuz not bzImage. Don't know about ur m/c (RHL right) >>> There is no "make install" option for the kernel. That too works fine here. It will copy the new kernel to /boot and ask me whether to run lilo so that my /etc/lilo.conf will be updated for the new kernel. /boot/vmlinuz will be symlinked to the new kernel (vmlinuz-2.x.x) Steps for compiling Kernel ( There is a LOST in this sub. Pls refer that) # make dep # make bzImage # make modules # make modules_install # make install Regards -- MDK || [EMAIL PROTECTED] || www.symonds.net/~dileep/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
