WindowsGuestDrivers/HOWTO: Difference between revisions

From KVM
No edit summary
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''HOWTO'''
'''HOWTO'''
= How to get WDK (DDK) =
* [http://www.microsoft.com/whdc/DevTools/WDK/WDKpkg.mspx How to get WDK]


= Using git on Windows =
= Using git on Windows =
* [http://code.google.com/p/msysgit/] - git command line and GUI for Windows
* [http://code.google.com/p/msysgit/] - git command line and GUI for Windows
* Git tutorial - [http://progit.org/book/]
* Git tutorial - [http://progit.org/book/]
= Set up MS symbol server for the debugging (Windbg) =
* Although symbols for each OS could be downloaded [http://www.microsoft.com/whdc/devtools/debugging/symbolpkg.mspx], it is easier to setup automatic download for the symbols <pre>SRV*DownstreamStore*http://msdl.microsoft.com/download/symbols</pre>

Latest revision as of 12:17, 3 August 2009

HOWTO

How to get WDK (DDK)

Using git on Windows

  • [1] - git command line and GUI for Windows
  • Git tutorial - [2]

Set up MS symbol server for the debugging (Windbg)

  • Although symbols for each OS could be downloaded [3], it is easier to setup automatic download for the symbols
    SRV*DownstreamStore*http://msdl.microsoft.com/download/symbols