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