Qemu kgdb调试内核
1,编译内核按 linux-2.6.30 内核配置 版本5 编译内核 http://www.linuxidc.com/Linux/2011-12/49118.htm2,用Qemu 启动Linux/usr/local/qemu/bin/qemu -kernel ./linux-2.6.30/arch/i386/boot/bzImage -hda ./1248179541.img -boot c -append "root=/dev/sda kgdboc=tt...