Re: Why calling kernelInit two times.
- From: gvarndell <gvarndell@xxxxxxxxxxx>
- Date: Thu, 17 Jul 2008 07:25:53 -0700 (PDT)
On Jul 17, 9:09 am, Nabendu <nbma...@xxxxxxxxx> wrote:
Hi all,
When I was studying boot sequence I found the below abnormality.
There is kernel init call
kernelInit ((FUNCPTR) usrRoot, ROOT_STACK_SIZE, \
(char *) MEM_POOL_START_ADRS,
sysMemTop (), ISR_STACK_SIZE, INT_LOCK_LEVEL); in
usrKernelInit() function in usrkernel.c .
which is called from usrInit() function. but after calling
usrKernelInit(), we again calling kernelInit() from usrInit(). in
bootconfig.c
I wonder why we are calling kernelInit two time..?
Any one know the reason?
I am using vxworks 6.4 ..
Hhhmm, if you had found a third module with a call to kernelInit(),
would you have assumed it was being called 3 times? ;-)
Seriously, it is not being called twice.
HTH,
GV
.
- Follow-Ups:
- Re: Why calling kernelInit two times.
- From: Nabendu
- Re: Why calling kernelInit two times.
- References:
- Why calling kernelInit two times.
- From: Nabendu
- Why calling kernelInit two times.
- Prev by Date: Why calling kernelInit two times.
- Next by Date: network driver + replenishment
- Previous by thread: Why calling kernelInit two times.
- Next by thread: Re: Why calling kernelInit two times.
- Index(es):
Relevant Pages
|