From e448434f83daa3539da57d6795559cda11ff40b2 Mon Sep 17 00:00:00 2001 From: Benjamin David Lunt <11790532+fysnet@users.noreply.github.com> Date: Sun, 10 Sep 2023 18:38:05 -0700 Subject: [PATCH] Start of the Experimental USB Debugger --- bochs/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs/config.h.in b/bochs/config.h.in index ddd0eecdd4..c8fbb658a2 100644 --- a/bochs/config.h.in +++ b/bochs/config.h.in @@ -232,7 +232,7 @@ #error You must use SMF to have plugins #endif -#define USE_RAW_SERIAL 0 +#define BX_USE_RAW_SERIAL 0 // This option enables RAM file backing for large guest memory with a smaller // amount host memory, without causing a panic when host memory is exhausted.