summaryrefslogtreecommitdiff
path: root/sys/arch/i386
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
parentf513472537977a510d4408f741969de547ae6eb4 (diff)
COMPAT_NOMID -> COMPAT_BSDOS, in preperation for a real emul library.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/conf/ALL6
-rw-r--r--sys/arch/i386/conf/BABY6
-rw-r--r--sys/arch/i386/conf/DISKLESS5
-rw-r--r--sys/arch/i386/conf/ELBERETH6
-rw-r--r--sys/arch/i386/conf/GANDALF6
-rw-r--r--sys/arch/i386/conf/GENERIC3
-rw-r--r--sys/arch/i386/conf/HERMES6
-rw-r--r--sys/arch/i386/conf/LAP6
-rw-r--r--sys/arch/i386/conf/NETTAN6
-rw-r--r--sys/arch/i386/conf/OPRAH6
-rw-r--r--sys/arch/i386/conf/PETRA3
-rw-r--r--sys/arch/i386/conf/SARUMAN6
-rw-r--r--sys/arch/i386/conf/TARDIS14
-rw-r--r--sys/arch/i386/conf/THREADWAY10
-rw-r--r--sys/arch/i386/conf/WALDORF6
15 files changed, 52 insertions, 43 deletions
diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL
index 99cfb759f9a..e07804f8d65 100644
--- a/sys/arch/i386/conf/ALL
+++ b/sys/arch/i386/conf/ALL
@@ -1,4 +1,4 @@
-# $OpenBSD: ALL,v 1.15 1997/06/23 19:05:37 kstailey Exp $
+# $OpenBSD: ALL,v 1.16 1997/09/02 04:11:19 downsj Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# ALL -- everything that's currently supported
@@ -38,8 +38,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 compatibilty with NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
@@ -49,6 +48,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 USER_LDT # user-settable LDT; used by WINE
option LKM # loadable kernel modules
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY
index 0970f654a00..43bd6992159 100644
--- a/sys/arch/i386/conf/BABY
+++ b/sys/arch/i386/conf/BABY
@@ -1,4 +1,4 @@
-# $OpenBSD: BABY,v 1.21 1997/07/22 21:15:48 deraadt Exp $
+# $OpenBSD: BABY,v 1.22 1997/09/02 04:11:20 downsj Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -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
@@ -46,6 +45,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 USER_LDT # user-settable LDT; used by WINE
option LKM # loadable kernel modules
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS
index bc432994863..137c6314a4f 100644
--- a/sys/arch/i386/conf/DISKLESS
+++ b/sys/arch/i386/conf/DISKLESS
@@ -1,4 +1,4 @@
-# $OpenBSD: DISKLESS,v 1.17 1997/04/29 05:15:15 deraadt Exp $
+# $OpenBSD: DISKLESS,v 1.18 1997/09/02 04:11:20 downsj Exp $
# $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
@@ -37,8 +37,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
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
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
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 631e3831484..8d2c9a8285b 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.42 1997/08/25 05:28:05 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.43 1997/09/02 04:11:22 downsj Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -27,6 +27,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
maxusers 32 # estimated number of users
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
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
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
diff --git a/sys/arch/i386/conf/OPRAH b/sys/arch/i386/conf/OPRAH
index ad9453e6811..7e07eb295a1 100644
--- a/sys/arch/i386/conf/OPRAH
+++ b/sys/arch/i386/conf/OPRAH
@@ -1,4 +1,4 @@
-# $OpenBSD: OPRAH,v 1.15 1997/08/07 09:06:25 niklas Exp $
+# $OpenBSD: OPRAH,v 1.16 1997/09/02 04:11:23 downsj Exp $
#
# OPRAH -- Niklas Hallqvist's test machine
#
@@ -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_43 # and 4.3BSD
#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
@@ -45,6 +44,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 USER_LDT # user-settable LDT; used by WINE
option LKM # loadable kernel modules
diff --git a/sys/arch/i386/conf/PETRA b/sys/arch/i386/conf/PETRA
index 9ffdafb86cb..5e3fdb55244 100644
--- a/sys/arch/i386/conf/PETRA
+++ b/sys/arch/i386/conf/PETRA
@@ -1,4 +1,4 @@
-# $OpenBSD: PETRA,v 1.4 1997/08/07 09:05:49 niklas Exp $
+# $OpenBSD: PETRA,v 1.5 1997/09/02 04:11:24 downsj Exp $
#
# PETRA -- everything that's currently supported with certain
# changes for Applitron's fileserver petra, a 128 MB
@@ -37,6 +37,7 @@ option COMPAT_SVR4_NCR # " (NCR variant)
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
maxusers 32 # estimated number of users
diff --git a/sys/arch/i386/conf/SARUMAN b/sys/arch/i386/conf/SARUMAN
index 6f1a50354eb..271780f00e3 100644
--- a/sys/arch/i386/conf/SARUMAN
+++ b/sys/arch/i386/conf/SARUMAN
@@ -1,7 +1,7 @@
#
# SARUMAN -- i486DX/50 EISA bus
#
-# $OpenBSD: SARUMAN,v 1.4 1997/04/29 05:15:18 deraadt Exp $
+# $OpenBSD: SARUMAN,v 1.5 1997/09/02 04:11:24 downsj Exp $
#
machine i386 # architecture, used by config; REQUIRED
@@ -36,8 +36,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
@@ -47,6 +46,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
diff --git a/sys/arch/i386/conf/TARDIS b/sys/arch/i386/conf/TARDIS
index 5605e1cbcb5..defbf7b9ae2 100644
--- a/sys/arch/i386/conf/TARDIS
+++ b/sys/arch/i386/conf/TARDIS
@@ -6,7 +6,7 @@
# Please note that before you use this kernel config as an example for
# anything, it currently requires special boot blocks.
#
-# $OpenBSD: TARDIS,v 1.2 1997/06/23 19:05:39 kstailey Exp $
+# $OpenBSD: TARDIS,v 1.3 1997/09/02 04:11:24 downsj Exp $
#
machine i386
@@ -31,7 +31,6 @@ option SYSVSEM
option SYSVSHM
option SHMMAXPGS=1024
-#option COMPAT_NOMID
#option COMPAT_09
#option COMPAT_10
#option COMPAT_11
@@ -42,6 +41,7 @@ option COMPAT_SVR4
option COMPAT_IBCS2
option COMPAT_LINUX
option COMPAT_FREEBSD
+option COMPAT_BSDOS
option LKM
@@ -68,6 +68,7 @@ option PROCFS
option GATEWAY
option INET
+option IPSEC
config bsd root on wd0 swap on wd0
@@ -84,6 +85,7 @@ isadma0 at isa?
pccom0 at isa? port 0x3f8 irq 4
pccom1 at isa? port 0x2f8 irq 3
+pccom2 at isa? port 0x170 irq 7 # Really PnP device, argh.
lpt0 at isa? port 0x278 irq 5
@@ -95,7 +97,7 @@ fdc0 at isa? port 0x3f0 irq 6 drq 2
fd* at fdc? drive ?
wdc0 at isa? port 0x1f0 irq 14
-wdc1 at isa? port 0x170 irq 15
+#wdc1 at isa? port 0x170 irq 15
wd* at wdc? drive ?
pseudo-device loop 1
@@ -103,6 +105,8 @@ pseudo-device bpfilter 8
pseudo-device sl 2
pseudo-device ppp 2
pseudo-device tun 2
+pseudo-device enc 4
-pseudo-device pty 64
-pseudo-device vnd 8
+pseudo-device pty 16
+pseudo-device vnd 4
+pseudo-device pctr 1
diff --git a/sys/arch/i386/conf/THREADWAY b/sys/arch/i386/conf/THREADWAY
index fd123beb96c..30fecedd085 100644
--- a/sys/arch/i386/conf/THREADWAY
+++ b/sys/arch/i386/conf/THREADWAY
@@ -1,7 +1,7 @@
#
# THREADWAY: threadway.teeny.org
#
-# $OpenBSD: THREADWAY,v 1.18 1997/06/08 19:14:03 downsj Exp $
+# $OpenBSD: THREADWAY,v 1.19 1997/09/02 04:11:25 downsj Exp $
#
machine i386
@@ -9,7 +9,7 @@ option I586_CPU
option XSERVER
option EXTMEM_SIZE=56320
-option PCVT_USL_VT_COMPAT=1,PCVT_SCREENSAVER=1,PCVT_PRETTYSCRNS=0
+option PCVT_SCREENSAVER=1,PCVT_PRETTYSCRNS=0
option NMBCLUSTERS=512
maxusers 32
@@ -29,7 +29,6 @@ option SYSVSEM
option SYSVSHM
#option SHMMAXPGS=1024
-option COMPAT_NOMID
option COMPAT_09
option COMPAT_10
option COMPAT_11
@@ -40,6 +39,7 @@ option COMPAT_SVR4
option COMPAT_IBCS2
option COMPAT_LINUX
option COMPAT_FREEBSD
+option COMPAT_BSDOS
option BOOT_CONFIG
@@ -66,6 +66,7 @@ option UMAPFS
option UNION
option INET
+option IPSEC
config bsd root on wd0 swap on wd0 and wd1 and wd2
@@ -106,6 +107,8 @@ ch* at scsibus? target ? lun ? # SCSI autochangers
fdc0 at isa? port 0x3f0 irq 6 drq 2
fd* at fdc? drive ?
+#cmdpci* at pci? dev ? function ?
+
wdc0 at isa? port 0x1f0 irq 14
wdc1 at isa? port 0x170 irq 15
wd* at wdc? drive ?
@@ -117,6 +120,7 @@ acd* at atapibus? drive?
pseudo-device loop 1
pseudo-device bpfilter 8
pseudo-device tun 2
+pseudo-device enc 4
pseudo-device pty 64
pseudo-device vnd 8
diff --git a/sys/arch/i386/conf/WALDORF b/sys/arch/i386/conf/WALDORF
index 991e2f10c37..ec8d0fa1dfd 100644
--- a/sys/arch/i386/conf/WALDORF
+++ b/sys/arch/i386/conf/WALDORF
@@ -1,4 +1,4 @@
-# $OpenBSD: WALDORF,v 1.10 1997/06/23 19:05:40 kstailey Exp $
+# $OpenBSD: WALDORF,v 1.11 1997/09/02 04:11:25 downsj Exp $
#
# WALDORF -- a 486 kernel config Applitron use for some gateway
# machines (waldorf and neuro).
@@ -35,8 +35,7 @@ option BOOT_CONFIG # user kernel config
#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 BOOT_CONFIG # user kernel config
#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