Add a commented-out example on using the makeoptions command to get a
kernel.debug.
This commit is contained in:
parent
b9da114482
commit
112904833c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user