View Single Post
  #1  
Old 09-08-2009, 22:48
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,116
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 110
Thanks Rcvd at 220 Times in 126 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
Developing Drivers for 64-bit

Some useful info in this PDF on developing 64bit drivers and porting 32bit source to 64bit. Also explains how there is now only one parameter passing format (goodbye cdecl, stdcall, thiscall, etc). I think it also has info on the new structured exception handling chain. I am sure it mentions it, but in case it doesn't, embedding assembly into C with __asm{} is gone.

WinDbg/KD for 64bit is here :

http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx

Git
Attached Files
File Type: pdf Developing_Drivers_for_64-bit.pdf (365.3 KB, 153 views)

Last edited by Git; 09-08-2009 at 22:59.
Reply With Quote