mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 10:32:52 +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:
@@ -102,7 +102,7 @@ static void vmconsole_putchar ( int character ) {
|
||||
/** VMware logfile console driver */
|
||||
struct console_driver vmconsole __console_driver = {
|
||||
.putchar = vmconsole_putchar,
|
||||
.disabled = 1,
|
||||
.disabled = CONSOLE_DISABLED,
|
||||
.usage = CONSOLE_VMWARE,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user