GENERIC.SKI revision 1.8
1# $NetBSD: GENERIC.SKI,v 1.8 2012/04/28 23:03:40 rmind 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.8 $"
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 	KMEMSTATS	# kernel memory statistics (vmstat -m)
42options 	DDB		# in-kernel debugger
43#options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
44#options 	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
51#file-system 	MFS		# memory file system
52
53
54# Kernel root file system and dump configuration.
55#config		netbsd	root on ? type ?
56config		netbsd	root on md0a type ffs
57#config		netbsd	root on sd0a type ffs
58#config		netbsd	root on ? type nfs
59
60#
61# Device configuration
62#
63
64mainbus0 at root
65
66cpu* at mainbus?
67
68
69# Pull in optional local configuration
70cinclude "arch/ia64/conf/GENERIC.local"
71
72# Console Devices
73#ssccons*	at mainbus0		# Ski console interface driver
74#wsdisplay*	at ssccons0 console ?
75#wskbd*		at ssccons0 console ?
76
77# Enable the hooks used for initializing the root memory-disk.
78options     MEMORY_DISK_HOOKS
79options     MEMORY_DISK_IS_ROOT         # force root on memory disk
80options     MEMORY_DISK_SERVER=1        # make the ramdisk writeable
81#options    MEMORY_DISK_ROOT_SIZE=2880  # 1.44M, same as a floppy
82options     MEMORY_DISK_ROOT_SIZE=8192  # 4Meg
83
84# Pseudo-Devices
85
86
87# wscons pseudo-devices
88pseudo-device	ssccons			# Ski emulator console
89#pseudo-device	wsmux			# mouse & keyboard multiplexor
90#pseudo-device	wsfont
91pseudo-device	ksyms			# /dev/ksyms
92pseudo-device	md		
93
94