[codex] Showcase driver-tested runtime positioning#47
Merged
Conversation
Add std::print driver coverage and wire the MSVC STL print source when available. Cover the NTL SEH boundary helper in driver tests and document the helper API. Rework README and architecture docs around quick start, runtime stack, feature highlights, IRQL boundaries, and driver-tested coverage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
std::printand SEH handling, while clarifying that listed coverage is verified coverage rather than an exhaustive support limit.PackageReference/Install-Packagepath, Build Tools-onlymsbuild /restoreguidance, and dedicated quick-start docs.Impact
This makes the project positioning clearer for external readers without changing the driver model or IRQL contract. It also reduces the chance that the coverage matrix is misread as “only these features can work,” and makes it explicit that NuGet package consumption is supported from Visual Studio and Build Tools-only MSBuild environments.
Validation
git diff --checkcrtsys_testbuild after the NTL SEH test changesstd::printcoverage changesThe final README, architecture, and MSBuild/NuGet quick-start edits were documentation-only after those builds.