1#disable_smp true
2	# Disables multiprocessor support, which is enabled by default.
3
4#disable_ioapic true
5	# Disables IO-APIC support, which is enabled by default.
6
7#apm true
8	# APM (advanced power management) support (shutdown, battery info, etc.
9	# for legacy hardware), disabled by default.
10
11#acpi false
12	# ACPI support (interrupt routing, shutdown/reboot, battery info for modern
13	# hardware), enabled by default.
14
15#4gb_memory_limit true
16	# Ignores all memory beyond 4 GB, disabled by default.
17
18#fail_safe_video_mode true
19	# Use failsafe (VESA/framebuffer) video mode on every boot.
20
21#bluescreen false
22	# Enables/disables on-screen KDL, which defaults to enabled.
23	# You likely want to disable this when using serial debugging.
24
25load_symbols true
26	# Load kernel and kernel add-on symbols, disabled by default.
27
28#emergency_keys false
29	# Disables emergency keys (ie. Alt-SysReq+*), enabled by default.
30
31#serial_debug_output false
32	# Disables serial debug output, which is enabled by default
33
34#serial_debug_port 1
35	# Possible values: <num>|<port>
36	# Serial interface number (as enumerated by the BIOS) or the base port of
37	# the serial interface to be used for kernel debug output and KDL.
38	# Default is 0 (COM1).
39
40#serial_debug_speed 57600
41	# Possible values: <9600|19200|38400|57600|115200>, default is 115200.
42
43#syslog_debug_output false
44	# Disables sending debug output to syslog_daemon, which is enabled by default.
45	# Does not affect serial and onscreen debug output.
46
47#syslog_buffer_size 131768
48	# The default size of the internal syslog ring buffer - if you often see
49	# <DROP> or <TRUNC> messages in your syslog, you might want to increase
50	# this value. Defaults to 65536 (bytes).
51
52#syslog_time_stamps true
53	# Include time stamps in syslog debug output, defaults to false.
54
55#syslog_max_size 20MB
56	# Sets the maximum syslog file size, default is 512kB.
57
58#bochs_debug_output true
59	# Activates Bochs debug output if enabled in the kernel (available on x86
60	# as a build option only)
61
62#laplinkll_debug_output true
63	# Activates parallel debug output. Requires a laplink cable and a custom
64	# driver on the other end.
65
66#qemu_single_step_hack true
67	# Activates a hack that allows single-stepping under QEMU to work.
68