diff options
| author | Mitchell Horne <mhorne@FreeBSD.org> | 2022-11-01 12:12:14 -0300 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2022-11-01 12:20:55 -0300 |
| commit | d1087fe8436dbe369b218854fffe901ccc7602c1 (patch) | |
| tree | d661b6de7d13bc222942f743d34de8f77c105753 /README.md | |
| parent | 654749832b8900656b40d317a3ad9beab2413a8d (diff) | |
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
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index faacd4790c98..31939e2b0fff 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,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. | |
