R1A4: Disable kernel serial debugging

This commit is contained in:
Alexander von Gluck IV 2012-11-06 12:27:22 -06:00
parent e1dc5e2a7b
commit 98ef5823a9
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#disable_smp true
# disables multiprocessor support, default is enabled
#serial_debug_output false
serial_debug_output false
# disables serial debug output, default is enabled
#serial_debug_port 1

View File

@ -132,7 +132,7 @@ _start(void)
args.arguments = NULL;
serial_init();
serial_enable();
//serial_enable();
interrupts_init();
console_init();
cpu_init();
@ -143,8 +143,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();