GENERIC revision 83872
155682Smarkm#
2233294Sstas# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3233294Sstas#
4233294Sstas# For more information on this file, please read the handbook section on
555682Smarkm# Kernel Configuration Files:
6233294Sstas#
755682Smarkm#    http://www.FreeBSD.org/handbook/kernelconfig-config.html
8233294Sstas#
9233294Sstas# The handbook is also available locally in /usr/share/doc/handbook
10233294Sstas# if you've installed the doc distribution, otherwise always see the
1155682Smarkm# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12233294Sstas# latest information.
13233294Sstas#
1455682Smarkm# An exhaustive list of options and more detailed explanations of the
15233294Sstas# device lines is also present in the ../../i386/conf/NOTES file. 
16233294Sstas# If you are in doubt as to the purpose or necessity of a line, check first 
17233294Sstas# in NOTES. Please note that this is the i386 NOTES, but it still contains
1855682Smarkm# valuable info for sparc64 too.
19233294Sstas#
20233294Sstas# For hardware specific information check HARDWARE.TXT
21233294Sstas#
22233294Sstas# $FreeBSD: head/sys/sparc64/conf/GENERIC 83872 2001-09-24 03:23:48Z obrien $
23233294Sstas
24233294Sstasmachine		sparc64
25233294Sstascpu		SUN4U
26233294Sstasident		GENERIC
27233294Sstasmaxusers	32
28233294Sstas
29233294Sstas#To statically compile in device wiring instead of /boot/device.hints
30233294Sstas#hints		"GENERIC.hints"		#Default places to look for devices.
31233294Sstas
32233294Sstasmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
33233294Sstas
3455682Smarkmoptions 	FFS			#Berkeley Fast Filesystem
3555682Smarkmoptions 	MD_ROOT			#MD is a potential root device
3655682Smarkmoptions 	MD_ROOT_SIZE=64
3755682Smarkm
3855682Smarkm# Debugging for use in -current
39233294Sstasoptions 	DDB			#Enable the kernel debugger
40233294Sstas
41178825Sdfr# Pseudo devices - the number indicates how many units to allocate.
4255682Smarkmdevice		md
4355682Smarkm
44178825Sdfr# Tempary things until things are farther along.
45233294Sstasmakeoptions	NO_MODULES=does_not_compile_yet
4655682Smarkm