2008-08-11 23:03:36 +00:00
|
|
|
#disable_smp true
|
|
|
|
# disables multiprocessor support, default is enabled
|
|
|
|
|
2005-05-29 16:04:18 +00:00
|
|
|
#serial_debug_output false
|
2007-04-29 17:21:33 +00:00
|
|
|
# disables serial debug output, default is enabled
|
2005-05-29 16:04:18 +00:00
|
|
|
|
2007-04-29 17:21:33 +00:00
|
|
|
#serial_debug_port 1
|
2005-05-29 10:58:50 +00:00
|
|
|
# possible values: <num>|<port>
|
2005-01-24 21:13:24 +00:00
|
|
|
# serial interface number (as enumerated by the BIOS) or the
|
|
|
|
# base port of the serial interface to be used for kernel
|
|
|
|
# debug output and the kernel debugger
|
2007-04-29 17:21:33 +00:00
|
|
|
# default is 0 (COM1)
|
2005-01-24 21:13:24 +00:00
|
|
|
|
2007-04-29 17:21:33 +00:00
|
|
|
#serial_debug_speed 57600
|
2007-02-27 00:27:23 +00:00
|
|
|
# possible values: <9600|19200|38400|57600|115200>
|
2007-04-29 17:21:33 +00:00
|
|
|
# default is 115200
|
2005-01-24 21:13:24 +00:00
|
|
|
|
2005-05-29 16:04:18 +00:00
|
|
|
#syslog_debug_output false
|
2007-04-29 17:21:33 +00:00
|
|
|
# disables syslog debug output - all debug output is also sent to
|
|
|
|
# the syslog service by default.
|
2005-05-29 16:04:18 +00:00
|
|
|
|
2008-10-22 10:41:31 +00:00
|
|
|
#syslog_buffer_size 131768
|
|
|
|
# The default size of the internal syslog ring buffer - if you often see
|
|
|
|
# <DROP> or <TRUNC> messages in your syslog, you might want to increase
|
|
|
|
# this value. Defaults to 65536 bytes.
|
|
|
|
|
2007-04-29 17:21:33 +00:00
|
|
|
#syslog_time_stamps true
|
2008-10-22 10:41:31 +00:00
|
|
|
# Include time stamps in syslog debug output, defaults to false.
|
2005-05-29 16:04:18 +00:00
|
|
|
|
2007-04-29 17:21:33 +00:00
|
|
|
#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
|
2005-01-24 21:13:24 +00:00
|
|
|
# Activates Bochs debug output if enabled in the kernel
|
|
|
|
# (available on x86 as a build option only)
|
|
|
|
|
2007-04-29 17:21:33 +00:00
|
|
|
#qemu_single_step_hack true
|
2005-03-25 18:49:41 +00:00
|
|
|
# Activates a hack that allows single-stepping under qemu
|
|
|
|
# to work.
|
2005-05-29 16:04:18 +00:00
|
|
|
|
2009-12-15 15:55:16 +00:00
|
|
|
load_symbols true
|
2007-04-29 17:21:33 +00:00
|
|
|
# load kernel and kernel add-on symbols, default is off
|
2005-05-29 16:04:18 +00:00
|
|
|
|
2007-04-29 17:21:33 +00:00
|
|
|
#apm true
|
2006-01-30 14:43:38 +00:00
|
|
|
# APM (advanced power management) support
|
|
|
|
# (system shutdown, battery info, ...)
|
2007-04-29 17:21:33 +00:00
|
|
|
# default is off
|
2006-01-30 14:43:38 +00:00
|
|
|
|
* Added an emergency key mechanism to the kernel, inspired by Jan Klötzke's
patch from about a year ago (I couldn't use any code of his yet, though,
but there are a few things left). The emergency keys are triggered by
pressing Alt-SysReq + key.
* By default, only Alt-SysReq+'d' is used as a means to deliberately enter
the kernel debugger. F12 belongs to userland again, now :-)
* Debugger add-ons now have another optional method to implement their own
emergency keys - 'd' for the debugger cannot be overridden, though.
* The mechanism can be turned off via a new kernel setting, so it's not that
easy anymore to "crash" Haiku if you don't want to.
* Right now, the PS/2 driver, and the pre-input_server in-kernel debugger
keyboard mini-driver support this, USB not yet.
* Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31660 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-07-20 20:39:37 +00:00
|
|
|
#emergency_keys false
|
|
|
|
# Disables emergency keys (ie. Alt-SysReq+*), enabled by default
|
|
|
|
|
2010-04-25 17:33:13 +00:00
|
|
|
acpi true
|
|
|
|
# ACPI support, disabled by default
|
2009-09-22 21:10:18 +00:00
|
|
|
|
|
|
|
#acpi_avoid_full_init true
|
|
|
|
# Avoids running _INI and _STA methods and final object initialization,
|
|
|
|
# which may be used to for debugging ACPI issues, false by default
|
2010-06-23 11:13:39 +00:00
|
|
|
|
|
|
|
#4gb_memory_limit true
|
|
|
|
# Ignores all memory beyond the 4 GB address limit. Default is false.
|