Skip to content
Duncan Ogilvie edited this page Oct 21, 2016 · 1 revision

This information is outdated!

Setting up the environment (VS2010)

  1. Download & Install Windows Driver Kit v7.1.0;
  2. Download & Install VirtualBox;
  3. Download an ISO file of the OS you want to develop on (XP-8, x32/x64);
  4. Install the OS in a new virtual machine;
  5. Download & Install VisualDDK (Make sure to follow ALL directions very carefully);
  6. Create a simple test driver (just follow the guide completely), to verify that the environment is working correctly;
  7. Clone the repository and load the solution file;
  8. Start compiling and testing.

Remark: When testing on x64 systems, you need to sign your files, see this

Clone this wiki locally