]> Kevux Git Server - fll/commit
Feature: Stub out the Controller program.
authorKevin Day <thekevinday@gmail.com>
Thu, 5 Nov 2020 03:10:06 +0000 (21:10 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 5 Nov 2020 03:10:06 +0000 (21:10 -0600)
commitc1876d944dc6c81729eae1fad9cd9d590f04f6a0
tree8623feea8b11aed86dda0d2fab92abc7811d2a54
parent88642d50923e08b38d66a9019ba1b88a0a4c1ed3
Feature: Stub out the Controller program.

This is a part of the traditional "init" process, such as those done in sysvinit or initng.
Unlike those, this only performs tasks and manages services.
For the booting part of the process, see the "Init" program.
This is also intended to be controlled from user space via the "Control" program.
level_3/controller/c/controller.c [new file with mode: 0644]
level_3/controller/c/controller.h [new file with mode: 0644]
level_3/controller/c/main.c [new file with mode: 0644]
level_3/controller/c/private-controller.c [new file with mode: 0644]
level_3/controller/c/private-controller.h [new file with mode: 0644]
level_3/controller/data/build/defines [new file with mode: 0644]
level_3/controller/data/build/dependencies [new file with mode: 0644]
level_3/controller/data/build/settings [new file with mode: 0644]