summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgclarkii <gclarkii@FreeBSD.org>1994-04-29 21:53:55 +0000
committergclarkii <gclarkii@FreeBSD.org>1994-04-29 21:53:55 +0000
commit7a31fda8cc91a3bb2e0688c91ec997489a1432d0 (patch)
tree25e935999cc0052434acd0f48a8a4443b593e296 /sys
parent7798f251a6e3a0d1f8c8f228cb5b84eabdf6ce2e (diff)
downloadFreeBSD-src-7a31fda8cc91a3bb2e0688c91ec997489a1432d0.zip
FreeBSD-src-7a31fda8cc91a3bb2e0688c91ec997489a1432d0.tar.gz
Added GPL_MATH_EMULATE to options
This should not be used in binary distributions.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
3 files changed, 15 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 16def71..e1464da 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.63 1994/04/23 12:13:27 ache Exp $
+# $Id: LINT,v 1.64 1994/04/23 21:39:02 wollman Exp $
#
machine "i386"
@@ -16,6 +16,10 @@ maxusers 10
maxfdescs 2048 #Max file descriptors per process
options MATH_EMULATE #Support for x87 emulation
+# Do not use in binary distributions
+#options GPL_MATH_EMULATE #Support for x87 emualtion via
+ #new math emulator
+
config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
#
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 16def71..e1464da 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.63 1994/04/23 12:13:27 ache Exp $
+# $Id: LINT,v 1.64 1994/04/23 21:39:02 wollman Exp $
#
machine "i386"
@@ -16,6 +16,10 @@ maxusers 10
maxfdescs 2048 #Max file descriptors per process
options MATH_EMULATE #Support for x87 emulation
+# Do not use in binary distributions
+#options GPL_MATH_EMULATE #Support for x87 emualtion via
+ #new math emulator
+
config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
#
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 16def71..e1464da 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
-# $Id: LINT,v 1.63 1994/04/23 12:13:27 ache Exp $
+# $Id: LINT,v 1.64 1994/04/23 21:39:02 wollman Exp $
#
machine "i386"
@@ -16,6 +16,10 @@ maxusers 10
maxfdescs 2048 #Max file descriptors per process
options MATH_EMULATE #Support for x87 emulation
+# Do not use in binary distributions
+#options GPL_MATH_EMULATE #Support for x87 emualtion via
+ #new math emulator
+
config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
#
OpenPOWER on IntegriCloud