[kext] Fix dev build documentation (releasing procedure)

This commit is contained in:
Alexandr Stelnykovych
2025-01-28 14:26:44 +02:00
parent 32d6e1cb04
commit 857df4086f
4 changed files with 32 additions and 18 deletions

View File

@@ -9,6 +9,10 @@ Implementation of Safing's Portmaster Windows kernel extension in Rust.
- [Release](release/README.md) -> Guide how to do a release build.
- [Windows Filtering Platform - MS](https://learn.microsoft.com/en-us/windows-hardware/drivers/network/roadmap-for-developing-wfp-callout-drivers) -> The driver is build on top of WFP.
### Building (For release)
Please refer to [release/README.md](release/README.md) for details about the release procedure.
### Building (For testing and development)
The Windows Portmaster Kernel Extension is currently only developed and tested for the amd64 (64-bit) architecture.