Hello,
I'm trying to use QEMU step through some MBR assembly code by using
gdb remotely, and I can't figure out where to set the breakpoint. I
know that on a native PC the MBR code gets relocated to 0x7c00, but
that didn't work when running through QEMU. I'm using the -S switch
to stop the emula
Hi,
On Tue, 10 Jan 2006, Jan Rupar wrote:
> I'm trying to use QEMU step through some MBR assembly code by using
> gdb remotely, and I can't figure out where to set the breakpoint. I
> know that on a native PC the MBR code gets relocated to 0x7c00, but
> that didn't work when running through QEMU