diff options
| author | uxtbd <dev@kthread.dev> | 2026-08-18 14:40:18 +0200 |
|---|---|---|
| committer | uxtbd <dev@kthread.dev> | 2026-08-18 14:40:18 +0200 |
| commit | 1ea2764a30cd2fbad93a1a6d8b13ce1e5fdb8f8c (patch) | |
| tree | 23cbf7bd324159ee618901e201fce82579e8510e /4init/README.md | |
| parent | Initial commit (diff) | |
| download | 4suite-1ea2764a30cd2fbad93a1a6d8b13ce1e5fdb8f8c.tar.gz 4suite-1ea2764a30cd2fbad93a1a6d8b13ce1e5fdb8f8c.zip | |
4init: minimal but functional init
Diffstat (limited to '4init/README.md')
| -rw-r--r-- | 4init/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/4init/README.md b/4init/README.md new file mode 100644 index 0000000..44fbde5 --- /dev/null +++ b/4init/README.md @@ -0,0 +1,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.
\ No newline at end of file |
