GENERIC revision 82833
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7#    http://www.FreeBSD.org/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../i386/conf/NOTES file. 
16# If you are in doubt as to the purpose or necessity of a line, check first 
17# in NOTES. Please note that this is the i386 NOTES, but it still contains
18# valuable info for sparc64 too.
19#
20# For hardware specific information check HARDWARE.TXT
21#
22# $FreeBSD: head/sys/sparc64/conf/GENERIC 82833 2001-09-02 23:48:37Z obrien $
23
24machine		sparc64
25cpu		SUN4U
26ident		GENERIC
27maxusers	32
28
29#To statically compile in device wiring instead of /boot/device.hints
30#hints		"GENERIC.hints"		#Default places to look for devices.
31
32makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
33
34options 	FFS			#Berkeley Fast Filesystem
35options 	MD_ROOT			#MD is a potential root device
36options 	MD_ROOT_SIZE=64
37
38# Debugging for use in -current
39options 	DDB
40
41# Pseudo devices - the number indicates how many units to allocate.
42device		md
43
44# Tempary things until things are farther along.
45makeoptions	NO_MODULES=does_not_compile_yet
46