diff options
author | peter <peter@FreeBSD.org> | 1998-10-16 03:26:54 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-10-16 03:26:54 +0000 |
commit | 6bd228cfe201763dc4ce10f2cdaf2644930e12b5 (patch) | |
tree | 41314d02c7ee5cd1f5f994158d5164ded0db18c1 /etc | |
parent | a8354e7057ecc1506a7ee2d57e04b8e3b63bc8e0 (diff) | |
download | FreeBSD-src-6bd228cfe201763dc4ce10f2cdaf2644930e12b5.zip FreeBSD-src-6bd228cfe201763dc4ce10f2cdaf2644930e12b5.tar.gz |
Commented out example of changing the default kernel format with warning.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 10 | ||||
-rw-r--r-- | etc/make.conf | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index a26852b..796e0a4 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.68 1998/08/26 21:20:47 dillon Exp $ +# $Id: make.conf,v 1.69 1998/08/29 01:24:21 dillon Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -38,6 +38,14 @@ # #COPTFLAGS= -O -pipe # +# To use an ELF kernel, you can set this flag. MAKE SURE that you have a +# working /boot/loader installed. /boot.config should specify "/boot/loader" +# as the kernel. The bootblocks load the third stage loader, then it loads +# the kernel proper and any other modules you want. Its startup script +# file is /boot/loader.conf: +# +#KERNFORMAT= elf +# # To compile and install the 4.4 lite libm instead of the default use: # #WANT_CSRG_LIBM= yes diff --git a/etc/make.conf b/etc/make.conf index a26852b..796e0a4 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.68 1998/08/26 21:20:47 dillon Exp $ +# $Id: make.conf,v 1.69 1998/08/29 01:24:21 dillon Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -38,6 +38,14 @@ # #COPTFLAGS= -O -pipe # +# To use an ELF kernel, you can set this flag. MAKE SURE that you have a +# working /boot/loader installed. /boot.config should specify "/boot/loader" +# as the kernel. The bootblocks load the third stage loader, then it loads +# the kernel proper and any other modules you want. Its startup script +# file is /boot/loader.conf: +# +#KERNFORMAT= elf +# # To compile and install the 4.4 lite libm instead of the default use: # #WANT_CSRG_LIBM= yes |