On Tue, 12 Feb 2002, MDK wrote:

 |>>> I guess it'll be /boot/bzImage-2.4.9 if you don't have a separate boot
 |
 |Kingsly, it will be /boot/vmlinuz-2.4.9. Make bzImage will create a file
 |named vmlinuz.

Huh ???

"make bzImage" will create "bzImage"
"make vmlinuz" will create "vmlinuz"

 | |now *add* another entry into /boot/grub/menu.lst right below the existing
 |one.
 | | |# For booting My Custom Linux Kernel
 | |title  My Custom Linux Kernel
 | |root (hd0,0)
 | |kernel /root/vmlinuz-2.4.7 root=/dev/hdaN
 |
 |Instead of copying the kernel to /boot, run the command make install.

There is no "make install" option for the kernel.

--($:/usr/src/linux)-- grep install Makefile
.PHONY: modules_install
modules_install: _modinst_ $(patsubst %, _modinst_%, $(SUBDIRS))
_modinst_post
        $(MAKE) -C $(patsubst _modinst_%, %, $@) modules_install
modules modules_install: dummy
--($:/usr/src/linux)--

Kingsly


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to