diff options
Diffstat (limited to 'sys/arch/i386/conf/LAP')
-rw-r--r-- | sys/arch/i386/conf/LAP | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/LAP b/sys/arch/i386/conf/LAP index 614705c4f2f..3a20ebc4893 100644 --- a/sys/arch/i386/conf/LAP +++ b/sys/arch/i386/conf/LAP @@ -1,4 +1,4 @@ -# $OpenBSD: LAP,v 1.19 1997/07/22 21:15:49 deraadt Exp $ +# $OpenBSD: LAP,v 1.20 1997/09/02 04:11:22 downsj Exp $ # $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 @@ -35,8 +35,7 @@ option SYSVSEM # System V-like semaphores option SYSVSHM # System V-like memory sharing #option SHMMAXPGS=1024 # 1024 pages is the default -option COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, -option COMPAT_09 # NetBSD 0.9, +option COMPAT_09 # Kernel compatibility with NetBSD 0.9, option COMPAT_10 # NetBSD 1.0, option COMPAT_11 # NetBSD 1.1, option COMPAT_43 # and 4.3BSD @@ -44,6 +43,7 @@ option COMPAT_43 # and 4.3BSD option COMPAT_SVR4 # binary compatibility with SVR4 option COMPAT_IBCS2 # binary compatibility with SCO and ISC +option COMPAT_BSDOS # binary compatibility with BSD/OS option USER_LDT # user-settable LDT; used by WINE option LKM # loadable kernel modules |