深入解析Windows操作系统.卷2(英文版·第6版)

深入解析Windows操作系统.卷2(英文版·第6版)
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美] , [加拿大]
2013-02
版次: 1
ISBN: 9787115304506
定价: 99.00
装帧: 平装
开本: 16开
纸张: 胶版纸
页数: 641页
字数: 748千字
30人买过
  •   《深入解析Windows操作系统,卷2(英文版·第6版)》是操作系统内核专家Russinovich等人的Windows操作系统原理的最新版著作,针对Windows 7和Windows Server 2008 R2进行了全面的更新,主要讲述Windows的底层关键机制、Windows的核心组件(包括进程/线程/作业,安全性,I/O系统,存储管理、内存管理、缓存管理、文件系统和网络),并分析了启动进程、关机进程以及缓存转储。书中提供了许多实例,读者可以借此更好地理解Windows的内部行为。
      《深入解析Windows操作系统,卷2(英文版·第6版)》内容丰富,信息全面,适合众多Windows平台开发人员、系统管理员阅读。
    Windows Internals, Sixth Edition, Part
    (See appendix for Part 1's table of contents)Chapter 8 I/O System
    I/O System Components
    The I/O Manager
    Typical I/O Processing
    Device Drivers
    Types of Device Drivers
    Structure of a Driver
    Driver Objects and Device Objects
    Opening Devices
    I/O Processing
    Types of I/O
    I/O Request to a Single-Layered Driver
    I/O Requests to Layered Drivers
    I/O Cancellation
    I/O Completion Ports
    I/O Prioritization
    Container Notifications
    Driver Verifier
    Kernel-Mode Driver Framework (KMDF)
    Structure and Operation of a KMDF Driver
    KMDF Data Model
    KMDF I/O Model
    User-Mode Driver Framework (UMDF)
    The Plug and Play (PnP) Manager
    Level of Plug and Play Support
    Driver Support for Plug and Play
    Driver Loading, Initialization, and Installation
    Driver Installation
    The Power Manager
    Power Manager Operation
    Driver Power Operation
    Driver and Application Control of Device Power
    Power Availability Requests
    Processor Power Management (PPM)
    ConclusionChapter 9 Storage Management
    Storage Terminology
    Disk Devices
    Rotating Magnetic Disks
    Solid State Disks
    Disk Drivers
    Winload
    Disk Class, Port, and Miniport Drivers
    Disk Device Objects
    Partition Manager
    Volume Management
    Basic Disks
    Dynamic Disks
    Multipartition Volume Management
    The Volume Namespace
    Volume I/O Operations
    Virtual Disk Service
    Virtual Hard Disk Support
    Attaching VHDs
    Nested File Systems
    BitLocker Drive Encryption
    Encryption Keys
    Trusted Platform Module (TPM)
    BitLocker Boot Process
    BitLocker Key Recovery
    Full-Volume Encryption Driver
    BitLocker Management
    BitLocker To Go
    Volume Shadow Copy Service
    Shadow Copies
    VSS Architecture
    VSS Operation
    Uses in Windows
    ConclusionChapter 10 Memory Management
    Introduction to the Memory Manager
    Memory Manager Components
    Internal Synchronization
    Examining Memory Usage
    Services Provided by the Memory Manager
    Large and Small Pages
    Reserving and Committing Pages
    Commit Limit
    Locking Memory
    Allocation Granularity
    Shared Memory and Mapped Files
    Protecting Memory
    No Execute Page Protection
    Copy-on-Write
    Address Windowing Extensions
    Kernel-Mode Heaps (System Memory Pools)
    Pool Sizes
    Monitoring Pool Usage
    Look-Aside Lists
    Heap Manager
    Types of Heaps
    Heap Manager Structure
    Heap Synchronization
    The Low Fragmentation Heap
    Heap Security Features
    Heap Debugging Features
    Pageheap
    Fault Tolerant Heap
    Virtual Address Space Layouts
    x86 Address Space Layouts
    x86 System Address Space Layout
    x86 Session Space
    System Page Table Entries
    64-Bit Address Space Layouts
    x64 Virtual Addressing Limitations
    Dynamic System Virtual Address Space Management
    System Virtual Address Space Quotas
    User Address Space Layout
    Address Translation
    x86 Virtual Address Translation
    Translation Look-Aside Buffer
    Physical Address Extension (PAE)
    x64 Virtual Address Translation
    IA64 Virtual Address Translation
    Page Fault Handling
    Invalid PTEs
    Prototype PTEs
    In-Paging I/O
    Collided Page Faults
    Clustered Page Faults
    Page Files
    Commit Charge and the System Commit Limit
    Commit Charge and Page File Size
    Stacks
    User Stacks
    Kernel Stacks
    DPC Stack
    Virtual Address Descriptors
    Process VADs
    Rotate VADs
    NUMA
    Section Objects
    Driver Verifier
    Page Frame Number Database
    Page List Dynamics
    Page Priority
    Modified Page Writer
    PFN Data Structures
    Physical Memory Limits
    Windows Client Memory Limits
    Working Sets
    Demand Paging
    Logical Prefetcher
    Placement Policy
    Working Set Management
    Balance Set Manager and Swapper
    System Working Sets
    Memory Notification Events
    Proactive Memory Management (Superfetch)
    Components
    Tracing and Logging
    Scenarios
    Page Priority and Rebalancing
    Robust Performance
    ReadyBoost
    ReadyDrive
    Unified Caching
    Process Reflection
    ConclusionChapter 11 Cache Manager
    Key Features of the Cache Manager
    Single, Centralized System Cache
    The Memory Manager
    Cache Coherency
    Virtual Block Caching
    Stream-Based Caching
    Recoverable File System Support
    Cache Virtual Memory Management
    Cache Size
    Cache Virtual Size
    Cache Working Set Size
    Cache Physical Size
    Cache Data Structures
    Systemwide Cache Data Structures
    Per-File Cache Data Structures
    File System Interfaces
    Copying to and from the Cache
    Caching with the Mapping and Pinning Interfaces
    Caching with the Direct Memory Access Interfaces
    Fast I/O
    Read-Ahead and Write-Behind
    Intelligent Read-Ahead
    Write-Back Caching and Lazy Writing
    Write Throttling
    System Threads
    ConclusionChapter 12 File Systems
    Windows File System Formats
    CDFS
    UDF
    FAT12, FAT16, and FAT32
    exFAT
    NTFS
    File System Driver Architecture
    Local FSDs
    Remote FSDs
    File System Operation
    File System Filter Drivers
    Troubleshooting File System Problems
    Process Monitor Basic vs Advanced Modes
    Process Monitor Troubleshooting Techniques
    Common Log File System
    NTFS Design Goals and Features
    High-End File System Requirements
    Advanced Features of NTFS
    NTFS File System Driver
    NTFS On-Disk Structure
    Volumes
    Clusters
    Master File Table
    File Record Numbers
    File Records
    File Names
    Resident and Nonresident Attributes
    Data Compression and Sparse Files
    The Change Journal File
    Indexing
    Object IDs
    Quota Tracking
    Consolidated Security
    Reparse Points
    Transaction Support
    NTFS Recovery Support
    Design
    Metadata Logging
    Recovery
    NTFS Bad-Cluster Recovery
    Self-Healing
    Encrypting File System Security
    Encrypting a File for the First Time
    The Decryption Process
    Backing Up Encrypted Files
    Copying Encrypted Files
    ConclusionChapter 13 Startup and Shutdown
    Boot Process
    BIOS Preboot
    The BIOS Boot Sector and Bootmgr
    The UEFI Boot Process
    Booting from iSCSI
    Initializing the Kernel and Executive Subsystems
    Smss, Csrss, and Wininit
    ReadyBoot
    Images That Start Automatically
    Troubleshooting Boot and Startup Problems
    Last Known Good
    Safe Mode
    Windows Recovery Environment (WinRE)
    Solving Common Boot Problems
    Shutdown
    ConclusionChapter 14 Crash Dump Analysis
    Why Does Windows Crash?
    The Blue Screen
    Causes of Windows Crashes
    Troubleshooting Crashes
    Crash Dump Files
    Crash Dump Generation
    Windows Error Reporting
    Online Crash Analysis
    Basic Crash Dump Analysis
    Notmyfault
    Basic Crash Dump Analysis
    Verbose Analysis
    Using Crash Troubleshooting Tools
    Buffer Overruns, Memory Corruption, and Special Pool
    Code Overwrite and System Code Write Protection
    Advanced Crash Dump Analysis
    Stack Trashes
    Hung or Unresponsive Systems
    When There Is No Crash Dump
    Analysis of Common Stop Codes
    0xD1 - DRIVER_IRQL_NOT_LESS_OR_EQUAL
    0x8E - KERNEL_MODE_EXCEPTION_NOT_HANDLED
    0x7F - UNEXPECTED_KERNEL_MODE_TRAP
    0xC5 - DRIVER_CORRUPTED_EXPOOL
    Hardware Malfunctions
    ConclusionAppendix: Contents of Windows Internals, Sixth Edition, Part 1Index
  • 内容简介:
      《深入解析Windows操作系统,卷2(英文版·第6版)》是操作系统内核专家Russinovich等人的Windows操作系统原理的最新版著作,针对Windows 7和Windows Server 2008 R2进行了全面的更新,主要讲述Windows的底层关键机制、Windows的核心组件(包括进程/线程/作业,安全性,I/O系统,存储管理、内存管理、缓存管理、文件系统和网络),并分析了启动进程、关机进程以及缓存转储。书中提供了许多实例,读者可以借此更好地理解Windows的内部行为。
      《深入解析Windows操作系统,卷2(英文版·第6版)》内容丰富,信息全面,适合众多Windows平台开发人员、系统管理员阅读。
  • 目录:
    Windows Internals, Sixth Edition, Part
    (See appendix for Part 1's table of contents)Chapter 8 I/O System
    I/O System Components
    The I/O Manager
    Typical I/O Processing
    Device Drivers
    Types of Device Drivers
    Structure of a Driver
    Driver Objects and Device Objects
    Opening Devices
    I/O Processing
    Types of I/O
    I/O Request to a Single-Layered Driver
    I/O Requests to Layered Drivers
    I/O Cancellation
    I/O Completion Ports
    I/O Prioritization
    Container Notifications
    Driver Verifier
    Kernel-Mode Driver Framework (KMDF)
    Structure and Operation of a KMDF Driver
    KMDF Data Model
    KMDF I/O Model
    User-Mode Driver Framework (UMDF)
    The Plug and Play (PnP) Manager
    Level of Plug and Play Support
    Driver Support for Plug and Play
    Driver Loading, Initialization, and Installation
    Driver Installation
    The Power Manager
    Power Manager Operation
    Driver Power Operation
    Driver and Application Control of Device Power
    Power Availability Requests
    Processor Power Management (PPM)
    ConclusionChapter 9 Storage Management
    Storage Terminology
    Disk Devices
    Rotating Magnetic Disks
    Solid State Disks
    Disk Drivers
    Winload
    Disk Class, Port, and Miniport Drivers
    Disk Device Objects
    Partition Manager
    Volume Management
    Basic Disks
    Dynamic Disks
    Multipartition Volume Management
    The Volume Namespace
    Volume I/O Operations
    Virtual Disk Service
    Virtual Hard Disk Support
    Attaching VHDs
    Nested File Systems
    BitLocker Drive Encryption
    Encryption Keys
    Trusted Platform Module (TPM)
    BitLocker Boot Process
    BitLocker Key Recovery
    Full-Volume Encryption Driver
    BitLocker Management
    BitLocker To Go
    Volume Shadow Copy Service
    Shadow Copies
    VSS Architecture
    VSS Operation
    Uses in Windows
    ConclusionChapter 10 Memory Management
    Introduction to the Memory Manager
    Memory Manager Components
    Internal Synchronization
    Examining Memory Usage
    Services Provided by the Memory Manager
    Large and Small Pages
    Reserving and Committing Pages
    Commit Limit
    Locking Memory
    Allocation Granularity
    Shared Memory and Mapped Files
    Protecting Memory
    No Execute Page Protection
    Copy-on-Write
    Address Windowing Extensions
    Kernel-Mode Heaps (System Memory Pools)
    Pool Sizes
    Monitoring Pool Usage
    Look-Aside Lists
    Heap Manager
    Types of Heaps
    Heap Manager Structure
    Heap Synchronization
    The Low Fragmentation Heap
    Heap Security Features
    Heap Debugging Features
    Pageheap
    Fault Tolerant Heap
    Virtual Address Space Layouts
    x86 Address Space Layouts
    x86 System Address Space Layout
    x86 Session Space
    System Page Table Entries
    64-Bit Address Space Layouts
    x64 Virtual Addressing Limitations
    Dynamic System Virtual Address Space Management
    System Virtual Address Space Quotas
    User Address Space Layout
    Address Translation
    x86 Virtual Address Translation
    Translation Look-Aside Buffer
    Physical Address Extension (PAE)
    x64 Virtual Address Translation
    IA64 Virtual Address Translation
    Page Fault Handling
    Invalid PTEs
    Prototype PTEs
    In-Paging I/O
    Collided Page Faults
    Clustered Page Faults
    Page Files
    Commit Charge and the System Commit Limit
    Commit Charge and Page File Size
    Stacks
    User Stacks
    Kernel Stacks
    DPC Stack
    Virtual Address Descriptors
    Process VADs
    Rotate VADs
    NUMA
    Section Objects
    Driver Verifier
    Page Frame Number Database
    Page List Dynamics
    Page Priority
    Modified Page Writer
    PFN Data Structures
    Physical Memory Limits
    Windows Client Memory Limits
    Working Sets
    Demand Paging
    Logical Prefetcher
    Placement Policy
    Working Set Management
    Balance Set Manager and Swapper
    System Working Sets
    Memory Notification Events
    Proactive Memory Management (Superfetch)
    Components
    Tracing and Logging
    Scenarios
    Page Priority and Rebalancing
    Robust Performance
    ReadyBoost
    ReadyDrive
    Unified Caching
    Process Reflection
    ConclusionChapter 11 Cache Manager
    Key Features of the Cache Manager
    Single, Centralized System Cache
    The Memory Manager
    Cache Coherency
    Virtual Block Caching
    Stream-Based Caching
    Recoverable File System Support
    Cache Virtual Memory Management
    Cache Size
    Cache Virtual Size
    Cache Working Set Size
    Cache Physical Size
    Cache Data Structures
    Systemwide Cache Data Structures
    Per-File Cache Data Structures
    File System Interfaces
    Copying to and from the Cache
    Caching with the Mapping and Pinning Interfaces
    Caching with the Direct Memory Access Interfaces
    Fast I/O
    Read-Ahead and Write-Behind
    Intelligent Read-Ahead
    Write-Back Caching and Lazy Writing
    Write Throttling
    System Threads
    ConclusionChapter 12 File Systems
    Windows File System Formats
    CDFS
    UDF
    FAT12, FAT16, and FAT32
    exFAT
    NTFS
    File System Driver Architecture
    Local FSDs
    Remote FSDs
    File System Operation
    File System Filter Drivers
    Troubleshooting File System Problems
    Process Monitor Basic vs Advanced Modes
    Process Monitor Troubleshooting Techniques
    Common Log File System
    NTFS Design Goals and Features
    High-End File System Requirements
    Advanced Features of NTFS
    NTFS File System Driver
    NTFS On-Disk Structure
    Volumes
    Clusters
    Master File Table
    File Record Numbers
    File Records
    File Names
    Resident and Nonresident Attributes
    Data Compression and Sparse Files
    The Change Journal File
    Indexing
    Object IDs
    Quota Tracking
    Consolidated Security
    Reparse Points
    Transaction Support
    NTFS Recovery Support
    Design
    Metadata Logging
    Recovery
    NTFS Bad-Cluster Recovery
    Self-Healing
    Encrypting File System Security
    Encrypting a File for the First Time
    The Decryption Process
    Backing Up Encrypted Files
    Copying Encrypted Files
    ConclusionChapter 13 Startup and Shutdown
    Boot Process
    BIOS Preboot
    The BIOS Boot Sector and Bootmgr
    The UEFI Boot Process
    Booting from iSCSI
    Initializing the Kernel and Executive Subsystems
    Smss, Csrss, and Wininit
    ReadyBoot
    Images That Start Automatically
    Troubleshooting Boot and Startup Problems
    Last Known Good
    Safe Mode
    Windows Recovery Environment (WinRE)
    Solving Common Boot Problems
    Shutdown
    ConclusionChapter 14 Crash Dump Analysis
    Why Does Windows Crash?
    The Blue Screen
    Causes of Windows Crashes
    Troubleshooting Crashes
    Crash Dump Files
    Crash Dump Generation
    Windows Error Reporting
    Online Crash Analysis
    Basic Crash Dump Analysis
    Notmyfault
    Basic Crash Dump Analysis
    Verbose Analysis
    Using Crash Troubleshooting Tools
    Buffer Overruns, Memory Corruption, and Special Pool
    Code Overwrite and System Code Write Protection
    Advanced Crash Dump Analysis
    Stack Trashes
    Hung or Unresponsive Systems
    When There Is No Crash Dump
    Analysis of Common Stop Codes
    0xD1 - DRIVER_IRQL_NOT_LESS_OR_EQUAL
    0x8E - KERNEL_MODE_EXCEPTION_NOT_HANDLED
    0x7F - UNEXPECTED_KERNEL_MODE_TRAP
    0xC5 - DRIVER_CORRUPTED_EXPOOL
    Hardware Malfunctions
    ConclusionAppendix: Contents of Windows Internals, Sixth Edition, Part 1Index
查看详情
系列丛书 / 更多
深入解析Windows操作系统.卷2(英文版·第6版)
机器学习实战
[美]Peter Harrington 著;李锐、李鹏、曲亚东 译
深入解析Windows操作系统.卷2(英文版·第6版)
图灵程序设计丛书:Python基础教程
[挪威]Magnus Lie Hetland 著;司维、曾军崴、谭颖华 译
深入解析Windows操作系统.卷2(英文版·第6版)
JavaScript高级程序设计(第3版)
[美]Nicholas C.Zakas 著;李松峰、曹力 译
深入解析Windows操作系统.卷2(英文版·第6版)
Python编程:从入门到实践
[美]埃里克·马瑟斯(Eric Matthes) 著;袁国忠 译
深入解析Windows操作系统.卷2(英文版·第6版)
R语言实战(第2版)
[美]卡巴科弗(Robert I. Kabacoff) 著;王小宁、刘撷芯、黄俊文 译
深入解析Windows操作系统.卷2(英文版·第6版)
算法(第4版)
[美]Robert、[美]Kevin Wayne 著;谢路云 译
深入解析Windows操作系统.卷2(英文版·第6版)
Spark快速大数据分析
[美]卡劳(Holden Karau)、[美]肯维尼斯科(Andy Konwinski)、[美]温德尔(Patrick Wendell)、[加拿大]扎哈里亚(Matei Zaharia) 著;王道远 译
深入解析Windows操作系统.卷2(英文版·第6版)
MySQL必知必会
[英]福塔(Ben Forta) 著;刘晓霞、钟鸣 译
深入解析Windows操作系统.卷2(英文版·第6版)
大数据:互联网大规模数据挖掘与分布式处理
[美]Anand、[美]Jeffrey David Ullman 著;王斌 译
深入解析Windows操作系统.卷2(英文版·第6版)
图解HTTP
[日]上野·宣 著;于均良 译
深入解析Windows操作系统.卷2(英文版·第6版)
算法图解
袁国忠 译
深入解析Windows操作系统.卷2(英文版·第6版)
Spring Boot实战
[美]克雷格·沃斯(Craig Walls) 著;丁雪丰 译
相关图书 / 更多
深入解析Windows操作系统.卷2(英文版·第6版)
深入理解移动互联网
吴功宜 吴英 编著
深入解析Windows操作系统.卷2(英文版·第6版)
深入实施“四个育人”,彰显本科人才培养特色——云南大学本科教育改革与创新优秀论文集
主编唐旭光
深入解析Windows操作系统.卷2(英文版·第6版)
深入浅出C语言程序设计(第3版·微课版)
李俊·c;强振平;荣剑;张晴晖;赵毅力;钟丽辉
深入解析Windows操作系统.卷2(英文版·第6版)
深入浅出C#(视频教学版)
赵云
深入解析Windows操作系统.卷2(英文版·第6版)
深入实践Kotlin元编程
霍丙乾 著
深入解析Windows操作系统.卷2(英文版·第6版)
深入北方的小路(布克奖震撼杰作。人生在世,行走于地狱屋顶,凝望花朵。余华力荐“了不起的小说”!)
[澳]理查德·弗兰纳根 著;新经典 出品
深入解析Windows操作系统.卷2(英文版·第6版)
深入学习习近平关于科技创新的重要论述
科学技术部编写组 著
深入解析Windows操作系统.卷2(英文版·第6版)
深入浅出IoT:完整项目通关实战
[英]吉姆·贝内特(Jim Bennett) 著;柴火创客空间 译;[美]珍·福克斯(Jen Fox);[美]珍·卢珀(Jen Looper)
深入解析Windows操作系统.卷2(英文版·第6版)
深入浅出SSD:固态存储核心技术、原理与实战 第2版
SSDFans 胡波 石亮 岑彪
深入解析Windows操作系统.卷2(英文版·第6版)
深入地心 少儿科普 新华正版
英国尤斯伯恩出版公司
深入解析Windows操作系统.卷2(英文版·第6版)
深入理解FFmpeg
刘歧 赵军 杜金房 赵文杰 宋韶颍
深入解析Windows操作系统.卷2(英文版·第6版)
深入人心:数字产品设计的底层逻辑
林婕
您可能感兴趣 / 更多
深入解析Windows操作系统.卷2(英文版·第6版)
宇宙视觉史:从宇宙大爆炸到时间的尽头
[美]查尔斯·刘 著;高爽 译者;[美]马克西姆· 马洛维奇科 绘;未读 出品
深入解析Windows操作系统.卷2(英文版·第6版)
写出我心 普通人如何通过写作表达自己(平装本)
[美]娜塔莉·戈德堡(Natalie Goldberg)
深入解析Windows操作系统.卷2(英文版·第6版)
写出我心3 写作疗愈的真正秘密
[美]娜塔莉·戈德堡(Natalie Goldberg)
深入解析Windows操作系统.卷2(英文版·第6版)
神套路:为什么我们总被带节奏(狂热与网红时代醍醐灌顶之作,教给普通人安身立命的不二法门!)
[美]阿里·阿莫萨维 著;[哥伦比亚]亚历杭德罗·希拉尔多 绘
深入解析Windows操作系统.卷2(英文版·第6版)
阿伦森自传
[美]埃利奥特·阿伦森(Elliot Aronson) 著;沈捷 译;湛庐文化 出品
深入解析Windows操作系统.卷2(英文版·第6版)
街头官僚:公共服务中的个人困境
[美]迈克尔·李普斯基(Michael Lipsky)
深入解析Windows操作系统.卷2(英文版·第6版)
史前至蒙古帝国时期的内欧亚大陆史
[美]大卫·克里斯蒂安 著;潘玲 译;杨建华 校
深入解析Windows操作系统.卷2(英文版·第6版)
意大利文艺复兴新艺术史
[美]迈克尔·韦恩·科尔 著;[美]斯蒂芬·J·坎贝尔;邵亦杨
深入解析Windows操作系统.卷2(英文版·第6版)
老人与海 彩图注音版 一二三四年级5-6-7-8-9岁小学生课外阅读经典 儿童文学无障碍有声伴读世界名著童话故事
[美]海明威
深入解析Windows操作系统.卷2(英文版·第6版)
养育的觉醒:全面激发孩子自驱力,教你如何心平气和做妈妈
[美]凯文·莱曼 著;唐晓璐 译;斯坦威 出品
深入解析Windows操作系统.卷2(英文版·第6版)
自律我也能做到(全9册)
[美]康妮·科维尔·米勒 著;[阿根廷]维多利亚·阿萨纳利 绘
深入解析Windows操作系统.卷2(英文版·第6版)
你在等什么?
[美]斯科特·明钦 著;[中]易万 译;[美]马特 ·斐兰 绘