From 167decc50b34c893fadb374df6ef77cf67298f94 Mon Sep 17 00:00:00 2001 From: jhb Date: Sun, 14 Jan 2001 10:11:10 +0000 Subject: [PATCH] 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. --- sys/amd64/conf/GENERIC | 2 +- sys/i386/conf/GENERIC | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index aa003d04bd9..4871fbd06e8 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 aa003d04bd9..4871fbd06e8 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 -- 2.45.0