内容简介
本书是操作系统内核专家Mark Russinovich和David Solomon的Windows操作系统原理的最新版著作,针对Windows Vista和Windows Server 2008进行了全面的更新,主要讲述Windows的底层关键机制,Windows的核心组件(包括进程/线程/作业、安全性、I/O系统、存储管理、内存管理、缓存管理、文件系统和网络),并分析了启动进程、关机进程以及缓存转储。书中提供了许多实例,读者可以借此更好地理解 Windows的内部行为。
本书内容丰富、信息全面,适合众多 Windows平台开发人员、系统管理员阅读。
目录
1 concepts and tools
windows operating system versions
foundation concepts and terms
windows api
services, functions, and routines
processes, threads, and jobs
virtual memory
kernel mode vs user mode
terminal services and multiple sessions
objects and handles
security
registry
unicode
digging into windows internals
reliability and performance monitor
kernel debuggin