summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAlexey Gavrilov <alexey.gavrilov@mail.com>2026-07-23 14:37:44 +0700
committerAlexey Gavrilov <alexey.gavrilov@mail.com>2026-07-23 17:55:20 +0700
commitccb9dbd3f78d9f06826560bd54519bab3477947a (patch)
tree70a5a4ddb9ff59ba334000c0c87d1e0299b408a7 /CONTRIBUTING.md
parentbfab70232fb99d08131c0da3a95b98174e107999 (diff)
Include cmake feature module in the build routine
Add predicate `ifFeatureEnables` that checks feature is define or not, and return accordingly boolean value. Consider some cmake objective targets as features. Populate information to these targets, and provides in particular file `CMakeFeatures.txt`. Cpuid, MSR, ACPI and driver VGA in text mode they are. Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cc57821..58d1259 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,7 +62,7 @@ differ. `email` branch indent to receive patches from email and used by gerrit
instance when pushing to review.
## Sending a patch
-**`<builddir>/CMakeReplication.txt` file must is attached to the commit**
+**`<builddir>/CMakeDexport.txt` file must is attached to the commit**
Before to submit a patch, please read its whole. Make sure there are no unintended changes and fix them.
Trailing whitespaces, empty commits, test code, bad words and etc. must be deleted.
@@ -132,7 +132,7 @@ Attach the following information:
- Version of the kernel.
- Explain the behavior you would expect and the actual behaviour.
- Exactly what steps did you take to trigger the bug?
-- `<builddir>/CMakeReplication.txt` file content.
+- `<builddir>/CMakeDexport.txt` file content.
- If possible provide an exact example that demonstrates your problem. This
could be a code snippet or display content from emulator or something else.
Create the minimum working example that demonstrates your problem. Remove