diff --git a/bochs/docs-html/iodebug.html b/bochs/docs-html/iodebug.html index 2a0b51cdc..f30c8770e 100644 --- a/bochs/docs-html/iodebug.html +++ b/bochs/docs-html/iodebug.html @@ -62,10 +62,22 @@ Selects register 1: Memory monitoring range end address (exclusive)

Enable address range memory monitoring as indicated by register 0 and 1 and clears both registers

+

0x8AE0

If the debugger is enabled (via --enable-debugger), sending 0x8AE0 to port 0x8A00 after the device has been enabled will return the bochs to the debugger prompt.

+ +

0x8AE2
+

+If the debugger is enabled (via --enable-debugger), sending 0x8AE2 to port 0x8A00 after the device has been enabled will disable instruction tracing +

+ +

0x8AE3
+

+If the debugger is enabled (via --enable-debugger), sending 0x8AE3 to port 0x8A00 after the device has been enabled will enable instruction tracing +

+

0x8AFF

Disable the I/O interface to the debugger and the memory monitoring functions.