WindowsGuestDrivers/Building the drivers

From KVM

Download WDK and install it.

Under each directory there is buildall.bat file that will build the driver for different platforms. First build VirtIO lib (in Virtio lib) and then any needed driver. Currently the buildall.bat configured for 7600.16385.0 version of DDK. If you are using different version set DDKVER environment variable to this version.

You can also build the drivers by executing specific build environment from WDK and then running "build -cZg" command in appropriate driver directory.