diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2018-06-17 19:44:24 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2018-06-17 19:44:24 +0000 |
commit | 0eba55c34b066b9c5bae6dca8cf54a45f4037aa4 (patch) | |
tree | 7d44eb0093bb3e77e89915de1c61b7f1e1a11915 | |
parent | d48c0a685d8da75370a868a617c5ef07ffc3cb2d (diff) | |
download | src-test2-0eba55c34b066b9c5bae6dca8cf54a45f4037aa4.tar.gz src-test2-0eba55c34b066b9c5bae6dca8cf54a45f4037aa4.zip |
Notes
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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. diff --git a/README.md b/README.md index a5ae8293ce92..72bd634cd813 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. |