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 initialization code


Hi,

> Where is in ecos tree files, where redboot initialization code to be 
> done(before cyg_start call)?
> I need insert some debug info.

normally execution begins at the processors reset vector. For the
i386-architecture you can find the implementation of this vector service
routine in 'packages/hal/i386/arch/current/src/vectors.s', the reset vector
service routine should be called '_start' (for i386). For other
architectures you should find the implementation under
'packages/hal/<your_arch>/arch/current/vectors.s' the name of the service
routine may differ.

Ciao, Fabian

-- 
Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl

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


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