diff options
author | Gary Clark II <gclarkii@FreeBSD.org> | 1994-04-29 21:53:55 +0000 |
---|---|---|
committer | Gary Clark II <gclarkii@FreeBSD.org> | 1994-04-29 21:53:55 +0000 |
commit | cfecaf32f081180ad744b8a9d859ad54bdccb0c4 (patch) | |
tree | 25e935999cc0052434acd0f48a8a4443b593e296 /sys | |
parent | a5a7a6cdf7784a5aa5b31d5f7991f116d98b4be4 (diff) | |
download | src-cfecaf32f081180ad744b8a9d859ad54bdccb0c4.tar.gz src-cfecaf32f081180ad744b8a9d859ad54bdccb0c4.zip |
Added GPL_MATH_EMULATE to options
This should not be used in binary distributions.
Notes
Notes:
svn path=/head/; revision=1434
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 6 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 6 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 16def71b021c..e1464da11908 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 16def71b021c..e1464da11908 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 16def71b021c..e1464da11908 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 # |