GENERIC revision 1.7
1# $NetBSD: GENERIC,v 1.7 2015/08/07 07:29:33 maxv Exp $
2#
3# GENERIC machine description file
4#
5# This machine description file is used to generate the default NetBSD
6# kernel.  The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance.
11#
12# For further information on compiling NetBSD kernels, see the config(8)
13# man page.
14#
15# For further information on hardware support for this architecture, see
16# the intro(4) man page.  For further information about kernel options
17# for this architecture, see the options(4) man page.  For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21include 	"arch/ia64/conf/std.ia64"
22
23options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24
25#ident 		"GENERIC-$Revision: 1.7 $"
26
27maxusers	32		# estimated number of users
28
29# CPU support.  At least one is REQUIRED.
30#options	IA64_CPU
31
32# CPU-related options.
33
34# Standard system options
35
36options 	USERCONF	# userconf(4) support
37
38# Diagnostic/debugging support options
39options 	DIAGNOSTIC	# expensive kernel consistency checks
40options 	DEBUG		# expensive debugging checks/support
41#options 	LOCKDEBUG	# expensive locking checks/support
42options 	DDB		# in-kernel debugger
43options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
44options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
45#options 	KGDB		# remote debugger
46#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
47makeoptions	DEBUG="-g"	# compile full symbol table
48
49# File systems
50file-system	FFS		# UFS
51file-system 	MFS		# memory file system
52file-system	TMPFS		# Efficient memory file-system
53
54# These options enable verbose messages for several subsystems.
55# Warning, these may compile large string tables into the kernel!
56options 	ACPIVERBOSE	# verbose ACPI device autoconfig messages
57
58
59# Kernel root file system and dump configuration.
60config		netbsd	root on ? type ?
61
62#
63# Device configuration
64#
65
66mainbus0 at root
67
68cpu*		at mainbus?
69
70# Advanced Configuration and Power Interface
71
72acpi0		at mainbus?
73
74# ACPI devices
75acpitz*		at acpi?		# ACPI Thermal Zone
76com*		at acpi?		# Serial communications interface
77
78# PCI bus support
79#pci*		at mainbus? bus ?
80
81# Pull in optional local configuration
82cinclude "arch/ia64/conf/GENERIC.local"
83