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