blob: 44fbde57d2b7923d3c784403d947cd1b52987af6 (
plain) (
blame)
1
2
3
4
5
|
# 4init: minimal but functional init
It's only purpose is to manage processes, it by defaults calls 4rc, but you can change that in `config.h`, it's started as PID 1, and if it crashes, the kernel will panic, read the article in Wikipedia if you want to know more.
Inspired by [rofl0r](https://gist.github.com/rofl0r/6168719)'s minimal init.
|