diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 78b63fe5..25245701 100644 --- a/include/config.h +++ b/include/config.h @@ -52,8 +52,10 @@ //#define OPAL_DEBUG_CONSOLE_IO 1 //#define OPAL_DEBUG_CONSOLE_POLL 1 -/* Enable this for mambo console */ -//#define MAMBO_CONSOLE 1 +/* Enable this to force all writes to the in-memory console to + * be mirrored on the mambo console + */ +//#define MAMBO_DEBUG_CONSOLE 1 /* Enable this to hookup SkiBoot log to the DVS console */ #define DVS_CONSOLE 1 |