All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mohammad A. Haque" <mhaque@haque.net>
To: Blesson Paul <blessonpaul@usa.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: kernel still resides in the root
Date: Tue, 03 Jul 2001 07:49:26 -0400	[thread overview]
Message-ID: <3B41B146.7669DF58@haque.net> (raw)
In-Reply-To: <20010703054924.20200.qmail@nwcst340.netaddress.usa.net>

Blesson Paul wrote:
>                 I just completed the full compilation. But there is one still
> missing factor. I uncommented the INSTALL_PATH=/boot. But still the vmlinux
> still resides in the directory where i compiled the kernel. Why is it so. What
> to do if the kernel should be present in the boot directory.

You did run make install? Do you have a custom install script in
/sbin/installkernel?

The vmlinux you see is the uncompressed kernel. If you compiled with
make bzImage, zImage, etc the resulting compressed kernel is at
arch/<your arch>/boot/. You then either run make install or 
	cp ./System.map arch/<your arch>/boot/<kernel> /boot 

-- 

=====================================================================
Mohammad A. Haque                              http://www.haque.net/ 
                                               mhaque@haque.net

  "Alcohol and calculus don't mix.             Project Lead
   Don't drink and derive." --Unknown          http://wm.themes.org/
                                               batmanppc@themes.org
=====================================================================

      reply	other threads:[~2001-07-03 11:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-03  5:49 kernel still resides in the root Blesson Paul
2001-07-03 11:49 ` Mohammad A. Haque [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3B41B146.7669DF58@haque.net \
    --to=mhaque@haque.net \
    --cc=blessonpaul@usa.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.