Operating Systems

Thomas Anderson

出版时间

2014-08-20

ISBN

9780985673529

评分

★★★★★
书籍介绍

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.

Tom Anderson is an award winning teacher at the University of Washington. He is also a leading researcher in operating systems, networks, and networked systems.

Mike Dahlin is an award winning teacher at the University of Texas at Austin. He is also a leading researcher in operating systems, distributed systems, and networked systems.

作者简介
Tom Anderson is an award winning teacher at the University of Washington. He is also a leading researcher in operating systems, networks, and networked systems. Mike Dahlin is an award winning teacher at the University of Texas at Austin. He is also a leading researcher in operating systems, distributed systems, and networked systems.
目录
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

显示全部
用户评论
来自 UW 的大牛 Thomas Anderson ,更加侧重 OS 的设计而非组成,个人觉得这本比 Tanenbaum 那本好多了。。
两周的时间把这本书仔细读了一遍, 再做了点note, 真的是一本很完美的操作系统的书。 不仅仅讲了操作系统,更详细的讲了为什么操作系统这么设计schedule, cache, file system, virtual memory. 操作系统的设计模式illuminator, glue and referee可以用在很多的系统设计上, 可以说OS才是CS从入门到一个比较成熟的SDE的分水岭。
UCB cs162 official book!
草草翻一遍后,发现对于那个并发写的真是太透彻了,但是其它的没啥印象了,哈哈,接触Linux内核东西后再看看这书
想给十星!从设计的角度来剖析操作系统,给了很多实例来讲解到底为什么要这么设计。一遍刷完受益匪浅,抽时间二刷。
值得6颗星的书。
第二部分并发是全书亮点。
很棒
收藏