Author: eadler
Date: Sun Jun 17 19:44:24 2018
New Revision: 335299
URL: https://svnweb.freebsd.org/changeset/base/335299

Log:
  README: add generic notes about GENERIC and NOTES
  
  Inform new users what GENERIC and NOTES are. These are useful for people
  perusing the tree without a great deal of specific fbsd knowledge.
  See discussion of r334073 for further motivation.
  
  Requested by: jhb

Modified:
  head/README
  head/README.md

Modified: head/README
==============================================================================
--- head/README Sun Jun 17 19:31:35 2018        (r335298)
+++ head/README Sun Jun 17 19:44:24 2018        (r335299)
@@ -60,7 +60,9 @@ stand         Boot loader sources.
 
 sys            Kernel sources.
 
-sys/<arch>/conf Kernel configuration file
+sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
+               used in release builds. NOTES contains documentation of
+               all possible entries.
 
 tests          Regression tests which can be run by Kyua.  See tests/README
                for additional information.

Modified: head/README.md
==============================================================================
--- head/README.md      Sun Jun 17 19:31:35 2018        (r335298)
+++ head/README.md      Sun Jun 17 19:44:24 2018        (r335299)
@@ -62,7 +62,9 @@ stand         Boot loader sources.
 
 sys            Kernel sources.
 
-sys/<arch>/conf Kernel configuration file
+sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
+               used in release builds. NOTES contains documentation of
+               all possible entries.
 
 tests          Regression tests which can be run by Kyua.  See tests/README
                for additional information.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to