/init

A simple init program for KnightOS

Primary LanguageAssemblyMIT LicenseMIT

init

A basic init program for KnightOS.

Compiling

First, install the KnightOS SDK.

$ knightos init
$ make
$ make run # to test
$ make package # to produce an installable package

Installing

Use make package to get a package that you can install. You'll need to provide an inittab, which you should place in /etc/inittab. This file is just the path to each program to execute on boot, one per line.

Help, Bugs, Feedback

If you need help with KnightOS, want to keep up with progress, chat with developers, or ask any other questions about KnightOS, you can hang out in the IRC channel: #knightos on irc.freenode.net.

To report bugs, please create a GitHub issue or contact us on IRC.

If you'd like to contribute to the project, please see the contribution guidelines.