84 lines
2.4 KiB
Plaintext
84 lines
2.4 KiB
Plaintext
# $NetBSD: GENERIC,v 1.1 2009/07/20 04:41:36 kiyohara 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.1 $"
|
|
|
|
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 KMEMSTATS # kernel memory statistics (vmstat -m)
|
|
options DDB # in-kernel debugger
|
|
options DDB_ONPANIC=1 # see also sysctl(8): `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
|
|
#options MALLOC_DEBUG
|
|
#options MALLOCLOG
|
|
makeoptions DEBUG="-g" # compile full symbol table
|
|
|
|
# File systems
|
|
file-system FFS # UFS
|
|
#file-system MFS # 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 mainbus0
|
|
|
|
# ACPI devices
|
|
com* at acpi? # Serial communications interface
|
|
|
|
# PCI bus support
|
|
#pci* at mainbus? bus ?
|
|
|
|
# Pull in optional local configuration
|
|
cinclude "arch/ia64/conf/GENERIC.local"
|