Skip to content

Commit

Permalink
Remove UMDF references from toastDrv readme
Browse files Browse the repository at this point in the history
Remove the misspelled "UDMF1" reference, since all UMDF projects was removed in #830. All remaining drivers in this solution are now KMDF-based.

Also, rename the misspelled "KDMF" acronym to "KMDF".
  • Loading branch information
Fredrik Orderud committed Sep 25, 2023
1 parent ea6fd60 commit 18d9640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions general/toaster/toastDrv/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: "An iterative series of samples that demonstrate KDMF and UDMF1 driver development."
description: "An iterative series of samples that demonstrate KMDF driver development."
languages:
- cpp
products:
Expand All @@ -10,7 +10,7 @@ products:

# Toaster Sample Driver

The Toaster collection is an iterative series of samples that demonstrate fundamental aspects of Windows driver development for both Kernel-Mode Driver Framework (KMDF).
The Toaster collection is an iterative series of samples that demonstrate fundamental aspects of Windows driver development for Kernel-Mode Driver Framework (KMDF).

All the samples work with a hypothetical toaster bus, over which toaster devices can be connected to a PC.

Expand Down

0 comments on commit 18d9640

Please sign in to comment.