Some Idea, Project and Programming Notes

  • Home
  • About

gdb

Virtual Serial Connection Between Two QEMU VM

April 30, 2016IsonProjects Leave a comment

If you are a Linux user for your most of the research work and you come upon the task of debugging Windows kernel, but don’t want to switch to a Windows platform for that, QEMU can help you. We can create a virtual serial connection between two QEMU VM. One VM acts as the debugger … Continued

Linux, Virtualizationdebugging, gdb, linux, qemu, Virtualization

Kernel Debugging Using GDB & QEMU

April 20, 2016IsonProjects Leave a comment

The effect of a bug in the kernel is catastrophic and may lead to system crash. Kernel debugging is an important stepĀ for kernel developers to find out bugs or debugging kernel execution. Many developers use virtual machine while working on kernel level. QEMU is a famous virtualization tool among the kernel developers. In this tutorial … Continued

Linuxdebugging, gdb, kernel, linux

Categories