Lines Matching refs: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
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
182 Do not modify the syntax of boot loader parameters without extreme
185 There are also arch-specific kernel-parameters not documented here.
188 Note that ALL kernel parameters listed below are CASE SENSITIVE, and that
194 The number of kernel parameters is not limited, but the length of the
195 complete command line (parameters including spaces etc.) is limited to
205 .. include:: kernel-parameters.txt