Enable several more options.
This commit is contained in:
parent
2064299d52
commit
a59f38907a
|
@ -18,25 +18,26 @@ options KTRACE # system call tracing support
|
|||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
|
||||
# Filesystem options
|
||||
#options FIFO # POSIX fifo support (in all filesystems)
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
options DDB
|
||||
options FFS
|
||||
#options QUOTA # fast filesystem with user and group quotas
|
||||
options QUOTA # fast filesystem with user and group quotas
|
||||
options MFS # memory-based filesystem
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem
|
||||
#options NFSCLIENT # Sun NFS-compatible filesystem
|
||||
options NFSSERVER # Sun NFS-compatible filesystem
|
||||
options NFSCLIENT # Sun NFS-compatible filesystem
|
||||
options LOFS # Loop-back filesystem
|
||||
options ISOFS # ISO-9660 w/ RockRidge
|
||||
options KERNFS # kernel data-structure filesystem
|
||||
options FDESC # user file descriptor filesystem
|
||||
#options UMAPFS # uid/gid remapping filesystem
|
||||
#options LFS # Log-based filesystem (still experimental)
|
||||
#options PORTAL # portal filesystem (still experimental)
|
||||
options PORTAL # portal filesystem (still experimental)
|
||||
options PROCFS
|
||||
|
||||
# Networking options
|
||||
options SCSI
|
||||
options SCSIDEBUG
|
||||
|
||||
# Networking options
|
||||
options INET
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
options GATEWAY # IP packet forwarding
|
||||
|
@ -46,7 +47,8 @@ options GATEWAY # IP packet forwarding
|
|||
options COMPAT_42
|
||||
options COMPAT_43
|
||||
options NS
|
||||
options MAPMEM,SYSVSHM
|
||||
options MAPMEM
|
||||
options SYSVSHM,SYSVSEM,SYSVMSG
|
||||
|
||||
config netbsd swap generic
|
||||
|
||||
|
|
Loading…
Reference in New Issue