Where is the eboot startup code?
- From: "Peter King" <wangzilue@xxxxxxx>
- Date: Wed, 31 May 2006 16:10:43 +0800
Hi,
I read the eboot code and there is a main() in the main.c file.
But the main comment says ,
// since the startup code is in OAL and it branch to main, we'll just
// implement a pseudo 'main' instead of changing the startup code
void main (void)
{
BootloaderMain ();
SPIN_FOREVER;
}
My questions:
And where is the entrance?
Is it the BootloaderMain()?Where is the OAL defined entrance?
Wether the main() execute?
Peter
.
- Follow-Ups:
- Re: Where is the eboot startup code?
- From: Valter Minute
- Re: Where is the eboot startup code?
- From: voidcoder
- Re: Where is the eboot startup code?
- Prev by Date: Re: adding jpeg file into the platform
- Next by Date: Re: Where is the eboot startup code?
- Previous by thread: I can't find the exports function in the code ,why?
- Next by thread: Re: Where is the eboot startup code?
- Index(es):
Relevant Pages
|
|