Lines Matching full:parameters
3 The kernel's command-line parameters
6 The following is a consolidated list of the kernel parameters as implemented
12 The kernel parses parameters from the kernel command line up to "``--``";
14 parameter gets passed to init: parameters with '=' go into init's
18 Module parameters can be specified in two ways: via the kernel command
24 Parameters for modules which are built into the kernel need to be
26 kernel command line (/proc/cmdline) and collects module parameters
31 "modinfo -p ${modulename}" shows a current list of all parameters of a loadable
33 reveal their parameters in /sys/module/${modulename}/parameters/. Some of these
34 parameters may be changed at runtime by the command
35 ``echo -n ${value} > /sys/module/${modulename}/parameters/${parm}``.
55 Some kernel parameters take a list of CPUs as a value, e.g. isolcpus,
107 The parameters listed below are only valid if certain kernel build options
208 Parameters denoted with BOOT are actually interpreted by the boot
210 Do not modify the syntax of boot loader parameters without extreme
213 There are also arch-specific kernel-parameters not documented here.
215 Note that ALL kernel parameters listed below are CASE SENSITIVE, and that
221 The number of kernel parameters is not limited, but the length of the
222 complete command line (parameters including spaces etc.) is limited to
227 .. include:: kernel-parameters.txt