R1A4: Disable kernel serial debugging
This commit is contained in:
parent
e1dc5e2a7b
commit
98ef5823a9
@ -1,7 +1,7 @@
|
|||||||
#disable_smp true
|
#disable_smp true
|
||||||
# disables multiprocessor support, default is enabled
|
# disables multiprocessor support, default is enabled
|
||||||
|
|
||||||
#serial_debug_output false
|
serial_debug_output false
|
||||||
# disables serial debug output, default is enabled
|
# disables serial debug output, default is enabled
|
||||||
|
|
||||||
#serial_debug_port 1
|
#serial_debug_port 1
|
||||||
|
@ -132,7 +132,7 @@ _start(void)
|
|||||||
args.arguments = NULL;
|
args.arguments = NULL;
|
||||||
|
|
||||||
serial_init();
|
serial_init();
|
||||||
serial_enable();
|
//serial_enable();
|
||||||
interrupts_init();
|
interrupts_init();
|
||||||
console_init();
|
console_init();
|
||||||
cpu_init();
|
cpu_init();
|
||||||
@ -143,8 +143,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();
|
||||||
|
Loading…
Reference in New Issue
Block a user