Implement simple device manager #3
Labels
documentation
Improvements or additions to documentation
feature
New feature or request
kernel
This issue is related to kernel.
Milestone
The goal of this task is to develop a solution that can initiate device processes, monitor their status, and terminate them as required. The device manager should have the following capabilities:
Furthermore, the structure describing the process should have a field that allows its value (also a structure) to be transferred as the device configuration. The configuration structure is unknown during compilation but should be passed as environment variables to the device process, prefixed with
DKVMS_DEVICE_CONFIG_
. For instance, the structure shown below expressed in YAML format:should be encoded as
DKVMS_DEVICE_CONFIG_DISPLAY_ID
.Please ensure that appropriate information on how this mechanism works is provided in the readme.
The text was updated successfully, but these errors were encountered: