Crinit -- Configurable Rootfs Init
|
Header related to working with the Kernel command line. More...
Go to the source code of this file.
Macros | |
#define | CRINIT_KCMDLINE_PATH_DEFAULT "/proc/cmdline" |
Default path to read the Kernel cmdline from. | |
#define | CRINIT_KCMDLINE_MAX_LEN 4096uL |
Maximum supported length of the Kernel command line. | |
Functions | |
int | crinitKernelCmdlineParse (const char *cmdlinePath) |
Header related to working with the Kernel command line.
#define CRINIT_KCMDLINE_MAX_LEN 4096uL |
Maximum supported length of the Kernel command line.
#define CRINIT_KCMDLINE_PATH_DEFAULT "/proc/cmdline" |
Default path to read the Kernel cmdline from.
int crinitKernelCmdlineParse | ( | const char * | cmdlinePath | ) |
Parses and handles crinit-specific options in the Kernel command line.
Kernel command line must be accessible as a file at cmdlinePath. If the function encounters a setting from crinitKCmdlineConfigMap, it will call the associated handler.
cmdlinePath | Where to read the Kernel command line from. This should be CRINIT_KCMDLINE_PATH_DEFAULT. |