previous | start | next

Minix Scheduling

Minix uses an array of 16 queues for scheduling.

Each queue is associated with a priority 0 to 15.

The higher the number the lower the scheduling priority.

Priority 15 contains a pointer to an "idle" process.

The idle process runs only if no other process is READY.



previous | start | next