38cd14c3b3
LINT kernel config files (will be added later). The list is far from complete and there are some missing files, busses and devices.
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
# $NetBSD: lint.compat,v 1.1 2006/04/26 18:36:25 rpaulo Exp $
|
|
|
|
# Compatibility options
|
|
options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
|
|
options COMPAT_09 # NetBSD 0.9
|
|
options COMPAT_10 # NetBSD 1.0
|
|
options COMPAT_11 # NetBSD 1.1
|
|
options COMPAT_12 # NetBSD 1.2, 386BSD, and BSDI
|
|
options COMPAT_13 # NetBSD 1.3, 386BSD, and BSDI
|
|
options COMPAT_14 # NetBSD 1.4
|
|
options COMPAT_15 # NetBSD 1.5
|
|
options COMPAT_16 # NetBSD 1.6
|
|
options COMPAT_20 # NetBSD 2.0
|
|
options COMPAT_30 # NetBSD 3.0
|
|
options COMPAT_43 # 4.3BSD, 386BSD, and BSDI
|
|
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
|
options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
|
|
|
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
|
|
options COMPAT_SVR4 # binary compatibility with SVR4
|
|
options COMPAT_IBCS2 # binary compatibility with SCO and ISC
|
|
options COMPAT_LINUX # binary compatibility with Linux
|
|
options COMPAT_FREEBSD # binary compatibility with FreeBSD
|
|
options COMPAT_MACH # binary compatibility with Mach binaries
|
|
options COMPAT_DARWIN # binary compatibility with Darwin binaries
|
|
options EXEC_MACHO # exec MACH-O binaries
|
|
options COMPAT_PECOFF # kernel support to run Win32 apps
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|