summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-13 20:59:36 +0000
committerpeter <peter@FreeBSD.org>1999-04-13 20:59:36 +0000
commit1f5077107fba314943d85998083ee31c9ccb1e3d (patch)
treecc6c0aec89488d48bee53571257c2ee4a33a56c3
parentf9d40bf2df8300ce823dcffca1147560d58bc4ab (diff)
downloadFreeBSD-src-1f5077107fba314943d85998083ee31c9ccb1e3d.zip
FreeBSD-src-1f5077107fba314943d85998083ee31c9ccb1e3d.tar.gz
Add a commented-out example on using the makeoptions command to get a
kernel.debug.
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/i386/conf/GENERIC4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 1d3e4f5..237aecf 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.157 1999/04/11 20:53:50 n_hibma Exp $
+# $Id: GENERIC,v 1.158 1999/04/13 19:38:09 peter Exp $
machine "i386"
cpu "I386_CPU"
@@ -21,6 +21,8 @@ cpu "I686_CPU"
ident GENERIC
maxusers 32
+#makeoptions DEBUG="-g" #Build kernel with gdb(1) debug symbols
+
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 1d3e4f5..237aecf 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.157 1999/04/11 20:53:50 n_hibma Exp $
+# $Id: GENERIC,v 1.158 1999/04/13 19:38:09 peter Exp $
machine "i386"
cpu "I386_CPU"
@@ -21,6 +21,8 @@ cpu "I686_CPU"
ident GENERIC
maxusers 32
+#makeoptions DEBUG="-g" #Build kernel with gdb(1) debug symbols
+
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
OpenPOWER on IntegriCloud