c - how to debug x86 assembly -


I am writing VMM for Intel x86 architecture. Most codes include x86 platform specific assembly and c code. Can someone help me to debug an assembly code that includes the hardware data structure?

If it is considered to be running VMM on a Windows host, then you can use Visual Studio Must be able to debug the assembly.

If your problem is that you are familiar with the essential hardware architecture, like VMCS, GDT, LDT, IDT, TSS and so on, then I recommend that you introduce yourself to IA32. Take the time, especially since it has long been taught with many details, but I do not think how you can write VMM without it.


Comments