What is a good resource to get started with Windows file system driver development?

后端 未结 6 1160
天涯浪人
天涯浪人 2020-12-25 09:13

What is a good resource to get started with Windows file system driver development for a newbie?

6条回答
  •  庸人自扰
    2020-12-25 09:38

    You might try Windows Hardware Developer Central, which has links to blogs, newsgroups, books, and other useful resources for driver authors.

    I also recommend downloading and installing the Windows DDK and exploring some of the included samples. There should be various skeleton drivers that can be used as starting points for your custom work.

提交回复
热议问题