|
@@ -596,9 +596,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
|
|
|
is selected automatically. Check
|
|
|
Documentation/kdump/kdump.txt for further details.
|
|
|
|
|
|
- crashkernel_low=size[KMG]
|
|
|
- [KNL, x86] parts under 4G.
|
|
|
-
|
|
|
crashkernel=range1:size1[,range2:size2,...][@offset]
|
|
|
[KNL] Same as above, but depends on the memory
|
|
|
in the running system. The syntax of range is
|
|
@@ -606,6 +603,17 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
|
|
|
a memory unit (amount[KMG]). See also
|
|
|
Documentation/kdump/kdump.txt for an example.
|
|
|
|
|
|
+ crashkernel_low=size[KMG]
|
|
|
+ [KNL, x86_64] range under 4G. When crashkernel= is
|
|
|
+ passed, kernel allocate physical memory region
|
|
|
+ above 4G, that cause second kernel crash on system
|
|
|
+ that require some amount of low memory, e.g. swiotlb
|
|
|
+ requires at least 64M+32K low memory. Kernel would
|
|
|
+ try to allocate 72M below 4G automatically.
|
|
|
+ This one let user to specify own low range under 4G
|
|
|
+ for second kernel instead.
|
|
|
+ 0: to disable low allocation.
|
|
|
+
|
|
|
cs89x0_dma= [HW,NET]
|
|
|
Format: <dma>
|
|
|
|