How to debug Linux kernel modules with QEMU?
I am working on academic project that modifies some Kernel Networking code as well as include a new Kernel module . I am using QEMU to load modified kernel and test. However, i find that a complete OS is required in some .img to debug. Is it possible without it ? Or, which is the distro that can be used with Kernel 2.6 for system. The distro need not have any features, except ability to run programs, including networking support. The easiest way in my opinion is to use buildroot http://buildroot.uclibc.org/ clone it, configure it to use your custom kernel (default userspace is fine for a start