# Sample kernel settings file
#
# This file should be moved to the directory
# /boot/home/config/settings/kernel/drivers/
#
# This file contains runtime configuration options for the kernel. 
# If you're having trouble booting and can only boot when BIOS calls
# or multiprocessor support is disabled, uncomment the appropriate 
# line by removing the initial # sign.
#
# multiprocessor_support disabled
# bios_calls disabled
# hlt disabled                      # don't call the HLT instruction in
                                    # the idle loop
# disk_cache_size 2048              # max number of blocks to cache
# disk_cache_threshold 64           # (kilobytes) I/O >= than this does not go through the cache


# SMP configuration and performance options:

# smp_io_interrupts enabled			# handle I/O interrupts on all CPUs 
# check_focus_cpu enabled			# for description see Intel's IA32 manual, Vol.3 
# max_cpu_number 1					# enable and use only the specified number of CPUs


# WARNING: The following two options work properly only on certain chipsets
# and BIOSes. TURNING ON EITHER OF THESE OPTIONS MAY RENDER YOUR SYSTEM
# UNBOOTABLE.
# apm true                          # enable BIOS power management
# enable_shutdown true              # enable power-off on system shutdown

# debugging options:

# serial_debug_port 0x3f8           # use com1 for debug output (default)
# serial_debug_port 0x2f8           # use com2 for debug output
# serial_debug_speed 19200          # 9600, 19200, 38400, 57600, 115200 or 230400, ISA only
# serial_debug_output true          # dump kernel debug output to serial port
# syslog_debug_output true          # dump kernel debug output to syslog
# bluescreen false					# disable on-console kernel crash display
# monitor_interrupt_handlers true   # monitor time spent in interrupt handlers
# kmalloc_tracking enabled			# enable tracking of kernel malloc()
# load_symbols enabled				# load kernel and kernel addon symbols
