Loading...

Operating Systems In Depth: Design and Programming, 1st Edition

ISBN: 978-0-471-68723-8

November 2010

464 pages

PREFER A PRINTED BOOK BUT LOOKING FOR SAVINGS?

Rent college textbooks at our lowest prices. Wiley Textbook Rental lets you keep your textbook for a period of 130 days.

Digital Evaluation Copy

Request Digital Evaluation Copy
Description
This book is designed for a one-semester operating-systems course for advanced undergraduates and beginning graduate students. Prerequisites for the course generally include an introductory course on computer architecture and an advanced programming course.

The goal of this book is to bring together and explain current practice in operating systems. This includes much of what is traditionally covered in operating-system textbooks: concurrency, scheduling, linking and loading, storage management (both real and virtual), file systems, and security. However, the book also covers issues that come up every day in operating-systems design and implementation but are not often taught in undergraduate courses. For example, the text includes:

  • Deferred work, which includes deferred and asynchronous procedure calls in Windows, tasklets in Linux, and interrupt threads in Solaris.
  • The intricacies of thread switching, on both uniprocessor and multiprocessor systems.
  • Modern file systems, such as ZFS and WAFL.
  • Distributed file systems, including CIFS and NFS version 4.

The book and its accompanying significant programming projects make students come to grips with current operating systems and their major operating-system components and to attain an intimate understanding of how they work.

About the Author

Professor Doeppner is an associate professor of computer science at Brown University. His research interests include mobile computing in education, mobile and ubiquitous computing, operating systems and distribution systems, parallel computing, and security.

Features
  • 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.