Memory layout addition for stack, modularization, and release workflow #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several new documentation files and an automated release workflow for the kernel module project. The main improvements are the addition of comprehensive guides for code quality, technical details, testing scripts, and the release process, as well as a GitHub Actions workflow to automate releases with semantic versioning.
Refined memory layout for stack and other sections too.
Documentation improvements:
docs/CODE_QUALITY.mdwith detailed instructions for static analysis, code formatting, and pre-commit hooks, including tool descriptions and usage examples.docs/TECHNICAL.mdproviding in-depth technical details about the kernel module and user program, including memory region extraction, limitations, APIs used, and output format.docs/SCRIPTS.mddocumenting all testing and utility scripts, including QEMU setup, usage, troubleshooting, and benefits of isolated kernel testing.docs/RELEASE.mddescribing the automated release process, semantic versioning guidelines, and troubleshooting steps for releases.Release automation:
.github/workflows/release.ymlto automate version bumping, changelog updates, git tagging, and GitHub releases, triggered by PR labels or manual workflow dispatch.