Enabled syslog debug output by default, added new syslog options to config file.

Reversed arguments in kernel settings file, now you only need to uncomment a line
to get the non-default setting. Explained default setting in comments.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20906 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2007-04-29 17:21:33 +00:00
parent e27964028e
commit 1263aca646
+25 -14
View File
@@ -1,36 +1,47 @@
#serial_debug_output false #serial_debug_output false
# enables serial debug output # disables serial debug output, default is enabled
#serial_debug_port 0 #serial_debug_port 1
# possible values: <num>|<port> # possible values: <num>|<port>
# serial interface number (as enumerated by the BIOS) or the # serial interface number (as enumerated by the BIOS) or the
# base port of the serial interface to be used for kernel # base port of the serial interface to be used for kernel
# debug output and the kernel debugger # debug output and the kernel debugger
# default is 0 (COM1)
#serial_debug_speed 115200 #serial_debug_speed 57600
# possible values: <9600|19200|38400|57600|115200> # possible values: <9600|19200|38400|57600|115200>
# default is 115200
#syslog_debug_output false #syslog_debug_output false
# enables syslog debug output - all debug output is also sent to # disables syslog debug output - all debug output is also sent to
# the syslog service # the syslog service by default.
#bluescreen true #syslog_time_stamps true
# enables/disables on-screen KDL (defaults to on) # Include time stamps in syslog debug output,
# you don't get them by default
#bochs_debug_output false #syslog_max_size 20MB
# change maximum syslog file size, default is 512kB
#bluescreen false
# enables/disables on-screen KDL (defaults to on),
# you want to disable this for serial debugging
#bochs_debug_output true
# Activates Bochs debug output if enabled in the kernel # Activates Bochs debug output if enabled in the kernel
# (available on x86 as a build option only) # (available on x86 as a build option only)
#qemu_single_step_hack false #qemu_single_step_hack true
# Activates a hack that allows single-stepping under qemu # Activates a hack that allows single-stepping under qemu
# to work. # to work.
#load_symbols false #load_symbols true
# load kernel and kernel add-on symbols # load kernel and kernel add-on symbols, default is off
#apm false #apm true
# APM (advanced power management) support # APM (advanced power management) support
# (system shutdown, battery info, ...) # (system shutdown, battery info, ...)
# default is off
#acpi true #acpi false
# ACPI support # ACPI support, on by default