Skip to content

Commit 9e0dcd0

Browse files
committed
README.md: shift description of kernel config files
Document it in sys/README.md instead. Describe the purpose of LINT config files as well. Reviewed by: imp MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37134
1 parent 3970133 commit 9e0dcd0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Source Roadmap:
3333
| share | Shared resources. |
3434
| stand | Boot loader sources. |
3535
| sys | Kernel sources (see [sys/README.md](sys/README.md)). |
36-
| sys/`arch`/conf | Kernel configuration files. GENERIC is the configuration used in release builds. NOTES contains documentation of all possible entries. |
3736
| tests | Regression tests which can be run by Kyua. See [tests/README](tests/README) for additional information. |
3837
| tools | Utilities for regression testing and miscellaneous tasks. |
3938
| usr.bin | User commands. |

sys/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ FreeBSD Kernel Source:
44
This directory contains the source files and build glue that make up the FreeBSD
55
kernel and its modules, including both original and contributed software.
66

7+
Kernel configuration files are located in the `conf/` subdirectory of each
8+
architecture. `GENERIC` is the configuration used in release builds. `NOTES`
9+
contains documentation of all possible entries. `LINT` is a compile-only
10+
configuration used to maximize build coverage and detect regressions.
11+
712
Source Roadmap:
813
---------------
914
| Directory | Description |

0 commit comments

Comments
 (0)