1 1.6 nakayama # $NetBSD: MODULAR,v 1.6 2016/05/25 20:00:50 nakayama Exp $ 2 1.1 jnemeth # 3 1.1 jnemeth # MODULAR kernel - like GENERIC, but excluding lots of stuff that can 4 1.1 jnemeth # be loaded as a module later 5 1.1 jnemeth # 6 1.1 jnemeth 7 1.1 jnemeth include "arch/sparc64/conf/GENERIC" 8 1.1 jnemeth 9 1.6 nakayama #ident "MODULAR-$Revision: 1.6 $" 10 1.1 jnemeth 11 1.6 nakayama options INSECURE # disable kernel security levels initially 12 1.2 martin # (we can't load file system modules otherwise) 13 1.1 jnemeth 14 1.6 nakayama #no options EXEC_AOUT # execve(2) support for a.out binaries 15 1.6 nakayama #no options EXEC_ELF32 # Exec module for SunOS 5.x binaries. 16 1.1 jnemeth 17 1.6 nakayama #no options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 18 1.6 nakayama no options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 19 1.1 jnemeth 20 1.1 jnemeth no file-system KERNFS # kernel data-structure filesystem 21 1.1 jnemeth no file-system NULLFS # NULL layered filesystem 22 1.6 nakayama no file-system OVERLAY # overlay file system 23 1.1 jnemeth no file-system MFS # memory-based filesystem 24 1.1 jnemeth no file-system FDESC # user file descriptor filesystem 25 1.1 jnemeth no file-system UMAPFS # uid/gid remapping filesystem 26 1.1 jnemeth no file-system LFS # Log-based filesystem (still experimental) 27 1.1 jnemeth no file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 28 1.1 jnemeth no file-system PROCFS # /proc 29 1.1 jnemeth no file-system CD9660 # ISO 9660 + Rock Ridge file system 30 1.1 jnemeth no file-system UNION # union file system 31 1.1 jnemeth no file-system MSDOSFS # MS-DOS FAT filesystem(s). 32 1.1 jnemeth no file-system PTYFS # /dev/pts/N support 33 1.1 jnemeth no file-system SMBFS # experimental - CIFS; also needs nsmb (below) 34 1.1 jnemeth no file-system TMPFS # Efficient memory file-system 35 1.1 jnemeth #no file-system UDF # experimental - OSTA UDF CD/DVD file-system 36