summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf/HERMES
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/HERMES
parentf513472537977a510d4408f741969de547ae6eb4 (diff)
COMPAT_NOMID -> COMPAT_BSDOS, in preperation for a real emul library.
Diffstat (limited to 'sys/arch/i386/conf/HERMES')
-rw-r--r--sys/arch/i386/conf/HERMES6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/HERMES b/sys/arch/i386/conf/HERMES
index 3d0a4fbf310..be6847402f1 100644
--- a/sys/arch/i386/conf/HERMES
+++ b/sys/arch/i386/conf/HERMES
@@ -3,7 +3,7 @@
#
# This system was a 468 but now has an Intel Pentium Overdrive Processor[tm]
#
-# $OpenBSD: HERMES,v 1.9 1997/07/07 11:42:49 kstailey Exp $
+# $OpenBSD: HERMES,v 1.10 1997/09/02 04:11:22 downsj Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -31,8 +31,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
@@ -42,6 +41,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 VM86 # Virtual x86 mode; to be used by dos emualtors
#option USER_LDT # user-settable LDT; used by WINE