From 52cd597b2a3f54d49699427e1176253840652166 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Tue, 5 Nov 2019 17:44:16 -0800 Subject: [PATCH] enabled magic breakkpoints in bochs --- bochsrc.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bochsrc.conf b/bochsrc.conf index 4607ea8..b8ca884 100644 --- a/bochsrc.conf +++ b/bochsrc.conf @@ -1,5 +1,5 @@ megs: 32 -display_library: x +display_library: x, options="gui_debug" romimage: file=/usr/share/bochs/BIOS-bochs-latest vgaromimage: file=/usr/share/bochs/VGABIOS-lgpl-latest ata0-master: type=cdrom, path=os.iso, status=inserted @@ -8,3 +8,4 @@ log: bochslog.txt clock: sync=realtime, time0=local cpu: count=1, ips=1000000 com1: enabled=1, mode=file, dev=COM1.out +magic_break: enabled=1