diff options
author | Michael Brown <mcb30@ipxe.org> | 2023-05-23 13:25:44 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2023-05-23 13:25:44 +0100 |
commit | 66af429f238b335e97c24e0afd7cedba35ffd63a (patch) | |
tree | 9620a2d17441e1bcc2a8d58d962511ad8ae7745b /src/config/console.h | |
parent | a95439a5188d96988ad7031cace084a13fcede14 (diff) | |
download | ipxe-66af429f238b335e97c24e0afd7cedba35ffd63a.tar.gz |
WIP - first successful sbat hackshim3
Diffstat (limited to 'src/config/console.h')
-rw-r--r-- | src/config/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/console.h b/src/config/console.h index 9f770d094..689e0519f 100644 --- a/src/config/console.h +++ b/src/config/console.h @@ -39,7 +39,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); //#define CONSOLE_SYSLOG /* Syslog console */ //#define CONSOLE_SYSLOGS /* Encrypted syslog console */ //#define CONSOLE_VMWARE /* VMware logfile console */ -//#define CONSOLE_DEBUGCON /* Bochs/QEMU/KVM debug port console */ +#define CONSOLE_DEBUGCON /* Bochs/QEMU/KVM debug port console */ //#define CONSOLE_INT13 /* INT13 disk log console */ /* |