Enabled serial output earlier.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35699 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-03-01 13:48:31 +00:00
parent dfa77fa65b
commit c0d54ea244
1 changed files with 3 additions and 2 deletions

View File

@ -124,6 +124,7 @@ _start(void)
args.arguments = NULL;
serial_init();
serial_enable();
console_init();
cpu_init();
mmu_init();
@ -132,8 +133,8 @@ _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)
serial_enable();
// if (sBootOptions & BOOT_OPTION_DEBUG_OUTPUT)
// serial_enable();
apm_init();
acpi_init();