summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/GANDALF
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/conf/GANDALF')
-rw-r--r--sys/arch/i386/conf/GANDALF6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GANDALF b/sys/arch/i386/conf/GANDALF
index bbc5882f175..ac815315786 100644
--- a/sys/arch/i386/conf/GANDALF
+++ b/sys/arch/i386/conf/GANDALF
@@ -1,7 +1,7 @@
#
# GANDALF -- Dual Tyan P5/133 PCI/EISA bus
#
-# $OpenBSD: GANDALF,v 1.23 1997/04/29 05:15:16 deraadt Exp $
+# $OpenBSD: GANDALF,v 1.24 1997/09/02 04:11:21 downsj Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -41,8 +41,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
@@ -52,6 +51,7 @@ option COMPAT_43 # and 4.3BSD
#option COMPAT_IBCS2 # binary compatibility with SCO and ISC
#option COMPAT_LINUX # binary compatibility with Linux
option COMPAT_FREEBSD # binary compatibility with FreeBSD
+option COMPAT_BSDOS # binary compatibility with BSD/OS
#option USER_LDT # user-settable LDT; used by WINE
option LKM # loadable kernel modules