42#define DEBUG_PORT 0xe9
45#define DEBUG_PORT_CHECK 0xe9
48#if ! ( defined ( CONSOLE_DEBUGCON ) && CONSOLE_EXPLICIT ( CONSOLE_DEBUGCON ) )
49#undef CONSOLE_DEBUGCON
50#define CONSOLE_DEBUGCON ( CONSOLE_USAGE_ALL & ~CONSOLE_USAGE_TUI )
80 DBG (
"Debug port not present; disabling console\n" );
static void debugcon_putchar(int character)
Print a character to debug port console.
static void debugcon_init(void)
Initialise debug port console.
#define DEBUG_PORT_CHECK
Debug port installation check magic value.
#define DEBUG_PORT
Debug port.
#define DBG(...)
Print a debugging message.
#define INIT_EARLY
Early initialisation.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define CONSOLE_DISABLED
Console is disabled for all uses.
#define __console_driver
Mark a struct console_driver as being part of the console drivers table.
#define outb(data, io_addr)
#define __init_fn(init_order)
Declare an initialisation functon.
An initialisation function.