MONOLITHIC revision 1.5
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_43	# and 4.3BSD
17
18options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
19options 	COMPAT_SVR4	# binary compatibility with SVR4
20options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
21options 	COMPAT_LINUX	# binary compatibility with Linux
22options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
23
24# File systems
25file-system 	FFS		# UFS
26file-system 	EXT2FS		# second extended file system (linux)
27file-system 	LFS		# log-structured file system
28file-system 	MFS		# memory file system
29file-system 	NFS		# Network File System client
30file-system 	NTFS		# Windows/NT file system (experimental)
31file-system 	CD9660		# ISO 9660 + Rock Ridge file system
32file-system 	MSDOSFS		# MS-DOS file system
33file-system 	FDESC		# /dev/fd
34file-system 	KERNFS		# /kern
35file-system 	NULLFS		# loopback file system
36file-system 	OVERLAY		# overlay file system
37file-system 	PORTAL		# portal filesystem (still experimental)
38file-system 	PROCFS		# /proc
39file-system 	UMAPFS		# NULLFS + uid and gid remapping
40file-system 	UNION		# union file system
41file-system 	CODA		# Coda File System; also needs vcoda (below)
42file-system 	SMBFS		# experimental - CIFS; also needs nsmb (below)
43file-system 	PTYFS		# /dev/ptm support
44file-system 	TMPFS		# Efficient memory file-system
45file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
46
47options 	QUOTA		# UFS quotas
48
49options 	NFSSERVER
50
51options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
52options 	PPP_DEFLATE	# Deflate compression support for PPP
53
54pseudo-device	accf_data	# "dataready" accept filter
55pseudo-device	accf_http	# "httpready" accept filter
56
57pseudo-device	vcoda		4	# coda minicache <-> venus comm.
58
59pseudo-device	nsmb		# experimental - SMB requester
60