Wiley.com
Print this page Share
Textbook

Operating Systems In Depth: Design and Programming

ISBN: 978-0-471-68723-8
Hardcover
444 pages
November 2010, ©2011
List Price: US $170.95
Government Price: US $120.28
Enter Quantity:   Buy
Operating Systems In Depth: Design and Programming (0471687235) cover image
This is a Print-on-Demand title. It will be printed specifically to fill your order. Please allow an additional 10-15 days delivery time. The book is not returnable.

  • Rigorous but concise coverage of Operating Systems designed for a course for CS majors who will work in the computer-systems area (as opposed to a course on the basics of operating systems that every CS major should know.)
  • A variety of accompanying projects help students attain an intimate understanding of how the major operating-systems components work. These include a relatively straightforward project that involves writing a user-level threads library, a file-system cache manager, and a simple file system. The second, for the truly interested, gung-ho students, is to implement a good portion of a simple but fully functional operating system. (Those portions that are not pedagogically useful for students to write are provided to them.) Source code and written handouts are available at the book s website
  • Organization of Table of Contents helps make a comprehensive programming project possible. For example, Chapter 2 provides a full tutorial on how to write multithreaded programs, both using POSIX threads and Windows threads. Though the material covers such programming from an application-program perspective, both the concepts and the practice apply to programming within an operating system.
  • Three types of end-of-chapter exercises provide plenty of practice. These include unstarred, starred, and two-starred problems that range from quick and easy review to challenging, exam type problems.
  • Back to Top