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 189df0bcab99..0a3fed445249 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -497,6 +497,13 @@ and is between 256 and 4096 characters. It is defined in the file | |||
497 | [KNL] Reserve a chunk of physical memory to | 497 | [KNL] Reserve a chunk of physical memory to |
498 | hold a kernel to switch to with kexec on panic. | 498 | hold a kernel to switch to with kexec on panic. |
499 | 499 | ||
500 | crashkernel=range1:size1[,range2:size2,...][@offset] | ||
501 | [KNL] Same as above, but depends on the memory | ||
502 | in the running system. The syntax of range is | ||
503 | start-[end] where start and end are both | ||
504 | a memory unit (amount[KMG]). See also | ||
505 | Documentation/kdump/kdump.txt for a example. | ||
506 | |||
500 | cs4232= [HW,OSS] | 507 | cs4232= [HW,OSS] |
501 | Format: <io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq> | 508 | Format: <io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq> |
502 | 509 | ||