[Qemu-devel] Breaking on start of MBR

2006-01-10 Thread Jan Rupar
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

Re: [Qemu-devel] Breaking on start of MBR

2006-01-10 Thread Johannes Schindelin
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