summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-08-28 13:21:48 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-08-28 13:21:48 +0000
commit587a02a3325f03825dbc3a7aabcdaad97c3df481 (patch)
tree6fac51b0507668604a3e5529994ec41759c01c18 /sys/conf
parent7a6447606ece0618edfebfa7be684f86c6265bba (diff)
downloadFreeBSD-src-587a02a3325f03825dbc3a7aabcdaad97c3df481.zip
FreeBSD-src-587a02a3325f03825dbc3a7aabcdaad97c3df481.tar.gz
Added options MATH_EMULTATE to the kernel config files to pull in the
387 math emulator (sys/i386/i386/math_emulate.c). Made that file only get compiled if options MATH_EMULATE is in the kernel.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files.i3864
2 files changed, 4 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3d5bc30..4a85e61 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.2 1993/08/26 17:55:58 rgrimes Exp $
+# $Id: LINT,v 1.3 1993/08/27 02:10:12 rgrimes Exp $
#
machine "i386"
@@ -13,6 +13,7 @@ ident LINT
timezone 8 dst
maxusers 10
maxfdescs 2048 #Max file descriptors per process
+options MATH_EMULATE #Support for x87 emulation
config "386bsd" root on wd0 swap on wd0 and sd0
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index ce50da6..6106066 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.8 1993/08/21 22:24:24 rgrimes Exp $
+# $Id: files.i386,v 1.9 1993/08/21 23:52:36 rgrimes Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@@ -10,7 +10,7 @@ i386/i386/db_interface.c optional ddb
i386/i386/db_trace.c optional ddb
i386/i386/in_cksum.c optional inet
i386/i386/machdep.c standard config-dependent
-i386/i386/math_emulate.c standard
+i386/i386/math_emulate.c optional math_emulate
i386/i386/mem.c standard
i386/i386/microtime.s standard
i386/i386/ns_cksum.c optional ns
OpenPOWER on IntegriCloud