summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2018-06-17 19:44:24 +0000
committerEitan Adler <eadler@FreeBSD.org>2018-06-17 19:44:24 +0000
commit0eba55c34b066b9c5bae6dca8cf54a45f4037aa4 (patch)
tree7d44eb0093bb3e77e89915de1c61b7f1e1a11915 /README.md
parentd48c0a685d8da75370a868a617c5ef07ffc3cb2d (diff)
downloadsrc-test-0eba55c34b066b9c5bae6dca8cf54a45f4037aa4.tar.gz
src-test-0eba55c34b066b9c5bae6dca8cf54a45f4037aa4.zip
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
Notes
Notes: svn path=/head/; revision=335299
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index a5ae8293ce921..72bd634cd8136 100644
--- a/README.md
+++ b/README.md
@@ -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.