mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 17:12:40 +03:00
[console] Allow console input and output to be disabled independently
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -74,7 +74,7 @@ static void debugcon_init ( void ) {
|
||||
check = inb ( DEBUG_PORT );
|
||||
if ( check != DEBUG_PORT_CHECK ) {
|
||||
DBG ( "Debug port not present; disabling console\n" );
|
||||
debugcon_console.disabled = 1;
|
||||
debugcon_console.disabled = CONSOLE_DISABLED;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user