# $NetBSD: MODULAR,v 1.8 2020/03/25 17:06:19 jdolecek 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.8 $"

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      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  TMPFS           # Efficient memory file-system
#no file-system UDF             # experimental - OSTA UDF CD/DVD file-system