好书推荐 好书速递 排行榜 读书文摘

Windows Internals, Part 1

Windows Internals, Part 1
作者:Mark E. Russinovich / David A. Solomon / Alex Ionescu
出版社:Microsoft Press
出版年:2012-04
ISBN:9780735648739
行业:计算机
浏览数:53

内容简介

Delve inside Windows architecture and internals - guided by a team of internationally renowned internals experts. Fully updated for Windows 7 and Windows Server 2008 R2, this classic guide delivers key architectural insights on system design, debugging, performance, and support - along with hands-on experiments to experience Windows internal behavior firsthand. See how Windows components work behind the scenes: * Understand how the core system and management mechanisms work * Explore internal system data structures using tools like the kernel debugger * Go inside the Windows security model to see how it authorizes access to data * Understand how Windows manages physical and virtual memory * Tour the Windows networking stack from top to bottom * Troubleshoot file-system access problems and system boot problems * Learn how to analyze crashes

......(更多)

作者简介

......(更多)

目录

......(更多)

读书文摘

环境子系统的角色是,将基本的Windows执行体系统服务的某个子集暴露给应用程序

每个执行映像(.exe)都被绑定到一个(且唯一一个)子系统上。映像文件运行时,负责创建进程的代码会检查映像头部的子系统类型代码,所以它可以通知正确的子系统,有新的进程被创建。

......(更多)

猜你喜欢

点击查看