From 9f2dae6a17897028c8356ec1c85fc10500054bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 26 Oct 2005 22:31:27 +0000 Subject: [PATCH] For now, always enable serial debug output in the boot loader. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14532 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/bios_ia32/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/platform/bios_ia32/start.c b/src/system/boot/platform/bios_ia32/start.c index 18a4b0783b..8e38402c4d 100644 --- a/src/system/boot/platform/bios_ia32/start.c +++ b/src/system/boot/platform/bios_ia32/start.c @@ -125,7 +125,7 @@ _start(void) // reading the keyboard doesn't seem to work in graphics mode (maybe a bochs problem) sBootOptions = check_for_boot_keys(); - if (sBootOptions & BOOT_OPTION_DEBUG_OUTPUT) + //if (sBootOptions & BOOT_OPTION_DEBUG_OUTPUT) serial_enable(); smp_init();