diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-05-09 22:26:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-05-09 22:26:10 +0000 |
| commit | 2c8635c642a3971331ef2d7ef1651ded067af555 (patch) | |
| tree | d8d239f68c32e97087501cd8d431a24bbf466aba | |
| parent | 1a9e10d8a11c13aca78f32edbcfd740819762bee (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 6 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 6 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 77e3fb1146b5..fe9778b7a2ab 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.594 1999/05/06 18:08:23 peter Exp $ +# $Id: LINT,v 1.595 1999/05/09 16:45:56 phk Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -37,7 +37,11 @@ maxusers 10 # but that isn't normally necessary as the debug symbols are not loaded # by the kernel and are not useful there anyway. # +# KERNEL can be overridden so that you can change the default name of your +# kernel. +# #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols +#makeoptions KERNEL=foo #Build kernel "foo" and install "/foo" # # Certain applications can grow to be larger than the 128M limit diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 77e3fb1146b5..fe9778b7a2ab 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.594 1999/05/06 18:08:23 peter Exp $ +# $Id: LINT,v 1.595 1999/05/09 16:45:56 phk Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -37,7 +37,11 @@ maxusers 10 # but that isn't normally necessary as the debug symbols are not loaded # by the kernel and are not useful there anyway. # +# KERNEL can be overridden so that you can change the default name of your +# kernel. +# #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols +#makeoptions KERNEL=foo #Build kernel "foo" and install "/foo" # # Certain applications can grow to be larger than the 128M limit diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 77e3fb1146b5..fe9778b7a2ab 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.594 1999/05/06 18:08:23 peter Exp $ +# $Id: LINT,v 1.595 1999/05/09 16:45:56 phk Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -37,7 +37,11 @@ maxusers 10 # but that isn't normally necessary as the debug symbols are not loaded # by the kernel and are not useful there anyway. # +# KERNEL can be overridden so that you can change the default name of your +# kernel. +# #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols +#makeoptions KERNEL=foo #Build kernel "foo" and install "/foo" # # Certain applications can grow to be larger than the 128M limit |
