# $NetBSD: GENERIC,v 1.10 2025/03/27 12:22:44 riastradh Exp $
#
# GENERIC machine description file
#
# This machine description file is used to generate the default NetBSD
# kernel. The generic kernel does not include all options, subsystems
# and device drivers, but should be useful for most applications.
#
# The machine description file can be customised for your specific
# machine to reduce the kernel size and improve its performance.
#
# For further information on compiling NetBSD kernels, see the config(8)
# man page.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page. For further information about kernel options
# for this architecture, see the options(4) man page. For an explanation
# of each device driver in this file see the section 4 man page for the
# device.
include "arch/virt68k/conf/std.virt68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.10 $"
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
# reserve symbol space and copy the symbol table into it. Needed
# because Qemu does not load the symbol table when loading the
# kernel.
makeoptions COPY_SYMTAB=1
# CPUs this kernel supports
options M68030
options M68040
maxusers 16
# Needed on m68040 boards to emulate some missing FP instructions
options FPSP
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Alternate buffer queue strategies for better responsiveness under high
# disk I/O load.
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN
file-system FFS
file-system NFS
file-system KERNFS
file-system PROCFS
#file-system MFS
file-system CD9660
file-system MSDOSFS
#file-system UNION
file-system PTYFS # /dev/pts/N support
file-system TMPFS # Efficient memory file-system
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
file-system NULLFS # loopback file system
file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
pseudo-device putter # for puffs and pud
# File system options
#options FFS_EI # FFS Endian Independent support
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_DIRHASH # UFS Large Directory Hashing
#options UFS_EXTATTR # Extended attribute support for UFS1
options WAPBL # File system journaling support
options NFSSERVER # Network File System server
# Networking options
options INET
options INET6 # IPV6
#options IPSEC # IP security
#options IPSEC_DEBUG # debug for IP security
#options GATEWAY # IP packet forwarding
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG