MODULAR revision 1.6
11.6Snakayama# $NetBSD: MODULAR,v 1.6 2016/05/25 20:00:50 nakayama Exp $
21.1Sjnemeth#
31.1Sjnemeth# MODULAR kernel - like GENERIC, but excluding lots of stuff that can
41.1Sjnemeth# be loaded as a module later
51.1Sjnemeth#
61.1Sjnemeth
71.1Sjnemethinclude 	"arch/sparc64/conf/GENERIC"
81.1Sjnemeth
91.6Snakayama#ident		"MODULAR-$Revision: 1.6 $"
101.1Sjnemeth
111.6Snakayamaoptions 	INSECURE	# disable kernel security levels initially
121.2Smartin				# (we can't load file system modules otherwise)
131.1Sjnemeth
141.6Snakayama#no options	EXEC_AOUT	# execve(2) support for a.out binaries
151.6Snakayama#no options	EXEC_ELF32	# Exec module for SunOS 5.x binaries.
161.1Sjnemeth
171.6Snakayama#no options	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
181.6Snakayamano options	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
191.1Sjnemeth
201.1Sjnemethno file-system	KERNFS		# kernel data-structure filesystem
211.1Sjnemethno file-system	NULLFS		# NULL layered filesystem
221.6Snakayamano file-system	OVERLAY		# overlay file system
231.1Sjnemethno file-system	MFS		# memory-based filesystem
241.1Sjnemethno file-system	FDESC		# user file descriptor filesystem
251.1Sjnemethno file-system	UMAPFS		# uid/gid remapping filesystem
261.1Sjnemethno file-system	LFS		# Log-based filesystem (still experimental)
271.1Sjnemethno file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
281.1Sjnemethno file-system	PROCFS		# /proc
291.1Sjnemethno file-system	CD9660		# ISO 9660 + Rock Ridge file system
301.1Sjnemethno file-system	UNION		# union file system
311.1Sjnemethno file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
321.1Sjnemethno file-system	PTYFS		# /dev/pts/N support
331.1Sjnemethno file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
341.1Sjnemethno file-system	TMPFS		# Efficient memory file-system
351.1Sjnemeth#no file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
36