Added a sample kernel settings file, explaining the existing options.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11013 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-01-24 21:13:24 +00:00
parent 574540edd2
commit bc1c6407f6

View File

@ -0,0 +1,11 @@
#serial_debug_port <num>|<port>
# 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
#serial_debug_speed <9600|19200|38400|57600|115200>
#bochs_debug_output true
# Activates Bochs debug output if enabled in the kernel
# (available on x86 as a build option only)