The User-Mode Driver Framework is a device-driver development platform first introduced with Microsoft's Windows Vista operating system, and is also available for Windows XP. It facilitates the creation of drivers for certain classes of devices.
| Property | Value |
| p:abstract
| - The User-Mode Driver Framework is a device-driver development platform first introduced with Microsoft's Windows Vista operating system, and is also available for Windows XP. It facilitates the creation of drivers for certain classes of devices. (en)
- User-Mode Driver Framework(使用者模式驅動程式架構,簡稱UMDF),是美國微軟公司所提出視窗驅動程式基礎(Windows Driver Foundation)的一部份,執行於使用者模式(user mode),僅能存取使用者位址空間,是核心模式驅動程式框架(Kernel-Mode Driver Framework,KMDF)的子集合(subset),因此UMDF所提供的函數支援少於KMDF,兩者使用相同的狀態機器、使用相同的 I/O 模型。
UMDF提供隨插即用(PNP)、電源管理(Power Manager)、非同步輸出輸入等功能,可設定 I/O 佇列,但他的限制在於不處理中斷 (Interrupt)、不執行 DMA(直接記憶體存取,Direct Memory Access),且不能使用核心模式資源如:未分頁集區(NonPaged Pool),也不完全支援同步化領域(Synchronization scope),在技術上UMDF使用COM(Component Object Model)的動態連結程序庫(DLL)為基底技術。 (zh)
|
| p:hasPhotoCollection
| |
| p:reference
| |
| p:wikipage-zh
| |
| rdf:type
| |
| rdfs:comment
| - The User-Mode Driver Framework is a device-driver development platform first introduced with Microsoft's Windows Vista operating system, and is also available for Windows XP. It facilitates the creation of drivers for certain classes of devices. (en)
- User-Mode Driver Framework(使用者模式驅動程式架構,簡稱UMDF),是美國微軟公司所提出視窗驅動程式基礎(Windows Driver Foundation)的一部份,執行於使用者模式(user mode),僅能存取使用者位址空間,是核心模式驅動程式框架(Kernel-Mode Driver Framework,KMDF)的子集合(subset),因此UMDF所提供的函數支援少於KMDF,兩者使用相同的狀態機器、使用相同的 I/O 模型。 (zh)
|
| rdfs:label
| - User-Mode Driver Framework (en)
- UMDF (zh)
|
| skos:subject
| |
| foaf:page
| |
| p:redirect
| |
| owl:sameAs
| |