diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-02 04:11:26 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-09-02 04:11:26 +0000 |
commit | 0726b1698d830803298b771b5ecb19d8b0469022 (patch) | |
tree | 9423536c8ca80c73ff82ae66ea7d8a4b02536780 /sys/arch/i386/conf/ELBERETH | |
parent | f513472537977a510d4408f741969de547ae6eb4 (diff) |
COMPAT_NOMID -> COMPAT_BSDOS, in preperation for a real emul library.
Diffstat (limited to 'sys/arch/i386/conf/ELBERETH')
-rw-r--r-- | sys/arch/i386/conf/ELBERETH | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/ELBERETH b/sys/arch/i386/conf/ELBERETH index 08581a98ffd..a00c4f1ea70 100644 --- a/sys/arch/i386/conf/ELBERETH +++ b/sys/arch/i386/conf/ELBERETH @@ -1,5 +1,5 @@ # -# $OpenBSD: ELBERETH,v 1.11 1997/08/29 22:40:17 kstailey Exp $ +# $OpenBSD: ELBERETH,v 1.12 1997/09/02 04:11:21 downsj Exp $ # # # ELBERETH -- 166MHz Pentium PCI @@ -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_11 # NetBSD 1.1, option COMPAT_43 # and 4.3BSD @@ -43,6 +42,7 @@ option COMPAT_SVR4 # binary compatibility with SVR4 #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 |