Kernel-Mode Driver Framework (original) (raw)

Property Value
dbo:abstract The Kernel-Mode Driver Framework (KMDF) is a driver framework developed by Microsoft as a tool to aid driver developers create and maintain kernel mode device drivers for Windows 2000 and later releases. It is one of the frameworks included in the Windows Driver Frameworks. The current version is 1.27. (en) Kernel-Mode Driver Framework (KMDF) は、Windows 2000以降用のカーネルモードデバイスドライバーを作成および保守するドライバー開発者の支援をするためのツールとしてマイクロソフト社が開発したドライバーフレームワークである。これは、Windows Driver Foundationに含まれるフレームワークのひとつである。 (ja) 核心模式驅動程式架構(Kernel-Mode Driver Framework,缩写KMDF)是微软公司推出的Windows驅動程式基礎(Windows Driver Foundation)之一,建構Windows XP與Windows Server 2003的核心模式(Kernel-Mode)驅動程式所需的基本功能,包括對隨插即用(PNP)、電源管理(Power Manager)、I/O佇列、直接記憶體存取(DMA)、Windows Management Instrumentation(WMI)和同步處理等的完整支援。KMDF的設計並不能用來取代WDM,它提供“Skeletal WDM”建置來替代WDM;目前,KMDF並不支援匯流排篩選驅動程式(Bus Filter Driver)。 Kernel-Mode Driver Framework目前支援下列類型的核心模式(kernel mode)驅動程式之建立了: * 隨插即用(PNP)裝置所使用的Function Driver。 * 隨插即用(PNP)裝置所使用的Filter Driver。 * 隨插即用(PNP)裝置堆疊(Stack)所使用的Bus Driver。 * Windows NT 4.0型態裝置所使用的Control裝置驅動程式。 KMDF是可重新進入程式庫(Reentrant Library)。 (zh)
dbo:developer dbr:Microsoft
dbo:latestReleaseDate 2019-03-24 (xsd:date)
dbo:latestReleaseVersion 1.27
dbo:license dbr:MIT_License
dbo:operatingSystem dbr:Microsoft_Windows
dbo:programmingLanguage dbr:C++ dbr:C_(programming_language)
dbo:wikiPageExternalLink https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/ http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/KMDF-arch.doc%23_Toc120013745 http://www.microsoft.com/whdc/devtools/WDK/default.mspx http://www.microsoft.com/whdc/driver/wdf/KMDF.mspx https://github.com/microsoft/Windows-Driver-Frameworks
dbo:wikiPageID 3669476 (xsd:integer)
dbo:wikiPageLength 3020 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1123802876 (xsd:integer)
dbo:wikiPageWikiLink dbr:User-Mode_Driver_Framework dbc:Free_and_open-source_software dbc:Microsoft_application_programming_interfaces dbc:Microsoft_free_software dbc:Software_using_the_MIT_license dbc:Windows-only_free_software dbr:Power_management dbr:Plug_and_play dbr:Synchronization_(computer_science) dbr:C++ dbr:C_(programming_language) dbr:Windows_2000 dbr:Windows_Driver_Frameworks dbr:Direct_memory_access dbc:Device_drivers dbr:Kernel_mode dbr:Microsoft dbr:Microsoft_Windows dbr:MIT_License dbr:Windows_Driver_Model dbr:Windows_Management_Instrumentation
dbp:developer dbr:Microsoft
dbp:genre Device-driver development platform (en)
dbp:latestReleaseDate 2019-03-24 (xsd:date)
dbp:latestReleaseVersion 1.270000 (xsd:double)
dbp:license dbr:MIT_License
dbp:name Kernel-Mode Driver Framework (en)
dbp:operatingSystem dbr:Microsoft_Windows
dbp:programmingLanguage dbr:C++ dbr:C_(programming_language)
dbp:repo https://github.com/microsoft/Windows-Driver-Frameworks
dbp:website https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/
dbp:wikiPageUsesTemplate dbt:Efn dbt:Infobox_software dbt:Microsoft_APIs dbt:Microsoft_FOSS dbt:Notelist dbt:Refimprove dbt:Reflist dbt:Start_date_and_age
dcterms:subject dbc:Free_and_open-source_software dbc:Microsoft_application_programming_interfaces dbc:Microsoft_free_software dbc:Software_using_the_MIT_license dbc:Windows-only_free_software dbc:Device_drivers
gold:hypernym dbr:Framework
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 yago:Abstraction100002137 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Driver106574473 yago:Program106568978 yago:Writing106359877 yago:WrittenCommunication106349220 yago:Software106566077 yago:UtilityProgram106581410 yago:WikicatDeviceDrivers
rdfs:comment The Kernel-Mode Driver Framework (KMDF) is a driver framework developed by Microsoft as a tool to aid driver developers create and maintain kernel mode device drivers for Windows 2000 and later releases. It is one of the frameworks included in the Windows Driver Frameworks. The current version is 1.27. (en) Kernel-Mode Driver Framework (KMDF) は、Windows 2000以降用のカーネルモードデバイスドライバーを作成および保守するドライバー開発者の支援をするためのツールとしてマイクロソフト社が開発したドライバーフレームワークである。これは、Windows Driver Foundationに含まれるフレームワークのひとつである。 (ja) 核心模式驅動程式架構(Kernel-Mode Driver Framework,缩写KMDF)是微软公司推出的Windows驅動程式基礎(Windows Driver Foundation)之一,建構Windows XP與Windows Server 2003的核心模式(Kernel-Mode)驅動程式所需的基本功能,包括對隨插即用(PNP)、電源管理(Power Manager)、I/O佇列、直接記憶體存取(DMA)、Windows Management Instrumentation(WMI)和同步處理等的完整支援。KMDF的設計並不能用來取代WDM,它提供“Skeletal WDM”建置來替代WDM;目前,KMDF並不支援匯流排篩選驅動程式(Bus Filter Driver)。 Kernel-Mode Driver Framework目前支援下列類型的核心模式(kernel mode)驅動程式之建立了: * 隨插即用(PNP)裝置所使用的Function Driver。 * 隨插即用(PNP)裝置所使用的Filter Driver。 * 隨插即用(PNP)裝置堆疊(Stack)所使用的Bus Driver。 * Windows NT 4.0型態裝置所使用的Control裝置驅動程式。 KMDF是可重新進入程式庫(Reentrant Library)。 (zh)
rdfs:label Kernel-Mode Driver Framework (en) Windows Kernel-Mode Driver Framework (ja) 核心模式驅動程式架構 (zh)
owl:sameAs freebase:Kernel-Mode Driver Framework yago-res:Kernel-Mode Driver Framework wikidata:Kernel-Mode Driver Framework dbpedia-ja:Kernel-Mode Driver Framework dbpedia-zh:Kernel-Mode Driver Framework https://global.dbpedia.org/id/A5pS
prov:wasDerivedFrom wikipedia-en:Kernel-Mode_Driver_Framework?oldid=1123802876&ns=0
foaf:homepage https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/
foaf:isPrimaryTopicOf wikipedia-en:Kernel-Mode_Driver_Framework
foaf:name Kernel-Mode Driver Framework (KMDF) (en)
is dbo:wikiPageRedirects of dbr:KMDF dbr:Kernel_Mode_Driver_Framework
is dbo:wikiPageWikiLink of dbr:Architecture_of_Windows_NT dbr:User-Mode_Driver_Framework dbr:Device_driver dbr:Windows_Driver_Frameworks dbr:Jack_McCauley dbr:Windows_Driver_Model dbr:Technical_features_new_to_Windows_Vista dbr:KMDF dbr:Kernel_Mode_Driver_Framework
is foaf:primaryTopic of wikipedia-en:Kernel-Mode_Driver_Framework