Logo

Operating Systems: Three Easy Pieces

Small book cover: Operating Systems: Three Easy Pieces

Operating Systems: Three Easy Pieces
by

Publisher: University of Wisconsin
Number of pages: 717

Description:
The three easy pieces refer to the three major thematic elements the book is organized around: virtualization, concurrency, and persistence. In discussing these concepts, we'll end up discussing most of the important things an operating system does.

Home page url

Download or read it online for free here:
Download link
(multiple PDF files)

Similar books

Book cover: Practical File System Design with the Be File SystemPractical File System Design with the Be File System
by - Morgan Kaufmann Publishers
Guide to the design of file systems in general, and the Be File System in particular. The book covers all topics related to file systems, advanced topics are also covered, such as journaling, attributes, indexing and query processing.
(17945 views)
Book cover: Operating Systems and Middleware: Supporting Controlled InteractionOperating Systems and Middleware: Supporting Controlled Interaction
by - Gustavus Adolphus College
Intended for juniors, seniors, and first-year graduate students, this book takes a modern approach to the Operating Systems course. By using this text, students will obtain an understanding of how contemporary operating systems and middleware work.
(14854 views)
Book cover: How to Make a Computer Operating System in C++How to Make a Computer Operating System in C++
by - GitHub
Online book about how to write a computer operating system in C/C++ from scratch. The goal is to build a very simple UNIX-based operating system, not just a 'proof-of-concept'. The OS should be able to boot, start a userland shell, and be extensible.
(11621 views)
Book cover: Baking Pi: Operating Systems DevelopmentBaking Pi: Operating Systems Development
by - University of Cambridge
This course takes you through the basics of operating systems development in assembly code. Rather than leading the reader through the full details of creating an Operating System, these tutorials focus on achieving a few common tasks separately.
(9303 views)