Enable bochs magic breakpoint.
This commit is contained in:
parent
fff3d8927c
commit
f2c2cff98a
2
.bochsrc
2
.bochsrc
|
@ -11,3 +11,5 @@ romimage: file=/home/drew/opt/bochs/share/bochs/BIOS-bochs-latest
|
||||||
vgaromimage: file=/home/drew/opt/bochs/share/bochs/VGABIOS-lgpl-latest.bin
|
vgaromimage: file=/home/drew/opt/bochs/share/bochs/VGABIOS-lgpl-latest.bin
|
||||||
vga: extension=vbe
|
vga: extension=vbe
|
||||||
port_e9_hack: enabled=1
|
port_e9_hack: enabled=1
|
||||||
|
# Breaks on XCHGW %BX, %BX
|
||||||
|
magic_break: enabled=1
|
||||||
|
|
Loading…
Reference in New Issue