• Driver Support Routines(驱动程序开发支持例程)


    非专业人士学习笔记 ,欢迎指正!

    Driver Support Routines(驱动程序开发支持例程)

    Driver support routines are routines that the Windows operating system provides for kernel-mode drivers to use.
    Drivers do not use Microsoft Win32 routines; instead, they use the driver support routines that this section describes.
    The driver support routines in this section are organized by kernel-mode managers and libraries.
    驱动程序开发支持例程,是由Windwos操作系统提供的,用于内核模式驱动开发的例程。驱动程序不能使用Win32的例程,相应的,它们使用本节将描述的驱动开发支持例程。
    本节所描述的驱动开发支持例程,是由kernel-mode managers和库提供的。

    The following kernel-mode managers provide support for drivers:
    kernel-mode managers提供的例程有:

    Object Manager Routines
    Memory Manager Routines
    Process and Thread Manager Routines
    I/O Manager Routines
    Power Manager Routines
    Configuration Manager Routines
    Kernel Transaction Manager Routines
    Security Reference Monitor Routines

    kernel-mode库提供的例程有:
    Core Kernel Library Support Routines
    Executive Library Support Routines
    Run-Time Library (RTL) Routines
    Safe String Library Routines
    Safe Integer Library Routines
    Direct Memory Access (DMA) Library Routines
    Hardware Abstraction Layer (HAL) Library Routines
    Common Log File System (CLFS) Routines
    Windows Management Instrumentation (WMI) Library Support Routines
    ZwXxx Routines
    Auxiliary Kernel-Mode Library Routines and Structures
    Processor Group Compatibility Library

  • 相关阅读:
    传输层——UDP报文头介绍
    传输层——TCP报文头介绍
    网络层——IP报文头介绍
    数据链路层——以太网包头介绍
    POJ2752 (Seek the Name, Seek the Fame,kmp)
    POJ2406 Power Strings
    HNOI2008 玩具装箱toy (BZOJ1010,斜率dp)
    Covered Walkway(HDU4258,dp斜率优化)
    HDU3507 Print Article
    POJ1821 Fence
  • 原文地址:https://www.cnblogs.com/bqrm/p/3115487.html
Copyright © 2020-2023  润新知