Re: Fwd: Can you tell me function name that means 'Entry Point: 0x11000000' ?
Sebastian Sumpf <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Taeung, On 03/23/2014 02:29 PM, TaeWoong Song wrote: > > > Begin forwarded message: > >> *From: *Taeung <[email protected] <mailto:[email protected]>> >> *Subject: **Re: Can you tell me function name that means 'Entry Point: >> 0x11000000' ?* >> *Date: *March 23, 2014 12:07:38 PM GMT+09:00 >> *To: *Matthias Lange <[email protected] >> <mailto:[email protected]>> >> >> Thank you , Matthias :-) >> >> Fortunately , Ahmed in L4 hackers give me a patch about UART on >> Freescale imx6q sabre_sd. >> >> But i question , again. >> >> I have known that entry point mean the address of the execution of the >> image. >> But i really want to know that.. >> >> What is concreate function name mapping the address in L4 re source code ? My guess would be that it points to the '_start'-function in 'l4/pkg/bootstrap/server/src/ARCH-arm/crt0.S'. Greetings, Sebastian