1 / 806
文档名称:

Operating Systems - Internals and Design Principles, 6th edition (Prentice Hall, 2009, 0136006329).pdf

格式:pdf   页数:806页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Operating Systems - Internals and Design Principles, 6th edition (Prentice Hall, 2009, 0136006329).pdf

上传人:bolee65 2014/4/18 文件大小:0 KB

下载得到文件列表

Operating Systems - Internals and Design Principles, 6th edition (Prentice Hall, 2009, 0136006329).pdf

文档介绍

文档介绍:WEB SITE FOR OPERATING SYSTEMS, INTERNALS AND DESIGN PRINCIPLES
PREFACE

CHAPTER 0 READER'S GUIDE
Outline of the Book
Topic Ordering
and Web Resources

PART ONE BACKGROUND

Chapter puter System Overview
Basic Elements
Processor Registers
Instruction Execution
Interrupts
The Memory Hierarchy
Cache Memory
I/munication Techniques
mended Reading and Web Sites
Key Terms, Review Questions, and Problems
Appendix 1A Performance Characteristics of Two-Level Memory
Appendix 1B Procedure Control

Chapter 2 Operating System Overview
Operating System Objectives and Functions
The Evolution of Operating Systems
Major Achievements
Characteristics of Modern Operating Systems
Windows Vista Overview
Traditional UNIX Systems
Modern UNIX Systems
Linux
mended Reading and Web Sites
Key Terms, Review Questions, and Problems


PART TWO PROCESSES

Chapter 3 Process Description and Control
What is a Process?
Process States
Process Description
Process Control
UNIX FreeBSD Process Management
Summary
mended Reading
Key Terms, Review Questions, and Problems

Programming Project 1 Developing a Shell Chapter 4 Threads, SMP, and Microkernels
Processes and Threads
Symmetric Multiprocessing (SMP)
Microkernels
Windows Vista Thread and SMP Management
Solaris Thread and SMP Management
Linux Process and Thread Management
Summary
mended Reading
Key Terms, Review Questions, and Problems

Chapter 5 Concurrency: Mutual Exclusion and Synchronization
Principles of Concurrency
Mutual Exclusion: Hardware Support
Semaphores
Monitors
Message Passing
Readers/Writers Problem
Summary
mended Reading
Key Terms, Review Questions, and Problems

Chapter 6 Concurrency: Deadlock and Starvation