GENERIC (a7b811a6206390f87892777c5d3f7bbd9b9d7dcf) | GENERIC (4fabde568628f51dcdc97e5507b1189a0cd0f333) |
---|---|
1# 2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64 3# 4# For more information on this file, please read the handbook section on 5# Kernel Configuration Files: 6# 7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html 8# --- 16 unchanged lines hidden (view full) --- 25#hints "GENERIC.hints" # Default places to look for devices. 26 27makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 28 29options SCHED_4BSD # 4BSD scheduler 30options PREEMPTION # Enable kernel thread preemption 31options INET # InterNETworking 32options INET6 # IPv6 communications protocols | 1# 2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64 3# 4# For more information on this file, please read the handbook section on 5# Kernel Configuration Files: 6# 7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html 8# --- 16 unchanged lines hidden (view full) --- 25#hints "GENERIC.hints" # Default places to look for devices. 26 27makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 28 29options SCHED_4BSD # 4BSD scheduler 30options PREEMPTION # Enable kernel thread preemption 31options INET # InterNETworking 32options INET6 # IPv6 communications protocols |
33options SCTP # Stream Transmission Control Protocol | 33options SCTP # Stream Control Transmission Protocol |
34options FFS # Berkeley Fast Filesystem 35options SOFTUPDATES # Enable FFS soft updates support 36options UFS_ACL # Support for access control lists 37options UFS_DIRHASH # Improve performance on big directories 38options UFS_GJOURNAL # Enable gjournal-based UFS journaling 39options MD_ROOT # MD is a potential root device 40options NFSCLIENT # Network Filesystem Client 41options NFSSERVER # Network Filesystem Server --- 257 unchanged lines hidden --- | 34options FFS # Berkeley Fast Filesystem 35options SOFTUPDATES # Enable FFS soft updates support 36options UFS_ACL # Support for access control lists 37options UFS_DIRHASH # Improve performance on big directories 38options UFS_GJOURNAL # Enable gjournal-based UFS journaling 39options MD_ROOT # MD is a potential root device 40options NFSCLIENT # Network Filesystem Client 41options NFSSERVER # Network Filesystem Server --- 257 unchanged lines hidden --- |