Introduction to UNIX: basic concepts : UNIX design : the Kernel
Previous: UNIX design
Next: Virtual memory

3.1. the Kernel

The kernel is always running. It schedules running tasks one at a time (context switching) so that they get an equal share of the CPU time.

Scheduling of processes


Introduction to UNIX: basic concepts : UNIX design : the Kernel
Previous: UNIX design
Next: Virtual memory