Operating Systems
Douban
Principles and Practice
Thomas Anderson / Michael Dahlin
overview
Operating Sytems: Principles and Practice is a textbook for a first course in undergraduate operating systems. In use at dozens of top tier universities, and written by two leading operating systems researchers with decades of experience successfully teaching complex topics to thousands of students, this textbook provides:
A path for students to understand high level concepts all the way down to working code.
contents
Part 1: Kernels and Processes
We describe the essential steps needed to isolate programs to prevent buggy applications and computer viruses from crashing or taking control of your system.
Part 2: Concurrency
We provide a concrete methodology for writing correct concurrent programs that is in widespread use in industry, and we explain the mechanisms for context switching and synchronization from fundamental concepts down to assembly code.
Part 3: Memory Management
We explain both the theory and mechanisms behind 64-bit address space translation, demand paging, and virtual machines.
Part 4: Persistent Storage
We explain the technologies underlying modern extent-based, journaling, and versioning file systems.