| |||||||||||||||
The chapter on memory management exemplifies this careful approach to Windows 2000 internals. What memory management does is discussed (it maps the virtual memory range of threads into registers on physical devices, and handles overflow from volatile memory onto disk). Then, you learn the more obvious ways of observing and tweaking memory performance (the Performance tab in Task Manager and the Registry). Finally, you get detailed information on how Windows 2000 handles mapping, and the use of dozens of memory-related Win32 API calls. --David Wall
Topics covered: The Microsoft Windows 2000 operating system kernel and its internal operations; the specific behaviors of various subsystems, including memory management, threading, security, caching, and network communications.
Product Details
Would you like to update product info or give feedback on images?
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
43 of 43 people found the following review helpful:
5.0 out of 5 stars
Excellent comprehensive overview,
By
This review is from: Inside Microsoft Windows 2000, Third Edition (Microsoft Programming Series) (Paperback)
When I first heard that Russinovich was teaming with Solomon to do the 3rd edition of this book, I knew the potential of what this book could be. Now that I have it, I can firmly say that it surpasses every one of my expectations.Solomon and Russinovich do a great job covering all grounds well. Topics range from the extremely low level of boot process, device drivers, exceptions, and page tables to the high level structures of the object manager, file systems, and cache management. Odd topics such as networking and security complete the discussion. This book is an excellent complement to Richter's Programming Applications book, with very little overlapping content. It is so complete, in fact, that it could almost be used as a blueprint to clone Windows, if one so desired. This book is very light on code and very heavy on diagrams and tables. It is so clearly written that turning the information into usable code should be a breeze. If I had to complain, there is a lack of native application discussion. But this is pushing it, as the sysinternals web site is included on CD and includes this material.
15 of 15 people found the following review helpful:
5.0 out of 5 stars
2000 Systems Programming at its best!!!,
By
This review is from: Inside Microsoft Windows 2000, Third Edition (Microsoft Programming Series) (Paperback)
As a former systems programmer on Burroughs (Unisys) systems, I was always used to knowing how the OS did things. It is a real treat after working on PCs for so long, to finally get a book that makes it interesting to learn the internals again. This book is full of things that will give you an appreciation of any OS, but the way it cracks into the guts of 2000 is great. The experiments in this book make it really easy to learn how 2000 is organized and apply it to existing programming projects. Learning 2000 from the inside via the debugger is just a great way to do it. No offense to David, but Mark's influence is obvious. If you are a fan of his Internals column, you will like this book even better. The fact that he does it without source code is even more amazing. Wait a minute...why hasn't Microsoft paid these guys whatever they want to build the next version of 2000?If you appreciate a good OS and an even better manual on it...Buy This Book...
13 of 13 people found the following review helpful:
5.0 out of 5 stars
Practical Magic in Win32,
This review is from: Inside Microsoft Windows 2000, Third Edition (Microsoft Programming Series) (Paperback)
This is the book to take with you if you are expelled to deserted island with 1 laptop, solar power generator, win32 sdk/ddk, and 1 book of choice. It will make you think, wonder, appreciate and grok the best OS that Microsoft can offer. As Matt Pietrek said once, the magic of being debugger guru is the better understanding of OS. If there is any book to help you become one, this is it.What is very important also is that along the line Mark (and David) explain and teach the reverse engineering techniques to explore the surrounding world of unknown black-box software. The books if full of ideas, hints and tips on multiple ways how to peek under the hood and extract that piece of information you are looking for. It made me to fully understand and re-think the implications of thread scheduling, memory management, paging and synchronization on the complex code I was working with and resulted in great performance improvements. You will also get to see the elegance of design decisions and compromises made by engineers working on such a complex OS, and this enlightening experience alone justifies reading of the book even if you are not interested in Win32 in any way. It is incredible amount of knowledge and hard work compressed in a single volume.
Share your thoughts with other customers: Create your own review
|
|
Suggested Tags from Similar Products(What's this?)Be the first one to add a relevant tag (keyword that's strongly related to this product).
|