Hello

I am trying to understand how a pod is initialized.

I think it start with xncore_attach() from core.c, then with xnpod_init from
pod.c
But here (in xnpod_init) there is something not clear about the root thread
creation.

It use xnthread_init(&sched->rootcb, ...), but I don't see where
&sched->rootcb is initialized

Maybe I don't understand how it works, so the pod don't have his own code
to run, but this thread will be in fact replaced by the task to run.

I hope my question is clear enough

Thank

Germain

Reply via email to