MONOLITHIC revision 1.2
1#
2# Non MODULAR, used mostly as a reference as to what we modularized.
3#
4include "arch/i386/conf/GENERIC"
5
6no options	MODULAR
7
8options 	EXEC_AOUT	# exec a.out binaries
9options 	EXEC_ELF32	# exec ELF binaries
10options 	EXEC_SCRIPT	# exec #! scripts
11options 	COREDUMP
12
13options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
14options 	AIO		# POSIX AIO, built as a module
15
16options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
17options 	COMPAT_09	# NetBSD 0.9,
18options 	COMPAT_10	# NetBSD 1.0,
19options 	COMPAT_11	# NetBSD 1.1,
20options 	COMPAT_12	# NetBSD 1.2,
21options 	COMPAT_13	# NetBSD 1.3, 386BSD, and BSDI
22options 	COMPAT_14	# NetBSD 1.4
23options 	COMPAT_15	# NetBSD 1.5
24options 	COMPAT_16	# NetBSD 1.6
25options 	COMPAT_20	# NetBSD 2.0
26options 	COMPAT_30	# NetBSD 3.0
27options 	COMPAT_40	# NetBSD 4.0
28options 	COMPAT_43	# and 4.3BSD
29
30options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
31options 	COMPAT_SVR4	# binary compatibility with SVR4
32options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
33options 	COMPAT_LINUX	# binary compatibility with Linux
34options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
35
36# File systems
37file-system 	FFS		# UFS
38file-system 	EXT2FS		# second extended file system (linux)
39file-system 	LFS		# log-structured file system
40file-system 	MFS		# memory file system
41file-system 	NFS		# Network File System client
42file-system 	NTFS		# Windows/NT file system (experimental)
43file-system 	CD9660		# ISO 9660 + Rock Ridge file system
44file-system 	MSDOSFS		# MS-DOS file system
45file-system 	FDESC		# /dev/fd
46file-system 	KERNFS		# /kern
47file-system 	NULLFS		# loopback file system
48file-system 	OVERLAY		# overlay file system
49file-system 	PORTAL		# portal filesystem (still experimental)
50file-system 	PROCFS		# /proc
51file-system 	UMAPFS		# NULLFS + uid and gid remapping
52file-system 	UNION		# union file system
53file-system 	CODA		# Coda File System; also needs vcoda (below)
54file-system 	SMBFS		# experimental - CIFS; also needs nsmb (below)
55file-system 	PTYFS		# /dev/ptm support
56file-system 	TMPFS		# Efficient memory file-system
57
58options 	QUOTA		# UFS quotas
59
60options 	NFSSERVER
61
62options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
63options 	PPP_DEFLATE	# Deflate compression support for PPP
64
65pseudo-device	accf_data	# "dataready" accept filter
66pseudo-device	accf_http	# "httpready" accept filter
67
68pseudo-device	vcoda		4	# coda minicache <-> venus comm.
69
70pseudo-device	nsmb		# experimental - SMB requester
71