 |
 |
|
|
|
 |
|
Win7 Mysteries: Crash Dump Oddities Last Updated: 09-Dec-09 (Read 829 times)
The "newness" of Win7 will likely continue for some time, as will instances of kernel devs finding interesting "features" that will require re-learning of how their daily work is carried out. This article covers some changes in how Win7 systems take crash dumps.
KMDF Basics: Using Counted Queues Last Updated: 09-Dec-09 (Read 363 times)
Improvements to the Kernel Mode Driver Framework continue to provide us with new ways to make our life easier.
Writing a Virtual Storport Miniport Driver (Part II) Last Updated: 08-Dec-09 (Read 726 times)
Part II of our series on the design and development of a Windows virtual storport miniport driver moves us into data structures and routines required for our implementation.
The Community Steps Up: VisualDDK Last Updated: 11-Dec-09 (Read 1119 times)
Folks have been talking about finding ways to take advantage of the Visual Studio interface for driver development and debugging for years. Finally, someone in the community has stepped up to offer an alternative.
|
|
 |
|
More on MDLs - MDLs Are Opaque Last Updated: 17-Apr-06 (Read 13630 times)
If MDLs are opaque, what's the right way to gain access to their contents? This article, a follow-on to our article on MDLs, discusses the various methods that are provided for access to the fields in the MDL object.
Bugchecks Explained: KERNEL_DATA_INPAGE_ERROR Last Updated: 24-Aug-04 (Read 64694 times)
Did your system ever die with KERNEL_DATA_INPAGE_ERROR? Here's what it means.
Bugchecks Explained: PAGE_FAULT_IN_NONPAGED_AREA Last Updated: 24-Aug-04 (Read 199817 times)
Ever wonder what causes the particularly illogical sounding bugcheck PAGE_FAULT_IN_NONPAGED_AREA? Here are the details, including how to debug the problem and what you might need to look at in your driver to fix it.
Bugchecks Explained: PFN_LIST_CORRUPT Last Updated: 24-Aug-04 (Read 246496 times)
Ever wonder what causes the bugcheck PFN_LIST_CORRUPT? Here are the details.
|
|
 |
|
Windows Streams - An Introduction to File System Streams Last Updated: 17-Apr-06 (Read 28590 times)
Are you fuzzy on the NTFS concept of "streams" in files? This article explains streams and how they're used.
Security During Create Operations Last Updated: 26-Aug-04 (Read 17199 times)
This article describes how Windows file systems that support security go about assigning a new security descriptor during the processing of IRP_MJ_CREATE. This article is not intended to be a comprehensive description of all the steps, but rather a basic review of how a file system handles it.
|
|
 |
|
Sample WDF Driver for Sealevel Digital I/O Kit Last Updated: 16-Mar-06 (Downloaded 9165 times)
Here's the latest update to the sample KMDF driver for the Sealevel Digital I/O Kit. It supports the most recent release of the SeaLevel DIO-24 board (the 8018). Have fun!
Sample Driver for USB FX2 Learning Kit Last Updated: 11-Mar-05 (Downloaded 19415 times)
Here's where to download the sample driver for your new OSR USB FX2 Learning Kit. This WDM driver will demonstrate all features of the board, as well as proper USB driver development practices.
OsrVirtualCdAndDisk Last Updated: 11-Aug-05 (Downloaded 895 times)
The OSR Virtual CD and Disk driver allows a user to mount .ISO,.IMG images as CD-ROMs and allows the user to create and mount .DSK files that act as Disk Drives. In addition true disk image file format (.bin) has been added
|
|
|
|
|
|
|
 |