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
This commit is contained in:
parent
1eedf23081
commit
9f2dae6a17
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user