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

后端 未结 6 1164
天涯浪人
天涯浪人 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:46

    For Windows drivers also see this blog: http://blogs.msdn.com/doronh/

    For Linux based development, two good books come to mind: Linux Device Drivers and Linux Kernel Development. The Linux Device Drivers book can be a bit daunting so a good introduction to the Kernel is a useful starting point.

提交回复
热议问题