From f2c2cff98a63316e0f3cf30b7c99a1ce92d75feb Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Wed, 7 May 2025 01:41:27 -0700 Subject: [PATCH] Enable bochs magic breakpoint. --- .bochsrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bochsrc b/.bochsrc index 2e7d283..5a417a9 100644 --- a/.bochsrc +++ b/.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 vga: extension=vbe port_e9_hack: enabled=1 +# Breaks on XCHGW %BX, %BX +magic_break: enabled=1