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