What is PID 0?
In computing, the process identifier (a.k.a. process ID or PID) is a number used by most operating system kernels—such as those of Unix, macOS and Windows—to uniquely identify an active process.
-- From Wikipedia
During system boot-up, PID 0 is the genesis process from which all subsequent processes are forked, serving as the progenitor of all processes.