Skip to the content.

Kernel Driver Development

Toolchain

Use Visual Studio 2022 with matching Windows SDK and WDK build numbers.

msbuild driver\AcTelemetry.vcxproj `
  /p:Configuration=Release `
  /p:Platform=x64

Validate the INF and package before deployment:

InfVerif.exe /w driver\AcTelemetry.inf

Development packages must be test-signed and loaded only on isolated test systems. Production packages require an applicable Microsoft signing path.

Required review areas

Every driver change must review:

Prohibited implementation classes

The project does not accept:

Reliability qualification

Production readiness requires static driver analysis, Driver Verifier, concurrent I/O tests, queue saturation, repeated load/unload, crash-dump triage, HLK validation, and an explicit Windows support matrix.