debug kernel常用的kernel config
下载: https://files.cnblogs.com/files/powerrailgun/kernel-418-config.zip
使用方法
将以上文件保存名为kernel-config
文件。
cd <kernel-source-dir>
cp ../kernel-config .config
make oldconfig
make -j20
参考:https://consen.github.io/2018/01/17/debug-linux-kernel-with-qemu-and-gdb/