Re: ppc boot entry point

From: linux-os (Dick Johnson)
Date: Mon Oct 03 2005 - 11:46:57 EST



On Mon, 3 Oct 2005, Dave B. Sharp wrote:

> Hey there,
> Can anyone tell me how to find te entry point (i.e.
> address) into the kernel, when control is passed from
> the boot loader?

Look at System.map. phys_startup_32 and startup_32. The
former is the physical (bus) address where it must be
loaded, the latter is the virtual address after it
starts.

> Where are the arguements such as the boot parameters.
> I am compiling for a generic ppc kernel at this point.
> Cheers
> Dave Sharp
>

Look at address, boot_params, also shown in System.map. That's
where they end up being relocated.


Cheers,
Dick Johnson
Penguin : Linux version 2.6.13 on an i686 machine (5589.55 BogoMips).
Warning : 98.36% of all statistics are fiction.

****************************************************************
The information transmitted in this message is confidential and may be privileged. Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@xxxxxxxxxxxx - and destroy all copies of this information, including any attachments, without reading or disclosing them.

Thank you.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/