I want to set a breakpoint at 0x7c00 when I run bochsdbg.
I don't want to type these two commands my myself everytime.
b 0x7c00
c
How to do it in bochsrc.txt?
Thank you~
How about using magic breakpoint? Add magic_break: enabled=1
to your bochsrc file, and then add xchg bx, bx
to where you wanna set breakpoint in the asm file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With