linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Dan Malek <dan@netx4.com>
To: Zhaobin Zhu <zzhu@emc.com>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: entry point for linux kernel for ppc
Date: Wed, 06 Sep 2000 15:18:50 -0400	[thread overview]
Message-ID: <39B6989A.78D6CF69@embeddededge.com> (raw)
In-Reply-To: 39B68F77.4A3FF67F@emc.com


Zhaobin Zhu wrote:

> 2)  In head.S,  the boot code sets 0x00000000 = 0xdeadc0de and jump to 0x00000004(kernel)

There have been a few different kernel boot methods over time depending
upon how the bits were used in different systems.  The real "kernel",
vmlinux, can be booted directly in some systems.  The first couple of
words in this image (from arch/ppc/kernel/head.S) sometimes had to be
assigned particular values.  The code you mention above (from
arch/ppc/xxxxboot/head.S requires knowledge of the vmlinux format so
it can properly start the kernel when one of these alternate booting
methods is used.  As long as you don't mix these files among different
versions of software, everything should "just work".


	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      reply	other threads:[~2000-09-06 19:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-06 17:29 EST's VisionClick debugger fixes for Elf files from GNU tools Ron Bianco
2000-09-06 18:39 ` entry point for linux kernel for ppc Zhaobin Zhu
2000-09-06 19:18   ` Dan Malek [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=39B6989A.78D6CF69@embeddededge.com \
    --to=dan@netx4.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=zzhu@emc.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).