#
Tag: cmdline
See all tags.
Configuration Details
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.
Kernel Internals • Startup Process
Command Line Parsing
Options that are tagged with MOS_EARLY_SETUP
are parsed before the kernel is loaded, more specifically, is parsed as soon as the kernel takes control...