[PC-BSD Commits] r577 - pcbsd/trunk/system-overlay/PCBSD/conf
svn at pcbsd.org
svn at pcbsd.org
Wed Aug 8 22:30:12 PDT 2007
Author: kris
Date: 2007-08-08 22:30:11 -0700 (Wed, 08 Aug 2007)
New Revision: 577
Modified:
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386
pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
Log:
Enabled debug option for our kernels
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386 2007-08-08 16:39:15 UTC (rev 576)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD-SMP.i386 2007-08-09 05:30:11 UTC (rev 577)
@@ -27,7 +27,7 @@
# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.
-#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
+makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
Modified: pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 2007-08-08 16:39:15 UTC (rev 576)
+++ pcbsd/trunk/system-overlay/PCBSD/conf/PCBSD.i386 2007-08-09 05:30:11 UTC (rev 577)
@@ -27,7 +27,7 @@
# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.
-#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
+makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
More information about the Commits
mailing list