유용한 디버깅 팁/crash utility and vmcore
[Linux kernel] vmcore enabled kernel configuration
AustinKim
2024. 8. 23. 08:52
We need to turn on the following kernel configs:
+CONFIG_CRASH_DUMP=y
+CONFIG_KEXEC=y
+CONFIG_KEXEC_FILE=y
+CONFIG_DEBUG_INFO=y
08/23/2024