This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Redboot Question


On Tue, 2002-07-09 at 00:53, anton.poon wrote:
> Hi,
> 
> I have a question regarding boot loader. For the boot-loader to pass
> parameters to the kernel, they need to agree on a memory location for
> infomation to go.  Prior to kernel 2.4, a structure was used, for 2.4
> kernels onwards, a tagged-parameter mechanism is used, can a boot loader,
> lets say redboot, boot all kernels prior and after 2.4, or is it dedicated
> to certain versions of kernels?  Where can I find information about format
> and structure of the parameters passed to kernel?

We've done this for ARM (and other) architectures.  Take a look
at the file: hal/arm/arch/current/src/redboot_linux_exec.c


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]