Process 0 is a special
process that is created when the system boots; after forking a child
process (
process 1),
process 0 becomes the swapper
process (sometimes also known as the "idle task").
Process 1, known as init, is the ancestor of every other
process in the system.
read more >>