logo
分类于: 编程语言 职场办公

简介

Operating Systems: Principles and Practice

Operating Systems: Principles and Practice 9.5分

资源最后更新于 2020-08-23 08:20:47

作者:Thomas Anderson

出版社:Recursive Books

出版日期:2014-01

ISBN:9780985673529

文件格式: pdf

标签: 操作系统 计算机 操作系統 OS 计算机科学 operationsystem 计算机系统 Programming

简介· · · · · ·

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 a...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

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.