Clump USER_LDT with other CPU-related options.

This commit is contained in:
mycroft 1997-10-08 10:09:36 +00:00
parent 92eb1c2492
commit 4d36fbdfa1
7 changed files with 22 additions and 23 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.47 1997/10/08 09:32:36 mycroft Exp $
# $NetBSD: DISKLESS,v 1.48 1997/10/08 10:09:36 mycroft Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@ -12,7 +12,8 @@ options I486_CPU
options I586_CPU
options I686_CPU
options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation
#options VM86 # virtual 8086 emulation
options USER_LDT # user-settable LDT; used by WINE
# The following options override the memory sizes passed in from the boot
# block. Use them *only* if the boot block is unable to determine the correct
@ -58,7 +59,6 @@ options COMPAT_SVR4 # binary compatibility with SVR4
options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
options USER_LDT # user-settable LDT; used by WINE
options LKM # loadable kernel modules
#file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.101 1997/10/08 09:32:37 mycroft Exp $
# $NetBSD: GENERIC,v 1.102 1997/10/08 10:09:38 mycroft Exp $
#
# GENERIC -- everything that's currently supported
#
@ -10,7 +10,8 @@ options I486_CPU
options I586_CPU
options I686_CPU
options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation
#options VM86 # virtual 8086 emulation
options USER_LDT # user-settable LDT; used by WINE
# The following options override the memory sizes passed in from the boot
# block. Use them *only* if the boot block is unable to determine the correct
@ -56,7 +57,6 @@ options COMPAT_FREEBSD # binary compatibility with FreeBSD
options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
options USER_LDT # user-settable LDT; used by WINE
options LKM # loadable kernel modules
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: HOMEWORLD,v 1.19 1997/10/08 09:32:38 mycroft Exp $
# $NetBSD: HOMEWORLD,v 1.20 1997/10/08 10:09:39 mycroft Exp $
#
# HOMEWORLD - Mail, CVS, and GNATS server
#
@ -6,11 +6,12 @@
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 I486_CPU
#options I586_CPU
#options I686_CPU
#options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation
#options VM86 # virtual 8086 emulation
#options USER_LDT # user-settable LDT; used by WINE
# The following options override the memory sizes passed in from the boot
# block. Use them *only* if the boot block is unable to determine the correct
@ -53,7 +54,6 @@ options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
#options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
#options USER_LDT # user-settable LDT; used by WINE
#options LKM # loadable kernel modules
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.49 1997/10/08 09:32:39 mycroft Exp $
# $NetBSD: INSTALL,v 1.50 1997/10/08 10:09:40 mycroft Exp $
#
# INSTALL -- an installation kernel config.
# This kernel should be derived from GENERIC with ramdisk
@ -14,7 +14,8 @@ options I486_CPU
options I586_CPU
options I686_CPU
options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation
#options VM86 # virtual 8086 emulation
#options USER_LDT # user-settable LDT; used by WINE
# The following options override the memory sizes passed in from the boot
# block. Use them *only* if the boot block is unable to determine the correct
@ -67,7 +68,6 @@ options COMPAT_12 # NetBSD 1.2,
#options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
#options USER_LDT # user-settable LDT; used by WINE
options LKM # loadable kernel modules
file-system FFS # UFS

View File

@ -1,4 +1,4 @@
# $NetBSD: KICKME,v 1.42 1997/06/25 04:41:19 mellon Exp $
# $NetBSD: KICKME,v 1.43 1997/10/08 10:09:42 mycroft Exp $
#
# KICKME -- 486Cx-33 development machine
#
@ -8,7 +8,8 @@ include "arch/i386/conf/std.i386"
maxusers 24 # estimated number of users
options I486_CPU
options VM86 # Virtual 8086 emulation
options VM86 # virtual 8086 emulation
options USER_LDT # user-settable LDT; used by WINE
options XSERVER
options UCONSOLE
@ -34,8 +35,6 @@ options COMPAT_LINUX # binary compatibility with Linux
options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
options USER_LDT # user-settable LDT; used by WINE
file-system FFS # UFS
file-system NFS # Network File System client
file-system CD9660 # ISO 9660 + Rock Ridge file system

View File

@ -1,4 +1,4 @@
# $NetBSD: SUN_LAMP,v 1.90 1997/10/08 09:32:40 mycroft Exp $
# $NetBSD: SUN_LAMP,v 1.91 1997/10/08 10:09:43 mycroft Exp $
#
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
#
@ -10,6 +10,7 @@ options I486_CPU
#options I586_CPU
#options I686_CPU
#options MATH_EMULATE # floating point emulation
#options USER_LDT # user-settable LDT; used by WINE
# The following options override the memory sizes passed in from the boot
# block. Use them *only* if the boot block is unable to determine the correct
@ -47,7 +48,6 @@ options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
#options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
#options USER_LDT # user-settable LDT; used by WINE
options LKM # loadable kernel modules
options INSECURE

View File

@ -1,4 +1,4 @@
# $NetBSD: WARPED,v 1.25 1997/10/08 09:32:40 mycroft Exp $
# $NetBSD: WARPED,v 1.26 1997/10/08 10:09:44 mycroft Exp $
#
# WARPED - ftp/sup.netbsd.org server machine
#
@ -11,10 +11,11 @@ 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 I586_CPU
#options I686_CPU
#options MATH_EMULATE # floating point emulation
#options VM86 # Virtual 8086 emulation
#options VM86 # virtual 8086 emulation
#options USER_LDT # user-settable LDT; used by WINE
# The following options override the memory sizes passed in from the boot
# block. Use them *only* if the boot block is unable to determine the correct
@ -57,7 +58,6 @@ options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
#options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
#options USER_LDT # user-settable LDT; used by WINE
#options LKM # loadable kernel modules
file-system FFS # UFS