mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
[console] Remove "log message" usage from interactive console defaults
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -52,7 +52,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
/* Set default console usage if applicable */
|
||||
#if ! ( defined ( CONSOLE_EFI ) && CONSOLE_EXPLICIT ( CONSOLE_EFI ) )
|
||||
#undef CONSOLE_EFI
|
||||
#define CONSOLE_EFI CONSOLE_USAGE_ALL
|
||||
#define CONSOLE_EFI ( CONSOLE_USAGE_ALL & ~CONSOLE_USAGE_LOG )
|
||||
#endif
|
||||
|
||||
/** Current character attribute */
|
||||
|
||||
@@ -38,7 +38,7 @@ FILE_LICENCE(GPL2_OR_LATER);
|
||||
/* Set default console usage if applicable */
|
||||
#if ! ( defined ( CONSOLE_LINUX ) && CONSOLE_EXPLICIT ( CONSOLE_LINUX ) )
|
||||
#undef CONSOLE_LINUX
|
||||
#define CONSOLE_LINUX CONSOLE_USAGE_ALL
|
||||
#define CONSOLE_LINUX ( CONSOLE_USAGE_ALL & ~CONSOLE_USAGE_LOG )
|
||||
#endif
|
||||
|
||||
static void linux_console_putchar(int c)
|
||||
|
||||
Reference in New Issue
Block a user