- Amazon Business: Make the most of your Amazon Business account with exclusive tools and savings. Login now
- Amazon Business : For business-only pricing, quantity discounts and FREE Shipping. Register a free business account
Operating Systems Design and Implementation 3rd Edition
Use the Amazon App to scan ISBNs and compare prices.
- FREE return shipping at the end of the semester.
- Access codes and supplements are not guaranteed with rentals.
Fulfillment by Amazon (FBA) is a service we offer sellers that lets them store their products in Amazon's fulfillment centers, and we directly pack, ship, and provide customer service for these products. Something we hope you'll especially enjoy: FBA items qualify for FREE Shipping and .
If you're a seller, Fulfillment by Amazon can help you grow your business. Learn more about the program.
Enter your mobile number or email address below and we'll send you a link to download the free Kindle App. Then you can start reading Kindle books on your smartphone, tablet, or computer - no Kindle device required.
-
Apple
-
Android
-
Windows Phone
-
Android
|
Download to your computer
|
Kindle Cloud Reader
|
Frequently bought together
Customers who viewed this item also viewed
Modern Operating SystemsAndrew TanenbaumHardcover
Modern Operating SystemsPaperback
Operating Systems: Three Easy PiecesRemzi H Arpaci-DusseauPaperback
Operating System ConceptsHardcover
Modern Operating Systems (3rd Edition)Andrew S. TanenbaumHardcover
By TANENBAUM ANDREW S - Operating Systems: Design And Implementation (The MINIX book) (3rd)TANENBAUM ANDREW SPaperback
Customers who bought this item also bought
Modern Operating SystemsAndrew TanenbaumHardcover
C Programming Language, 2nd EditionPaperback
The Linux Command Line, 2nd Edition: A Complete IntroductionWilliam ShottsPaperback
Operating Systems: Three Easy PiecesRemzi H Arpaci-DusseauPaperback
Computer Architecture: A Quantitative Approach (The Morgan Kaufmann Series in Computer Architecture and Design)Paperback
The Practice of Programming (Addison-Wesley Professional Computing Series)Brian KernighanPaperback
Special offers and product promotions
Editorial Reviews
From the Back Cover
“The presentation is excellent. The book should be on the desk of any serious student of operating systems.”--Dr. Samuel Kohn, Thomas Edison State College
“I would give the authors very high grades for their writing style. Topics are explained in a clear and understandable manner. Presentations are well organized and they flow in logical fashion. The book provides the right depth and breadth of explanations with the appropriate amount of rigor and abstraction.” --Gojko Babic, Department of Computer Science and Engineering, Ohio State University
The definitive, up-to-date introduction to operating systems:
Core principles plus hands-on examples with the new MINIX 3 operating system
The world’s best-selling introductory operating systems text has been thoroughly updated to reflect the latest advances in OS design and implementation. Offering an optimal balance of theory and practice, Operating Systems: Design and Implementation, Third Edition remains the best resource for anyone seeking a deep understanding of how operating systems work.
This edition includes MINIX 3, more compact, more reliable, better suited for embedded applications – and, above all, even easier to teach and learn from. Using MINIX, the authors introduce virtually every core concept needed to construct a working OS: system calls, processes, IPC, scheduling, I/O, deadlocks, memory management, threads, file systems, security, and more.
NEW TO THIS EDITION
· Newly-released, significantly-improved MINIX 3 operating system on CD-ROM: giving students hands-on experience in modifying and rebuilding a contemporary operating system
· Expanded and reorganized coverage of processes and communication
· Revised and enhanced coverage of CPU scheduling, deadlocks, file system reliability, and security
· Includes more than 150 end of chapter problems
· ABOUT THE AUTHORS
Andrew S. Tanenbaum has an S.B. degree from M.I.T. and a Ph. D. from the University of California at Berkeley. He is currently a Professor of Computer Science and Vrije Universiteit in Amsterdam, the Netherlands, where, for more than 30 years, he has taught operating systems, computer organization, and networking to thousands of students. Professor Tanenbaum is the winner of the ACM Karl V. Karlstrom Outstanding Educator Award and the ACM/SIGCSE Award for Outstanding Contributions to Computer Science Education.
Albert S. Woodhull is Adjunct Associate Professor of Computer Science and Biology at the School of Natural Science, Hampshire College, Amherst, MA. He also served until recently as computer system administrator for the Department of Biology in the School of Natural Science and Mathematics at the University of Massachusetts, Amherst, MA. He holds an S.B. degree from M.I.T. and a Ph.D. the University of Washington. Supported by a Fulbright grant, he has taught at the Universidad Nacional de Ingenieria and the Universidad Nacional Autonoma de Nicaragua.
About the Author
Andrew S. Tanenbaum has a B.S. Degree from M.I.T. and a Ph.D. from the University of California at Berkeley. He is currently a Professor of Computer Science at the Vrije Universiteit in Amsterdam, The Netherlands, where he heads the Computer Systems Group. He is also Dean of the Advanced School for Computing and Imaging, an interuniversity graduate school doing research on advanced parallel, distributed, and imaging systems. Nevertheless, he is trying very hard to avoid turning into a bureaucrat.
In the past, he has done research on compilers, operating systems, networking, and local-area distributed systems. His current research focuses primarily on the design of wide-area distributed systems that scale to a billion users. These research projects have led to five books and over 85 referred papers in journals and conference proceedings.
Prof. Tanenbaum has also produced a considerable volume of software. He was the principal architect of the Amsterdam Compiler Kit, a widely-used toolkit for writing portable compilers, as well as of MINIX, a small UNIX clone intended for use in student programming labs. Together with his Ph.D. students and programmers, he helped design the Amoeba distributed operating system, a high-performance microkernel-based distributed operating system. The MINIX and Amoeba systems are now available for free via the Internet..
Prof. Tanenbaum is a Fellow of the ACM, a Fellow of the IEEE, a member of the Royal Netherlands Academy of Arts and Sciences, winner of the 1994 ACM Karl V. Karlstrom Outstanding Educator Award, and winner of the 1997 ACM/SIGCSE Award for Outstanding Contributions to Computer Science Education. He is also listed in Who’s Who in the World.
Albert S. Woodhull was a faculty member in the School of Natural Science, Hampshire College, Amherst, MA for many years. He has taught at the University of Massachusetts and Smith College in the US, and he has been a visiting faculty member on multiple occasions at universities in Nicaragua, supported on two of these visits by Fulbright grants. He also served as a computer and network system administrator at the University of Massachusetts. He holds an B.S. degree from M.I.T. and a Ph.D. from the University of Washington. His home page on the web is at http://minix1.woodhull.com/asw/.
Product details
- Publisher : Pearson; 3rd edition (January 4, 2006)
- Language : English
- Hardcover : 1088 pages
- ISBN-10 : 0131429388
- ISBN-13 : 978-0131429383
- Item Weight : 3.53 ounces
- Dimensions : 3.94 x 3.94 x 3.94 inches
-
Best Sellers Rank:
#503,604 in Books (See Top 100 in Books)
- #50 in Computer Operating Systems Theory
- #200 in Computer Operating Systems (Books)
- #919 in Operating Systems (Books)
- Customer Reviews:
Customer reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
The prerequisites, in my opinion, for reading this book is a basic knowledge of C and assembly, particularly, if you want to read through the source code in the back of the book. However, the book does such a phenomenal job in explaining everything within the text that it is not necessary to read through the source code. All parts of the text contain references to the actual source code, specifying line numbers of the source code, which makes it easy to read a paragraph, see its implementation in source code, read the next paragraph/pages, etc.
This book is specific to Minix 3 which is a microkernel OS, contrasting it with Linux & Windows, for example, which are monolithic/hybrid OSs. Minix 3, as presented in this book, is also simplified by being single-threaded.
A CD comes with it which contains the Minix 3 OS for use.
I had previously read Modern Operating Systems & Computer Networks by the same author. This is a very good author and I very highly recommend his books.
I wish this author would write a book on virtualization as well.
While MINIX was a good choice for the text, as MINIX is an operating system written to be understood, I just think the authors could gone much more in detail. A strong grasp of C is also required, so make sure you know your stuff before reading this book.
Another choice to learn the code is "OS Concepts" by Silberschartz and Galvin, but the codes are much shorter.
Many people prefer "Modern OS" (book by the same author) to this book, due to the short amount of actual text.
"Modern OS" certainly have goes deeper and has better logical flow, but it doesn't contain actual code.
On the other hand, "OS Design and Imp" has shallow treatment, but show actual code.
It is shallower, but it still contains all essential materials (thread, memory, file system, I/O, deadlock, and security)
VERY good textbook to learn both theory and implementation together!
Top reviews from other countries
If studying Operating systems then your course is probably already based on this book, if not it is based on Minix. The OS that the creator of Linux studied on during his Uni days.





