From 6bd3396d04c055b2467193b9fc1835a89e075ab5 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 17 May 2025 18:54:04 -0300 Subject: [PATCH] Explain the initfs purpose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e5a0acf6b..bdba003c46 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You can see what each component does in the following list: - audiod - Daemon used to process the sound drivers audio - bootstrap - First code that the kernel executes, responsible for spawning the init daemon - init - Daemon used to start most system components and programs -- initfs - TODO +- initfs - Filesystem with the necessary system components to run RedoxFS - ipcd - Daemon used for inter-process communication - logd - Daemon used to log system components and daemons - netstack - Daemon used for networking