Re-enable INCLUDE_CONFIG_FILE in the GENERIC kernel config files for

i386, amd64 and usermode - it is necessary for retrieving information
on kernel configuration for running kernels - cf config -x.
This commit is contained in:
agc 2008-05-25 19:05:16 +00:00
parent ae85e6b957
commit 2481b1e8b9
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.214 2008/05/23 21:22:38 jnemeth Exp $
# $NetBSD: GENERIC,v 1.215 2008/05/25 19:05:16 agc Exp $
#
# GENERIC machine description file
#
@ -20,9 +20,9 @@
include "arch/amd64/conf/std.amd64"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.214 $"
#ident "GENERIC-$Revision: 1.215 $"
maxusers 64 # estimated number of users

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.897 2008/05/23 21:17:40 jnemeth Exp $
# $NetBSD: GENERIC,v 1.898 2008/05/25 19:05:17 agc Exp $
#
# GENERIC machine description file
#
@ -20,9 +20,9 @@
include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.897 $"
#ident "GENERIC-$Revision: 1.898 $"
maxusers 64 # estimated number of users

View File

@ -1,9 +1,9 @@
# $NetBSD: GENERIC,v 1.1 2007/12/29 14:38:30 jmcneill Exp $
# $NetBSD: GENERIC,v 1.2 2008/05/25 19:05:17 agc Exp $
include "arch/usermode/conf/std.usermode"
#options INCLUDE_CONFIG_FILE
#ident "GENERIC-$Revision: 1.1 $"
options INCLUDE_CONFIG_FILE
#ident "GENERIC-$Revision: 1.2 $"
maxusers 32
makeoptions DEBUG="-g3"
makeoptions COPTS="-O2 -fno-omit-frame-pointer"