diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index c6859b94aaa7..7bf6bd2f530b 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -499,6 +499,13 @@ and is between 256 and 4096 characters. It is defined in the file | |||
499 | [KNL] Reserve a chunk of physical memory to | 499 | [KNL] Reserve a chunk of physical memory to |
500 | hold a kernel to switch to with kexec on panic. | 500 | hold a kernel to switch to with kexec on panic. |
501 | 501 | ||
502 | crashkernel=range1:size1[,range2:size2,...][@offset] | ||
503 | [KNL] Same as above, but depends on the memory | ||
504 | in the running system. The syntax of range is | ||
505 | start-[end] where start and end are both | ||
506 | a memory unit (amount[KMG]). See also | ||
507 | Documentation/kdump/kdump.txt for a example. | ||
508 | |||
502 | cs4232= [HW,OSS] | 509 | cs4232= [HW,OSS] |
503 | Format: <io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq> | 510 | Format: <io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq> |
504 | 511 | ||