mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 23:56:52 -04:00
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
# $NetBSD: MODULAR,v 1.5 2013/03/12 21:52:47 christos 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.5 $"
|
|
|
|
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
|