A minimal init system written in Nim
Go to file
Nocturn9x afce3a6c6d Changed proc's filesystemtype back to proc (previously procfs) 2021-12-01 12:39:42 +01:00
src Changed proc's filesystemtype back to proc (previously procfs) 2021-12-01 12:39:42 +01:00
.dockerignore Initial ground work on the init 2021-11-30 20:54:27 +01:00
.gitignore Updated gitignore to excluse src/main.nim's binary 2021-11-30 16:15:08 +01:00
Dockerfile Switched the gc to ORC for better performance and added the useMalloc flag for better debugging and memory corruption detection 2021-12-01 12:18:13 +01:00
LICENSE Initial commit 2021-11-29 15:31:32 +01:00
README.md Modularized the system further, added mounting of virtual filesystems 2021-11-30 23:56:38 +01:00
start.sh Initial ground work on the init 2021-11-30 20:54:27 +01:00

README.md

nimd

A minimal, self-contained dependency-based Linux init system written in Nim