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