Lines Matching full:parameters
3 The kernel's command-line parameters
6 The following is a consolidated list of the kernel parameters as
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
45 Some kernel parameters take a list of CPUs as a value, e.g. isolcpus,
74 "modinfo -p ${modulename}" shows a current list of all parameters of a loadable
76 reveal their parameters in /sys/module/${modulename}/parameters/. Some of these
77 parameters may be changed at runtime by the command
78 ``echo -n ${value} > /sys/module/${modulename}/parameters/${parm}``.
80 The parameters listed below are only valid if certain kernel build options were
181 Parameters denoted with BOOT are actually interpreted by the boot
183 Do not modify the syntax of boot loader parameters without extreme
186 There are also arch-specific kernel-parameters not documented here.
189 Note that ALL kernel parameters listed below are CASE SENSITIVE, and that
195 The number of kernel parameters is not limited, but the length of the
196 complete command line (parameters including spaces etc.) is limited to
206 .. include:: kernel-parameters.txt