From 0952ff21b0fd30639b5c2de45e985d9be5f64e80 Mon Sep 17 00:00:00 2001 From: allexanderbergmans Date: Fri, 3 Jul 2026 16:17:59 +0200 Subject: docs(kernel): introduce commit message generator tool --- sys/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sys/README.md (limited to 'sys/README.md') diff --git a/sys/README.md b/sys/README.md new file mode 100644 index 0000000..5d72702 --- /dev/null +++ b/sys/README.md @@ -0,0 +1,5 @@ +# BSDOS Kernel Source: + +This directory contains the source files and build glue that make up the BSDOS kernel and its modules, including both original and contributed software. + +Kernel configuration files are located in the `conf/` subdirectory of each architecture. `GENERIC` is the configuration used in release builds. NOTES contains documentation of all possible entries. `LINT` is a compile-only configuration used to maximize build coverage and detect regressions. \ No newline at end of file -- cgit v1.3