summaryrefslogtreecommitdiff
path: root/4rc/README.md
diff options
context:
space:
mode:
authoruxtbd <dev@kthread.dev>2026-08-18 15:41:53 +0200
committeruxtbd <dev@kthread.dev>2026-08-18 15:41:53 +0200
commitad0302ab8213e35070e50beba03d8da5c57f4fc4 (patch)
treedd19bf94c36c90e95cb9d26908bed4ba4d351fca /4rc/README.md
parent4init: minimal but functional init (diff)
download4suite-ad0302ab8213e35070e50beba03d8da5c57f4fc4.tar.gz
4suite-ad0302ab8213e35070e50beba03d8da5c57f4fc4.zip
4suite: move to shinobi
Diffstat (limited to '4rc/README.md')
-rw-r--r--4rc/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/4rc/README.md b/4rc/README.md
new file mode 100644
index 0000000..44fbde5
--- /dev/null
+++ b/4rc/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