#
Kernel Command Line
A cmdline
is a argv-like string that's passed to the kernel by the bootloader.
It can be used to configure the kernel at runtime. The kernel will parse the given
cmdline and apply the options specified.
Command line options that are not recognized by the kernel will be appended to the arguments of init program.
#
1. General Options
#
2. Unit Tests Options
These options are only useful if you are running MOS tests, (i.e. BUILD_TESTING
is set to ON
when building the kernel).