diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-02 23:37:45 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-02 23:37:45 +0000 |
| commit | ee843c7fd197ffa1b98e1558d9224afaf3b047d8 (patch) | |
| tree | 79b2c4e3d306ea4e690b116233ee3624ba52ca9c | |
| parent | 1088a254de321938e2d2a1a11803c0e0579b6223 (diff) | |
Notes
| -rw-r--r-- | sys/sparc64/conf/GENERIC | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index bb160671cb56..b69a414d8a1e 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -12,10 +12,8 @@ # 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. +# 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. # # $FreeBSD$ @@ -24,9 +22,17 @@ cpu SUN4U ident GENERIC maxusers 32 -options DDB -options FFS -options MD_ROOT +#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 + +# Pseudo devices - the number indicates how many units to allocate. device md |
