Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » kernel mode   (RSS)

Kernel Programming: Nt and Zw Versions of the Native System Services Routines

The Windows native operating system services API is implemented as a set of routines that run in kernel mode. These routines have names that begin with the prefix Nt or Zw . Kernel-mode drivers can call these routines directly. User-mode applications
Posted by wdkblog | 1 Comments
Filed under:

WDK Kernel Programming: Object Reference Tracing with Tags

Kernel objects are primitive data objects that the Windows kernel implements in system memory to represent the various features of the computing environment that are managed by the operating system. Kernel objects represent features such as devices, drivers,
Posted by wdkblog | 0 Comments

Windows Kernel Routine Naming Conventions

The Windows kernel has a unique system of constructing the names for its routines. It uses a specific set of abbreviations to define each routine’s location, actions, and versioning. Because the Windows kernel has over 800 routines, it is helpful to understand
Posted by wdkblog | 3 Comments
Filed under:

Refresh of the Kernel-Mode Driver Architecture Reference section

Hi, I’m Seth McEvoy and I’m the writer for the Kernel-Mode Driver Architecture section of the Windows Driver Kit (WDK). My section is here: http://msdn.microsoft.com/en-us/library/aa973498.aspx . I’ve only been writing on the kernel for about a year,
Posted by wdkblog | 0 Comments
Filed under:
 
Page view tracker