summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/NETTAN
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-09-02 04:11:26 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-09-02 04:11:26 +0000
commit0726b1698d830803298b771b5ecb19d8b0469022 (patch)
tree9423536c8ca80c73ff82ae66ea7d8a4b02536780 /sys/arch/i386/conf/NETTAN
parentf513472537977a510d4408f741969de547ae6eb4 (diff)
COMPAT_NOMID -> COMPAT_BSDOS, in preperation for a real emul library.
Diffstat (limited to 'sys/arch/i386/conf/NETTAN')
-rw-r--r--sys/arch/i386/conf/NETTAN6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/NETTAN b/sys/arch/i386/conf/NETTAN
index 5513234af74..4452a241b6c 100644
--- a/sys/arch/i386/conf/NETTAN
+++ b/sys/arch/i386/conf/NETTAN
@@ -1,4 +1,4 @@
-# $OpenBSD: NETTAN,v 1.20 1997/08/07 09:04:51 niklas Exp $
+# $OpenBSD: NETTAN,v 1.21 1997/09/02 04:11:23 downsj Exp $
#
# NETTAN -- Applitron Datasystem AB
#
@@ -32,8 +32,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_43 # and 4.3BSD
#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
@@ -45,6 +44,7 @@ option ELF_MAP_PAGE_ZERO
option COMPAT_SVR4_NCR # " (NCR variant)
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
option COMPAT_LINUX # binary compatibility with Linux
+option COMPAT_BSDOS # binary compatibility with BSD/OS
option USER_LDT # user-settable LDT; used by WINE
option LKM # loadable kernel modules