: : I have one question..
: : In an embedded system, Can a kernel be preempted?
: : If anyone knows the answer pls post.
: :
: : -Vijay.
: :
: hi,
: kernel can preempted based up on the scheduling algoritham,refer o,really book for further ref....
:
:
:
:
it depends on the scheduler. how the tasks are organised . I can not see it in the RTOS I work on.
the scheduler is priority based premptive in nature. the timer interupt invokes the scheduler.