What happens during boot time in terms of scheduling?

Richi Dubey richidubey at gmail.com
Fri Aug 14 15:50:23 UTC 2020


My god. There's so much that a bachelor's degree does not teach.

Thank you for your answer.

On Fri, Aug 14, 2020 at 6:18 PM Sebastian Huber <
sebastian.huber at embedded-brains.de> wrote:

> On 14/08/2020 11:25, Richi Dubey wrote:
>
> > Is _RTEMS_tasks_Initialize_user_task responsible for starting the Init
> > task?
> Yes.
> >
> > Also how does the following code which is part
> > of rtems_initialize_executive:
> >
> >   /* Invoke the registered system initialization handlers */
> >   RTEMS_LINKER_SET_FOREACH( _Sysinit, item ) {
> >     ( *item->handler )();
> >   }
> >
> > call _RTEMS_tasks_Initialize_user_task?
>
> This is done via a linker set:
>
> https://docs.rtems.org/branches/master/c-user/linker_sets.html
>
> You can see the entries with this host command line tool:
>
> https://docs.rtems.org/branches/master/user/tools/exeinfo.html
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20200814/0db288c1/attachment.html>


More information about the devel mailing list