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:
@@ -124,6 +124,7 @@ _start(void)
|
|||||||
args.arguments = NULL;
|
args.arguments = NULL;
|
||||||
|
|
||||||
serial_init();
|
serial_init();
|
||||||
|
serial_enable();
|
||||||
console_init();
|
console_init();
|
||||||
cpu_init();
|
cpu_init();
|
||||||
mmu_init();
|
mmu_init();
|
||||||
@@ -132,8 +133,8 @@ _start(void)
|
|||||||
// reading the keyboard doesn't seem to work in graphics mode
|
// reading the keyboard doesn't seem to work in graphics mode
|
||||||
// (maybe a bochs problem)
|
// (maybe a bochs problem)
|
||||||
sBootOptions = check_for_boot_keys();
|
sBootOptions = check_for_boot_keys();
|
||||||
//if (sBootOptions & BOOT_OPTION_DEBUG_OUTPUT)
|
// if (sBootOptions & BOOT_OPTION_DEBUG_OUTPUT)
|
||||||
serial_enable();
|
// serial_enable();
|
||||||
|
|
||||||
apm_init();
|
apm_init();
|
||||||
acpi_init();
|
acpi_init();
|
||||||
|
|||||||
Reference in New Issue
Block a user