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