The tenth edition of Operating System Concepts has been revised to keep it fresh and up-to-date with contemporary examples of how operating systems function, as well as enhanced interactive elements to improve learning and the student’s experience with the material. It combines instruction on concepts with real-world applications so that students can understand the practical usage of the content. End-of-chapter problems, exercises, review questions, and programming exercises help to further reinforce important concepts. New interactive self-assessment problems are provided throughout the text to help students monitor their level of understanding and progress. A Linux virtual machine (including C and Java source code and development tools) allows students to complete programming exercises that help them engage further with the material.
......(更多)
......(更多)
Part 1 Overview
Chapter 1 Introduction
Chapter 2 Operating-System Structures
Part 2 Process Management
Chapter 3 Processes
Chapter 4 Threads & Concurrency
Chapter 5 CPU Scheduling
Part 3 Process Synchronization
Chapter 6 Synchronization Tools
Chapter 7 Synchronization Examples
Chapter 8 Deadlocks
Part 4 Memory Management
Chapter 9 Main Memory
Chapter 10 Virtual Memory
Part 5 Storage Management
Chapter 11 Mass-Storage Structure
Chapter 12 I/O Systems
Part 6 File System
Chapter 13 File-System Interface
Chapter 14 File-System Implementation
Chapter 15 File-System Internals
Part 7 Security and Protection
Chapter 16 Security
Chapter 17 Protection
Part 8 Advanced Topics
Chapter 18 Virtual Machines
Chapter 19 Network and Distributed Systems
Part 9 Case Studies
Chapter 20 The Linux System
Chapter 21 Windows 10
Part 10 Appendices
Appendix A Influential Operating Systems
Appendix B Windows 7
Appendix C BSD Unix
Appendix D The Mach System
......(更多)
对称多处理技术(SMP)是最为普通的多处理器设计计数,其中所有处理器被视为对等的,且彼此独立运行。集群系统是一种特殊的多处理器系统,它由通过局域网连接的多个计算机系统组成。
操作系统是管理计算机硬件并提供应用程序运行环境的软件,为了让计算机执行程序,程序必须位于内存中。。内存是处理器唯一能直接访问的大容量存储区。内存为字节或字的数组。每个字节都有其地址。内存是易失性存储器,没有电源时,会丢失内容。
......(更多)