previous | start | next

System Tasks in Minix

Minix has two other "processes" besides the server processes, but they are called "tasks":

In contrast to the server processes, the tasks run in kernel mode and have access to all the kernel data structures and code.

That is, the clock task and the system task share the kernel address space, but each one has its own call stack and is scheduled as separate processes.



previous | start | next