hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/Documentation/admin-guide/kernel-parameters.rst
....@@ -9,11 +9,11 @@
99 punctuation and sorting digits before letters in a case insensitive
1010 manner), and with descriptions where known.
1111
12
-The kernel parses parameters from the kernel command line up to "--";
12
+The kernel parses parameters from the kernel command line up to "``--``";
1313 if it doesn't recognize a parameter and it doesn't contain a '.', the
1414 parameter gets passed to init: parameters with '=' go into init's
1515 environment, others are passed as command line arguments to init.
16
-Everything after "--" is passed as an argument to init.
16
+Everything after "``--``" is passed as an argument to init.
1717
1818 Module parameters can be specified in two ways: via the kernel command
1919 line with a module name prefix, or via modprobe, e.g.::
....@@ -88,6 +88,7 @@
8888 APIC APIC support is enabled.
8989 APM Advanced Power Management support is enabled.
9090 ARM ARM architecture is enabled.
91
+ ARM64 ARM64 architecture is enabled.
9192 AX25 Appropriate AX.25 support is enabled.
9293 CLK Common clock infrastructure is enabled.
9394 CMA Contiguous Memory Area support is enabled.
....@@ -117,7 +118,7 @@
117118 LOOP Loopback device support is enabled.
118119 M68k M68k architecture is enabled.
119120 These options have more detailed description inside of
120
- Documentation/m68k/kernel-options.txt.
121
+ Documentation/m68k/kernel-options.rst.
121122 MDA MDA console support is enabled.
122123 MIPS MIPS architecture is enabled.
123124 MOUSE Appropriate mouse support is enabled.
....@@ -167,7 +168,7 @@
167168 X86-32 X86-32, aka i386 architecture is enabled.
168169 X86-64 X86-64 architecture is enabled.
169170 More X86-64 boot options can be found in
170
- Documentation/x86/x86_64/boot-options.txt .
171
+ Documentation/x86/x86_64/boot-options.rst.
171172 X86 Either 32-bit or 64-bit x86 (same as X86-32+X86-64)
172173 X86_UV SGI UV support is enabled.
173174 XEN Xen support is enabled
....@@ -181,10 +182,10 @@
181182 Parameters denoted with BOOT are actually interpreted by the boot
182183 loader, and have no meaning to the kernel directly.
183184 Do not modify the syntax of boot loader parameters without extreme
184
-need or coordination with <Documentation/x86/boot.txt>.
185
+need or coordination with <Documentation/x86/boot.rst>.
185186
186187 There are also arch-specific kernel-parameters not documented here.
187
-See for example <Documentation/x86/x86_64/boot-options.txt>.
188
+See for example <Documentation/x86/x86_64/boot-options.rst>.
188189
189190 Note that ALL kernel parameters listed below are CASE SENSITIVE, and that
190191 a trailing = on the name of any parameter states that that parameter will