Operating Systems and Middleware: Supporting Controlled Interaction
by Max Hailperin
Publisher: Gustavus Adolphus College 2011
ISBN/ASIN: 0534423698
Number of pages: 563
Description:
Intended for juniors, seniors, and first-year graduate students, this book takes a modern approach to the traditional Operating Systems course. By using this innovative text, students will obtain an understanding of how contemporary operating systems and middleware work, and why they work that way. They will also gain practical skills including the ability to reason about and program concurrent computations, understand hardware/software interactions, use empirical measurement to guide design, and analyze system security.
Download or read it online for free here:
Download link
(2.7MB, PDF)
Similar books
How to Make a Computer Operating System in C++by Samy Pesse - 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.
(15417 views)
A Neutral Look at Operating Systems- Wikibooks
The purpose of this book is to provide a neutral view of as many Operating Systems as possible. This book strives to provide solid information on Operating Systems without the ever-prevalent 'distribution/Operating System bias'.
(12938 views)
Baking Pi: Operating Systems Developmentby Alex Chadwick - 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.
(11928 views)
Think OS: A Brief Introduction to Operating Systemsby Allen B. Downey - Green Tea Press
The book includes material from operating systems, networks, databases, and embedded systems, emphasizing the topics programmers need to know. It does not assume that you have studied Computer Architecture. As we go along, I'll explain what we need.
(16899 views)