Add some file system options present in GENERIC kernels.
This commit is contained in:
parent
8892a56649
commit
e999c129d4
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.9 2017/04/07 17:07:09 scole Exp $
|
||||
# $NetBSD: GENERIC,v 1.10 2022/07/23 11:49:58 simonb Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/ia64/conf/std.ia64"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -77,6 +77,18 @@ file-system OVERLAY # overlay file system
|
|||
#file-system PROCFS # /proc
|
||||
file-system TMPFS # Efficient memory file-system
|
||||
|
||||
# File system options
|
||||
options QUOTA # legacy UFS quotas
|
||||
options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support
|
||||
options NFSSERVER # Network File System server
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing
|
||||
options UFS_EXTATTR # Extended attribute support for UFS1
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
||||
# These options enable verbose messages for several subsystems.
|
||||
# Warning, these may compile large string tables into the kernel!
|
||||
options ACPIVERBOSE # verbose ACPI device autoconfig messages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC.SKI,v 1.18 2020/09/27 13:48:52 roy Exp $
|
||||
# $NetBSD: GENERIC.SKI,v 1.19 2022/07/23 11:49:58 simonb Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/ia64/conf/std.ia64"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.18 $"
|
||||
#ident "GENERIC-$Revision: 1.19 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -74,6 +74,19 @@ file-system KERNFS # /kern
|
|||
file-system NULLFS # loopback file system
|
||||
#file-system OVERLAY # overlay file system
|
||||
#file-system PROCFS # /proc
|
||||
file-system TMPFS # Efficient memory file-system
|
||||
|
||||
# File system options
|
||||
options QUOTA # legacy UFS quotas
|
||||
options QUOTA2 # new, in-filesystem UFS quotas
|
||||
#options FFS_EI # FFS Endian Independent support
|
||||
options WAPBL # File system journaling support
|
||||
options NFSSERVER # Network File System server
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options UFS_DIRHASH # UFS Large Directory Hashing
|
||||
options UFS_EXTATTR # Extended attribute support for UFS1
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
||||
#options GATEWAY # packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
|
|
Loading…
Reference in New Issue