mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
doc: reformat some long lines in kernel-parameters.txt
Reformat text to (mostly) stay within 80 columns of text. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
7c4be253d3
commit
ecb08d8131
1 changed files with 7 additions and 7 deletions
|
@ -1799,10 +1799,10 @@ and is between 256 and 4096 characters. It is defined in the file
|
||||||
autoconfiguration.
|
autoconfiguration.
|
||||||
Ranges are in pairs (memory base and size).
|
Ranges are in pairs (memory base and size).
|
||||||
|
|
||||||
dynamic_printk
|
dynamic_printk Enables pr_debug()/dev_dbg() calls if
|
||||||
Enables pr_debug()/dev_dbg() calls if
|
CONFIG_DYNAMIC_PRINTK_DEBUG has been enabled.
|
||||||
CONFIG_DYNAMIC_PRINTK_DEBUG has been enabled. These can also
|
These can also be switched on/off via
|
||||||
be switched on/off via <debugfs>/dynamic_printk/modules
|
<debugfs>/dynamic_printk/modules
|
||||||
|
|
||||||
print-fatal-signals=
|
print-fatal-signals=
|
||||||
[KNL] debug: print fatal signals
|
[KNL] debug: print fatal signals
|
||||||
|
@ -2438,8 +2438,8 @@ and is between 256 and 4096 characters. It is defined in the file
|
||||||
Format:
|
Format:
|
||||||
<irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]]
|
<irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]]
|
||||||
|
|
||||||
norandmaps Don't use address space randomization
|
norandmaps Don't use address space randomization. Equivalent to
|
||||||
Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space
|
echo 0 > /proc/sys/kernel/randomize_va_space
|
||||||
|
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue