diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-24 23:25:18 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-24 23:25:18 +0000 |
commit | cc5454d0dd2d12a1a93391da86ea1465e777b0d7 (patch) | |
tree | 45c0ee5622d5fba55e69a16da70d6a71cb9e2bf5 /sys/arch/i386/conf/DISKLESS | |
parent | 244260a16415aa1209785160e9b678c0c97e3a7c (diff) |
Discourage MATH_EMULATE.
Diffstat (limited to 'sys/arch/i386/conf/DISKLESS')
-rw-r--r-- | sys/arch/i386/conf/DISKLESS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 230431486a9..1350eece36c 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.14 1996/09/20 06:45:05 deraadt Exp $ +# $OpenBSD: DISKLESS,v 1.15 1996/10/24 23:25:06 downsj Exp $ # $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $ # # DISKLESS -- Generic machine setup for diskless boot. @@ -11,7 +11,7 @@ machine i386 # architecture, used by config; REQUIRED option I386_CPU # CPU classes; at least one is REQUIRED option I486_CPU option I586_CPU -option MATH_EMULATE # floating point emulation +option GPL_MATH_EMULATE # floating point emulation # Some BIOSes don't get the size of extended memory right. If you # have a broken BIOS, uncomment the following and set the value |