Revision [31426]
This is an old revision of init made by s243a on 2016-10-23 18:38:56.
Init
Init is the first process started during booting, and is typically assigned PID number 1. It is started by the kernel using a hard-coded filename, and if the kernel is unable to start it, a kernel panic will result. Init continues running until the system is shut down.