summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-02 23:48:37 +0000
committerobrien <obrien@FreeBSD.org>2001-09-02 23:48:37 +0000
commit3c7a8699298544366ef6c82de294650626017fe8 (patch)
tree4e1ff99b4083f3fdef0d198e85db5ec17aa7bda7 /sys
parent057bc9ceba64f4042a1b7f49e507843f63a6f92e (diff)
downloadFreeBSD-src-3c7a8699298544366ef6c82de294650626017fe8.zip
FreeBSD-src-3c7a8699298544366ef6c82de294650626017fe8.tar.gz
+ Blah, there was nothing wrong in rev 1.1 talking about the i386/NOTES.
I should have diff'ed the header with the Alpha GENERIC. + fix style nit + turn on NO_MODULES for now.
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/conf/GENERIC15
1 files changed, 11 insertions, 4 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index b69a414..00d3d2c 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -12,8 +12,12 @@
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
-# device lines is also present in the NOTES configuration file. If you are
-# in doubt as to the purpose or necessity of a line, check first in NOTES.
+# 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$
@@ -29,10 +33,13 @@ 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
+options MD_ROOT_SIZE=64
# Debugging for use in -current
-options DDB
+options DDB
# Pseudo devices - the number indicates how many units to allocate.
device md
+
+# Tempary things until things are farther along.
+makeoptions NO_MODULES=does_not_compile_yet
OpenPOWER on IntegriCloud