| .. | .. |
|---|
| 9 | 9 | punctuation and sorting digits before letters in a case insensitive |
|---|
| 10 | 10 | manner), and with descriptions where known. |
|---|
| 11 | 11 | |
|---|
| 12 | | -The kernel parses parameters from the kernel command line up to "--"; |
|---|
| 12 | +The kernel parses parameters from the kernel command line up to "``--``"; |
|---|
| 13 | 13 | if it doesn't recognize a parameter and it doesn't contain a '.', the |
|---|
| 14 | 14 | parameter gets passed to init: parameters with '=' go into init's |
|---|
| 15 | 15 | 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. |
|---|
| 17 | 17 | |
|---|
| 18 | 18 | Module parameters can be specified in two ways: via the kernel command |
|---|
| 19 | 19 | line with a module name prefix, or via modprobe, e.g.:: |
|---|
| .. | .. |
|---|
| 88 | 88 | APIC APIC support is enabled. |
|---|
| 89 | 89 | APM Advanced Power Management support is enabled. |
|---|
| 90 | 90 | ARM ARM architecture is enabled. |
|---|
| 91 | + ARM64 ARM64 architecture is enabled. |
|---|
| 91 | 92 | AX25 Appropriate AX.25 support is enabled. |
|---|
| 92 | 93 | CLK Common clock infrastructure is enabled. |
|---|
| 93 | 94 | CMA Contiguous Memory Area support is enabled. |
|---|
| .. | .. |
|---|
| 117 | 118 | LOOP Loopback device support is enabled. |
|---|
| 118 | 119 | M68k M68k architecture is enabled. |
|---|
| 119 | 120 | These options have more detailed description inside of |
|---|
| 120 | | - Documentation/m68k/kernel-options.txt. |
|---|
| 121 | + Documentation/m68k/kernel-options.rst. |
|---|
| 121 | 122 | MDA MDA console support is enabled. |
|---|
| 122 | 123 | MIPS MIPS architecture is enabled. |
|---|
| 123 | 124 | MOUSE Appropriate mouse support is enabled. |
|---|
| .. | .. |
|---|
| 167 | 168 | X86-32 X86-32, aka i386 architecture is enabled. |
|---|
| 168 | 169 | X86-64 X86-64 architecture is enabled. |
|---|
| 169 | 170 | 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. |
|---|
| 171 | 172 | X86 Either 32-bit or 64-bit x86 (same as X86-32+X86-64) |
|---|
| 172 | 173 | X86_UV SGI UV support is enabled. |
|---|
| 173 | 174 | XEN Xen support is enabled |
|---|
| .. | .. |
|---|
| 181 | 182 | Parameters denoted with BOOT are actually interpreted by the boot |
|---|
| 182 | 183 | loader, and have no meaning to the kernel directly. |
|---|
| 183 | 184 | 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>. |
|---|
| 185 | 186 | |
|---|
| 186 | 187 | 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>. |
|---|
| 188 | 189 | |
|---|
| 189 | 190 | Note that ALL kernel parameters listed below are CASE SENSITIVE, and that |
|---|
| 190 | 191 | a trailing = on the name of any parameter states that that parameter will |
|---|