diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-10-13 20:59:35 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-10-13 20:59:35 +0000 |
commit | 42d8c6cc44a2ae130df7152e15c9eb6ee9ddab04 (patch) | |
tree | ee63337d8d5678f45f1b4cd90689aaa13b5543ba | |
parent | 1e07fb887cfc74733ce49d28e5188a43229a3d71 (diff) |
better USER_LDT comment; originally suggested by seb@todesplanet.de; ok deraadt
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 3f867f52be0..d9043b4d763 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.320 2002/09/26 21:44:37 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.321 2002/10/13 20:59:34 pvalchev Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -17,7 +17,7 @@ option GPL_MATH_EMULATE # floating point emulation. option USER_PCICONF # user-space PCI configuration #option VM86 # Virtual 8086 emulation -#option USER_LDT # user-settable LDT; used by WINE +#option USER_LDT # user-settable LDT; see i386_set_ldt(2) option APERTURE # in-kernel aperture driver for XFree86 #option KGDB # Remote debugger support; exclusive of DDB |