summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-01-14 10:11:10 +0000
committerjhb <jhb@FreeBSD.org>2001-01-14 10:11:10 +0000
commit167decc50b34c893fadb374df6ef77cf67298f94 (patch)
tree2ad8cfb3d2f2b5ffc739f4cd1e2907bc26a13d4b /sys
parent8fe01fc4afb83506d3a0352a71fb101167aa2bf2 (diff)
downloadFreeBSD-src-167decc50b34c893fadb374df6ef77cf67298f94.zip
FreeBSD-src-167decc50b34c893fadb374df6ef77cf67298f94.tar.gz
Remove I386_CPU from GENERIC. Support for the 386 seriously pessimizes
performance on other x86 processors. Custom kernels can still be built that will run on the 386.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index aa003d0..4871fbd 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -18,7 +18,6 @@
# $FreeBSD$
machine i386
-cpu I386_CPU
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
@@ -29,6 +28,7 @@ maxusers 32
#hints "GENERIC.hints" #Default places to look for devices.
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
+makeoptions KERNEL=kernel.GENERIC
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index aa003d0..4871fbd 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -18,7 +18,6 @@
# $FreeBSD$
machine i386
-cpu I386_CPU
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
@@ -29,6 +28,7 @@ maxusers 32
#hints "GENERIC.hints" #Default places to look for devices.
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
+makeoptions KERNEL=kernel.GENERIC
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
OpenPOWER on IntegriCloud