EmbLogic's Blog

The Task array.

Processes are dynamic entities whose lifetimes in the system range from a few milliseconds to months. Thus, the kernel must be able to handle many processes at the same time.The
kernel reserves a global static array of size NR_TASKS called task in its own address space.
The elements in the array are process descriptor pointers; a null pointer indicates that
a process descriptor hasn’t been associated with the array entry.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>