summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf/GENERIC
blob: 4b122ffe0f078daa102031d376878722accd3b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../i386/conf/NOTES file. 
# If you are in doubt as to the purpose or necessity of a line, check first 
# in NOTES. Please note that this is the i386 NOTES, but it still contains
# valuable info for sparc64 too.
#
# For hardware specific information check HARDWARE.TXT
#
# $FreeBSD$

machine		sparc64
cpu		SUN4U
ident		GENERIC
maxusers	0

#To statically compile in device wiring instead of /boot/device.hints
#hints		"GENERIC.hints"		#Default places to look for devices.

makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

options 	FFS			#Berkeley Fast Filesystem
options 	MD_ROOT			#MD is a potential root device
options 	MD_ROOT_SIZE=64

# Debugging for use in -current
options 	DDB			#Enable the kernel debugger

# Pseudo devices - the number indicates how many units to allocate.
device		md

device		ofw_console

# Tempary things until things are farther along.
makeoptions	NO_MODULES=does_not_compile_yet
OpenPOWER on IntegriCloud