Navigation:
Linux Kernel Driver DataBase -
web LKDDB:
Main index -
C index
The Linux kernel configuration item CONFIG_CRASH_DUMP has multiple definitions:
arch/powerpc/KconfigThe configuration item CONFIG_CRASH_DUMP:
CONFIG_PPC_MULTIPLATFORM && CONFIG_PPC64 && CONFIG_EXPERIMENTALBuild a kernel suitable for use as a kdump capture kernel. The kernel will be linked at a different address than normal, and so can only be used for Kdump.
Don't change this unless you know what you are doing.
arch/powerpc/KconfigThe configuration item CONFIG_CRASH_DUMP:
CONFIG_PPC64 || CONFIG_6xx || CONFIG_FSL_BOOKE || ( CONFIG_44x && ! CONFIG_SMP )Build a kernel suitable for use as a kdump capture kernel. The same kernel binary can be used as production kernel and dump capture kernel.
arch/arm/KconfigThe configuration item CONFIG_CRASH_DUMP:
(none)Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel
For more details see Documentation/kdump/kdump.txt
arch/mips/KconfigThe configuration item CONFIG_CRASH_DUMP:
(none)Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel or firmware using PHYSICAL_START.
arch/i386/KconfigThe configuration item CONFIG_CRASH_DUMP:
( CONFIG_EXPERIMENTAL ) && ( CONFIG_HIGHMEM )Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel or BIOS using PHYSICAL_START. For more details see Documentation/kdump/kdump.txt
arch/ia64/KconfigThe configuration item CONFIG_CRASH_DUMP:
CONFIG_EXPERIMENTAL && CONFIG_IA64_MCA_RECOVERY && ! CONFIG_IA64_HP_SIM && (! CONFIG_SMP || CONFIG_HOTPLUG_CPU )Generate crash dump after being started by kexec.
arch/sh/KconfigThe configuration item CONFIG_CRASH_DUMP:
CONFIG_SUPERH32 && CONFIG_BROKEN_ON_SMPGenerate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel using PHYSICAL_START.
For more details see Documentation/kdump/kdump.txt
arch/x86/KconfigThe configuration item CONFIG_CRASH_DUMP:
( CONFIG_EXPERIMENTAL ) && ( CONFIG_X86_64 || ( CONFIG_X86_32 && CONFIG_HIGHMEM ))Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel or BIOS using PHYSICAL_START, or it must be built as a relocatable image (RELOCATABLE=y). For more details see Documentation/kdump/kdump.txt
arch/x86_64/KconfigThe configuration item CONFIG_CRASH_DUMP:
CONFIG_EXPERIMENTALGenerate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel or BIOS using PHYSICAL_START. For more details see Documentation/kdump/kdump.txt
arch/ia64/KconfigThe configuration item CONFIG_CRASH_DUMP:
CONFIG_IA64_MCA_RECOVERY && ! CONFIG_IA64_HP_SIM && (! CONFIG_SMP || CONFIG_HOTPLUG_CPU )Generate crash dump after being started by kexec.
arch/s390/KconfigThe configuration item CONFIG_CRASH_DUMP:
CONFIG_64BIT && CONFIG_SMPGenerate crash dump after being started by kexec. Crash dump kernels are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. For more details see Documentation/kdump/kdump.txt
arch/x86/KconfigThe configuration item CONFIG_CRASH_DUMP:
CONFIG_X86_64 || ( CONFIG_X86_32 && CONFIG_HIGHMEM )Generate crash dump after being started by kexec. This should be normally only set in special crash dump kernels which are loaded in the main kernel with kexec-tools into a specially reserved region and then later executed after a crash by kdump/kexec. The crash dump kernel must be compiled to a memory address not used by the main kernel or BIOS using PHYSICAL_START, or it must be built as a relocatable image (RELOCATABLE=y). For more details see Documentation/kdump/kdump.txt
Raw data from LKDDb:
(none)This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index
Automatically generated (in year 2013) with gen-web-lkddb.py in lkddb-sources.