Lines Matching +full:suspend +full:- +full:to +full:- +full:disk
3 The kernel's command-line parameters
12 The kernel parses parameters from the kernel command line up to "``--``";
14 parameter gets passed to init: parameters with '=' go into init's
15 environment, others are passed as command line arguments to init.
16 Everything after "``--``" is passed as an argument to init.
24 Parameters for modules which are built into the kernel need to be
32 log_buf_len=1M print-fatal-signals=1
36 log-buf-len=1M print_fatal_signals=1
38 Double-quotes can be used to protect spaces in values, e.g.::
43 ----------
52 <cpu number>-<cpu number>
57 <cpu number>,...,<cpu number>-<cpu number>
63 <cpu number>-cpu number>:<used size>/<group size>
65 For example one can add to the command line following parameter:
67 isolcpus=1,2,10-20,100-2000:2/25
73 This document may not be entirely up to date and comprehensive. The command
74 "modinfo -p ${modulename}" shows a current list of all parameters of a loadable
78 ``echo -n ${value} > /sys/module/${modulename}/parameters/${parm}``.
97 EDD BIOS Enhanced Disk Drive Services (EDD) is enabled
105 IA-64 IA-64 architecture is enabled.
121 Documentation/m68k/kernel-options.rst.
134 PARISC The PA-RISC architecture is enabled.
142 RAM RAM disk support is enabled.
147 the Documentation/scsi/ sub-directory.
155 SWSUSP Software suspend (hibernation) is enabled.
156 SUSPEND System suspend states are enabled.
167 XT IBM PC/XT MFM hard disk support is enabled.
168 X86-32 X86-32, aka i386 architecture is enabled.
169 X86-64 X86-64 architecture is enabled.
170 More X86-64 boot options can be found in
171 Documentation/x86/x86_64/boot-options.rst.
172 X86 Either 32-bit or 64-bit x86 (same as X86-32+X86-64)
178 BUGS= Relates to possible processor bugs on the said processor.
179 KNL Is a kernel start-up parameter.
183 loader, and have no meaning to the kernel directly.
187 There are also arch-specific kernel-parameters not documented here.
188 See for example <Documentation/x86/x86_64/boot-options.rst>.
197 complete command line (parameters including spaces etc.) is limited to
207 .. include:: kernel-parameters.txt
211 ----