Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是驱动程序开发的初学者。我想知道内核模式驱动程序和用户模式驱动程序在主内存(主内存的一部分)中的确切位置。以及如何在Visual Studio中创建驱动程序项目时将驱动程序指定为内核模式驱动程序或用户模式驱动程序
内核驱动程序可能存在于非分页内存中,这是主要区别。
用户模式驱动程序只是一个 COM DLL,因此您只需指定它。