 |
 |
|
Debugging Techniques: Take One...Give One Last Updated: 23-Oct-08 (Read 328 times)
Kernel debugging is a lifelong skill - there's always more to learn, but what you do learn stays with you and builds your internal toolset for problem solving. This article attemps to touch on a few, common, situational techniques in hopes of expanding your debugging repetoire.
Kernel Mode Basics: An Introduction to Bitmaps Last Updated: 23-Oct-08
Another in a series of "Kernel Mode Basics" pieces that explains bitmaps and their potential usage in data structures (e.g., RTL_BITMAP).
Don't Waste Your Time: You Can Afford a USB Analyzer Last Updated: 23-Oct-08
A digression into USB analyzers and why you don't have to back up a dump truck full of money to obtain an easy-to-use analyzer for your USB-specific development needs.
|
|
 |
|
More on MDLs - MDLs Are Opaque Last Updated: 17-Apr-06 (Read 9127 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 57906 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 175087 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 178210 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 19252 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 13090 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 7386 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 14849 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
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
|
|
|
|
|
|
|
 |