Restore comments accidentally removed.

MFC after: 3 days
This commit is contained in:
imp 2014-06-06 04:08:55 +00:00
parent f421527aa8
commit 7694525189
6 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@
cpu HAMMER
ident GENERIC
makeoptions DEBUG=-g
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
options SCHED_ULE # ULE scheduler

View File

@ -59,7 +59,7 @@ options VFP # vfp/neon
options SMP # Symmetric MultiProcessor Kernel
# Debugging
makeoptions DEBUG=-g
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options DDB
options KDB
# options BREAK_TO_DEBUGGER

View File

@ -23,7 +23,7 @@ cpu I586_CPU
cpu I686_CPU
ident GENERIC
makeoptions DEBUG=-g
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
options SCHED_ULE # ULE scheduler

View File

@ -6,7 +6,7 @@
cpu I686_CPU
ident XEN
makeoptions DEBUG=-g
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
# The following modules don't build with PAE and XEN enabled.
makeoptions WITHOUT_MODULES="ctl dpt drm drm2 hptmv ida malo mwl"

View File

@ -23,7 +23,7 @@
cpu ITANIUM2
ident GENERIC
makeoptions DEBUG=-g # Build kernel with debug information.
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options AUDIT # Security event auditing
options CAPABILITY_MODE # Capsicum capability mode

View File

@ -21,7 +21,7 @@
cpu SUN4U
ident GENERIC
makeoptions DEBUG=-g
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
# Platforms supported
# At this time all platforms are supported, as-is.