mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Added GPL_MATH_EMULATE to options
This should not be used in binary distributions.
This commit is contained in:
parent
a5a7a6cdf7
commit
cfecaf32f0
3 changed files with 15 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue