Friday, March 7, 2008

Inside Windows 2000, Third Edition free download



Product Details


  • Hardcover: 903 pages

  • Publisher: Microsoft Press; 3 Har/Cdr edition (September 16, 2000)

  • Language: English

  • ISBN-10: 0735610215

  • ISBN-13: 978-0735610217

Microsoft Windows 2000 internals have a very logical structure. In Inside Microsoft Windows 2000, David Solomon and Mark Russinovich explain what goes on behind the curtain as Windows 2000 manages memory, regulates access to input and output devices, controls persistent storage, communicates with the network, and does the rest of its duties as a modern operating system. This is a text for programmers, and it's packed with call-by-call documentation of what happens when Windows 2000 is told to perform various operations. There's not as much code in this book as you might expect--mostly, it's text. Once you have the architecture figured out, you should be able to implement your code more easily.

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.

MCP Magazine
"If you’re a serious network admin or programmer this video is an excellent resource for concepts, techniques and tools. --This text refers to the edition.

Monday, February 25, 2008

Operating System Concepts-Abraham Silberschatz


Product Details
  • Hardcover: 944 pages
  • Publisher: Wiley; 7 edition (December 14, 2004)
  • Language: English
  • ISBN-10: 0471694665
  • ISBN-13: 978-0471694663
Book Description
Another defining moment in the evolution of operating systems
Small footprint operating systems, such as those driving the handheld devices that the baby dinosaurs are using on the cover, are just one of the cutting-edge applications you'll find in Silberschatz, Galvin, and Gagne's Operating System Concepts, Seventh Edition.
By staying current, remaining relevant, and adapting to emerging course needs, this market-leading text has continued to define the operating systems course. This Seventh Edition not only presents the latest and most relevant systems, it also digs deeper to uncover those fundamental concepts that have remained constant throughout the evolution of today's operation systems. With this strong conceptual foundation in place, students can more easily understand the details related to specific systems.
New Adaptations
* Increased coverage of user perspective in Chapter 1.
* Increased coverage of OS design throughout.
* A new chapter on real-time and embedded systems (Chapter 19).
* A new chapter on multimedia (Chapter 20).
* Additional coverage of security and protection.
* Additional coverage of distributed programming.
* New exercises at the end of each chapter.
* New programming exercises and projects at the end of each chapter.
* New student-focused pedagogy and a new two-color design to enhance the learning process.

click the below link for free download..

DOWNLOAD