37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
# $NetBSD: MODULAR,v 1.3 2011/01/05 13:29:27 martin Exp $
|
|
#
|
|
# MODULAR kernel - like GENERIC, but excluding lots of stuff that can
|
|
# be loaded as a module later
|
|
#
|
|
|
|
include "arch/sparc64/conf/GENERIC"
|
|
|
|
#ident "MODULAR-$Revision: 1.3 $"
|
|
|
|
options MODULAR # allow loading of kernel modules
|
|
options INSECURE # disable kernel security levels initially
|
|
# (we can't load file system modules otherwise)
|
|
|
|
#no options EXEC_AOUT # execve(2) support for a.out binaries
|
|
#no options EXEC_ELF32 # Exec module for SunOS 5.x binaries.
|
|
|
|
#no options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
|
no options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
|
|
|
no file-system KERNFS # kernel data-structure filesystem
|
|
no file-system NULLFS # NULL layered filesystem
|
|
no file-system OVERLAY # overlay file system
|
|
no file-system MFS # memory-based filesystem
|
|
no file-system FDESC # user file descriptor filesystem
|
|
no file-system UMAPFS # uid/gid remapping filesystem
|
|
no file-system LFS # Log-based filesystem (still experimental)
|
|
no file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
|
|
no file-system PROCFS # /proc
|
|
no file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
no file-system UNION # union file system
|
|
no file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
|
no file-system PTYFS # /dev/pts/N support
|
|
no file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
|
no file-system TMPFS # Efficient memory file-system
|
|
#no file-system UDF # experimental - OSTA UDF CD/DVD file-system
|