When building a kernel mode device driver (KMDF) on Windows with Visual Studio 2013, there are 32 bit and x64 bit build options. The question is this: When installing the device drivers on the target machines, will the 32 bit builds run on a 64 bit OS or do I need to make sure to get an x64 build on the 64 bit OS?
(I'm assuming the x64 build won't run on a 32 bit OS, but would appreciate any insight here, as well).
Explicit reference here:
Emphasis mine.