MONOLITHIC revision 1.2
11.1Schristos#
21.1Schristos# Non MODULAR, used mostly as a reference as to what we modularized.
31.1Schristos#
41.2Schristosinclude "arch/i386/conf/GENERIC"
51.1Schristos
61.1Schristosno options	MODULAR
71.1Schristos
81.1Schristosoptions 	EXEC_AOUT	# exec a.out binaries
91.1Schristosoptions 	EXEC_ELF32	# exec ELF binaries
101.1Schristosoptions 	EXEC_SCRIPT	# exec #! scripts
111.1Schristosoptions 	COREDUMP
121.1Schristos
131.1Schristosoptions 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
141.1Schristosoptions 	AIO		# POSIX AIO, built as a module
151.1Schristos
161.1Schristosoptions 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
171.1Schristosoptions 	COMPAT_09	# NetBSD 0.9,
181.1Schristosoptions 	COMPAT_10	# NetBSD 1.0,
191.1Schristosoptions 	COMPAT_11	# NetBSD 1.1,
201.1Schristosoptions 	COMPAT_12	# NetBSD 1.2,
211.1Schristosoptions 	COMPAT_13	# NetBSD 1.3, 386BSD, and BSDI
221.1Schristosoptions 	COMPAT_14	# NetBSD 1.4
231.1Schristosoptions 	COMPAT_15	# NetBSD 1.5
241.1Schristosoptions 	COMPAT_16	# NetBSD 1.6
251.1Schristosoptions 	COMPAT_20	# NetBSD 2.0
261.1Schristosoptions 	COMPAT_30	# NetBSD 3.0
271.1Schristosoptions 	COMPAT_40	# NetBSD 4.0
281.1Schristosoptions 	COMPAT_43	# and 4.3BSD
291.1Schristos
301.1Schristosoptions 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
311.1Schristosoptions 	COMPAT_SVR4	# binary compatibility with SVR4
321.1Schristosoptions 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
331.1Schristosoptions 	COMPAT_LINUX	# binary compatibility with Linux
341.1Schristosoptions 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
351.1Schristos
361.1Schristos# File systems
371.1Schristosfile-system 	FFS		# UFS
381.1Schristosfile-system 	EXT2FS		# second extended file system (linux)
391.1Schristosfile-system 	LFS		# log-structured file system
401.1Schristosfile-system 	MFS		# memory file system
411.1Schristosfile-system 	NFS		# Network File System client
421.1Schristosfile-system 	NTFS		# Windows/NT file system (experimental)
431.1Schristosfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
441.1Schristosfile-system 	MSDOSFS		# MS-DOS file system
451.1Schristosfile-system 	FDESC		# /dev/fd
461.1Schristosfile-system 	KERNFS		# /kern
471.1Schristosfile-system 	NULLFS		# loopback file system
481.1Schristosfile-system 	OVERLAY		# overlay file system
491.1Schristosfile-system 	PORTAL		# portal filesystem (still experimental)
501.1Schristosfile-system 	PROCFS		# /proc
511.1Schristosfile-system 	UMAPFS		# NULLFS + uid and gid remapping
521.1Schristosfile-system 	UNION		# union file system
531.1Schristosfile-system 	CODA		# Coda File System; also needs vcoda (below)
541.1Schristosfile-system 	SMBFS		# experimental - CIFS; also needs nsmb (below)
551.1Schristosfile-system 	PTYFS		# /dev/ptm support
561.1Schristosfile-system 	TMPFS		# Efficient memory file-system
571.1Schristos
581.1Schristosoptions 	QUOTA		# UFS quotas
591.1Schristos
601.1Schristosoptions 	NFSSERVER
611.1Schristos
621.1Schristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
631.1Schristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
641.1Schristos
651.1Schristospseudo-device	accf_data	# "dataready" accept filter
661.1Schristospseudo-device	accf_http	# "httpready" accept filter
671.1Schristos
681.1Schristospseudo-device	vcoda		4	# coda minicache <-> venus comm.
691.1Schristos
701.1Schristospseudo-device	nsmb		# experimental - SMB requester
71