Files
netbsd/sys/arch/ia64/conf/GENERIC
2015-10-15 10:25:28 +02:00

84 lines
2.4 KiB
Plaintext

# $NetBSD: GENERIC,v 1.8 2015/08/21 01:52:08 uebayasi 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/ia64/conf/std.ia64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.8 $"
maxusers 32 # estimated number of users
# CPU support. At least one is REQUIRED.
#options IA64_CPU
# CPU-related options.
# Standard system options
options USERCONF # userconf(4) support
# Diagnostic/debugging support options
options DIAGNOSTIC # expensive kernel consistency checks
options DEBUG # expensive debugging checks/support
#options LOCKDEBUG # expensive locking checks/support
options DDB # in-kernel debugger
pseudo-device ksyms
options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options KGDB # remote debugger
#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
makeoptions DEBUG="-g" # compile full symbol table
# File systems
file-system FFS # UFS
file-system MFS # memory file system
file-system TMPFS # Efficient memory file-system
# 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
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
#
# Device configuration
#
mainbus0 at root
cpu* at mainbus?
# Advanced Configuration and Power Interface
acpi0 at mainbus?
# ACPI devices
acpitz* at acpi? # ACPI Thermal Zone
com* at acpi? # Serial communications interface
# PCI bus support
#pci* at mainbus? bus ?
# Pull in optional local configuration
cinclude "arch/ia64/conf/GENERIC.local"