Home | History | Annotate | Line # | Download | only in conf
MONOLITHIC revision 1.10.2.2
      1 # $NetBSD: MONOLITHIC,v 1.10.2.2 2010/10/22 07:21:19 uebayasi Exp $
      2 #
      3 # Non MODULAR, used mostly as a reference as to what we modularized.
      4 #
      5 include "arch/i386/conf/GENERIC"
      6 
      7 no options	MODULAR
      8 
      9 options 	EXEC_AOUT	# exec a.out binaries
     10 options 	EXEC_ELF32	# exec ELF binaries
     11 options 	EXEC_SCRIPT	# exec #! scripts
     12 options 	COREDUMP
     13 
     14 options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
     15 options 	AIO		# POSIX asynchronous I/O, built as a module
     16 options 	MQUEUE		# POSIX messsage queues, built as a module
     17 
     18 options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
     19 options 	COMPAT_SVR4	# binary compatibility with SVR4
     20 options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
     21 options 	COMPAT_LINUX	# binary compatibility with Linux
     22 options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
     23 
     24 # File systems
     25 file-system 	FFS		# UFS
     26 file-system 	EXT2FS		# second extended file system (linux)
     27 file-system 	LFS		# log-structured file system
     28 file-system 	MFS		# memory file system
     29 file-system 	NFS		# Network File System client
     30 file-system 	NTFS		# Windows/NT file system (experimental)
     31 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     32 file-system 	MSDOSFS		# MS-DOS file system
     33 file-system 	FDESC		# /dev/fd
     34 file-system 	KERNFS		# /kern
     35 file-system 	NULLFS		# loopback file system
     36 file-system 	OVERLAY		# overlay file system
     37 file-system 	PROCFS		# /proc
     38 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     39 file-system 	UNION		# union file system
     40 file-system 	CODA		# Coda File System; also needs vcoda (below)
     41 file-system 	SMBFS		# experimental - CIFS; also needs nsmb (below)
     42 file-system 	PTYFS		# /dev/ptm support
     43 file-system 	TMPFS		# Efficient memory file-system
     44 file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     45 
     46 options 	QUOTA		# UFS quotas
     47 
     48 options 	NFSSERVER
     49 
     50 options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     51 options 	PPP_DEFLATE	# Deflate compression support for PPP
     52 
     53 # NPF
     54 #pseudo-device	npf
     55 
     56 pseudo-device	accf_data	# "dataready" accept filter
     57 pseudo-device	accf_http	# "httpready" accept filter
     58 
     59 pseudo-device	vcoda		4	# coda minicache <-> venus comm.
     60 
     61 pseudo-device	nsmb		# experimental - SMB requester
     62 
     63 pseudo-device	putter		# for puffs and pud
     64 
     65 pseudo-device	pad		# pseudo audio device driver
     66 
     67