added options I686_CPU (commented or uncommented) per thorpej

This commit is contained in:
perry 1997-01-16 23:30:28 +00:00
parent 4d08f671d5
commit 090b876b86
6 changed files with 12 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.37 1997/01/15 01:28:44 perry Exp $
# $NetBSD: DISKLESS,v 1.38 1997/01/16 23:30:28 perry Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@ -10,6 +10,7 @@ include "arch/i386/conf/std.i386"
options I386_CPU # CPU classes; at least one is REQUIRED
options I486_CPU
options I586_CPU
options I686_CPU
options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.68 1997/01/16 23:25:03 christos Exp $
# $NetBSD: GENERIC,v 1.69 1997/01/16 23:30:29 perry Exp $
#
# GENERIC -- everything that's currently supported
#
@ -8,6 +8,7 @@ include "arch/i386/conf/std.i386"
options I386_CPU # CPU classes; at least one is REQUIRED
options I486_CPU
options I586_CPU
options I686_CPU
options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation

View File

@ -1,4 +1,4 @@
# $NetBSD: HOMEWORLD,v 1.9 1997/01/15 01:28:46 perry Exp $
# $NetBSD: HOMEWORLD,v 1.10 1997/01/16 23:30:31 perry Exp $
#
# HOMEWORLD - Mail, CVS, and GNATS server
#
@ -8,6 +8,7 @@ include "arch/i386/conf/std.i386"
#options I386_CPU # CPU classes; at least one is REQUIRED
options I486_CPU # CPU classes; at least one is REQUIRED
#options I586_CPU
#options I686_CPU
#options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.30 1997/01/15 01:28:47 perry Exp $
# $NetBSD: INSTALL,v 1.31 1997/01/16 23:30:32 perry Exp $
#
# INSTALL -- an installation kernel config.
# adapters. This kernel should be GENERICOTHER with lines
@ -14,6 +14,7 @@ include "arch/i386/conf/std.i386"
options I386_CPU # CPU classes; at least one is REQUIRED
options I486_CPU
options I586_CPU
options I686_CPU
options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation

View File

@ -1,4 +1,4 @@
# $NetBSD: SUN_LAMP,v 1.81 1997/01/15 01:28:49 perry Exp $
# $NetBSD: SUN_LAMP,v 1.82 1997/01/16 23:30:33 perry Exp $
#
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
#
@ -8,6 +8,7 @@ include "arch/i386/conf/std.i386"
#options I386_CPU # CPU classes; at least one is REQUIRED
options I486_CPU
#options I586_CPU
#options I686_CPU
#options MATH_EMULATE # floating point emulation
# Some BIOSes don't get the size of extended memory right. If you

View File

@ -1,4 +1,4 @@
# $NetBSD: WARPED,v 1.15 1997/01/15 01:28:49 perry Exp $
# $NetBSD: WARPED,v 1.16 1997/01/16 23:30:34 perry Exp $
#
# WARPED - ftp/sup.netbsd.org server machine
#
@ -12,6 +12,7 @@ include "arch/i386/conf/std.i386"
#options I386_CPU # CPU classes; at least one is REQUIRED
#options I486_CPU
options I586_CPU # 83MHz P24T
#options I686_CPU
#options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation