Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Architecture-dependent portions of kexec reside in arch/your-arch/kernel/machine_kexec.c and arch/your-arch/kernel/relocate_kernel.S. The generic parts live in kernel/kexec.c (and include/linux/kexec.h). Peek inside arch/your-arch/kernel/crash.c and arch/your-arch/kernel crash_dump.c for the kdump implementation. Documentation/kdump/kdump.txt contains installation information.