I can't find an answer dealing with this. I am trying to learn kmdf driver programming, but trying to do this on a virtual machine on the same machine. I have my VirtualBox setup so that I can attach to a process from Visual Studio and debug the the kernel using pipes. I can break and step into etc. However, I'm not really clear as to what the hello world driver is supposed to do. I can install the certificates created during the build process. But How do I go about deploying the driver, and testing it on the virtual machine. I did figure out that automatic deployment is not possible for a virtual machine.
Any help would be greatly appreciated.