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)都被绑定到一个(且唯一一个)子系统上。映像文件运行时,负责创建进程的代码会检查映像头部的子系统类型代码,所以它可以通知正确的子系统,有新的进程被创建。
......(更多)