aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2022-11-01 15:12:14 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2022-12-05 16:32:19 +0000
commitb548d985de157c03dbdb311b672af13df9ee405b (patch)
treed0bfaedf04022427da18896a3627835365aae317 /README.md
parentdd7b7807c32a63e77074e573055c718725376c83 (diff)
downloadsrc-b548d985de157c03dbdb311b672af13df9ee405b.tar.gz
src-b548d985de157c03dbdb311b672af13df9ee405b.zip
Create sys/README.md
Add this primarily to document the sys/ subdirectories of the source tree. This is a straight copy from the contents of hier(7). Improvements will follow in other changes. Reviewed by: imp, emaste MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37132 (cherry picked from commit d1087fe8436dbe369b218854fffe901ccc7602c1)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4c56babb448..cfb292ad9242 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Source Roadmap:
| secure | Cryptographic libraries and commands. |
| share | Shared resources. |
| stand | Boot loader sources. |
-| sys | Kernel sources. |
+| sys | Kernel sources (see [sys/README.md](sys/README.md)). |
| 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](tests/README) for additional information. |
| tools | Utilities for regression testing and miscellaneous tasks. |