I use bochs and vmware to run my OS. My kernel is loaded by my bootloader and moved to 0x0 when loaded. Now i'm trying to debug the kernel, and i want to see whether i've loaded the kernel correctly. Does anyone know how to dump memory in bochs or vmware?
thanks!