操作系统实用教程 螺旋方法 英文版PDF电子书下载
- 电子书积分:16 积分如何计算积分?
- 作 者:(美)埃尔玛斯里,(美)加里克,(美)莱文著
- 出 版 社:北京:机械工业出版社
- 出版年份:2010
- ISBN:9787111310945
- 页数:512 页
Part 1 Operating Systems Overview and Background 1
Chapter 1 Getting Started 3
1.1 Introduction 4
1.2 What Are Operating Systems All about? 5
1.3 User versus System View of an OS 6
1.4 Some OS Terms,Basic Concepts,and Illustrations 10
1.5 A Small Historical Diversion 15
1.6 Summary 17
Chapter 2 Operating System Concepts,Components,and Architectures 19
2.1 Introduction:What Does the OS Do? 20
2.2 Resources Managed by the OS and Major OS Modules 22
2.3 The Process Concept and OS Process Information 25
2.4 Functional Classes of OSs 29
2.5 Architectural Approaches to Building an OS 33
2.6 Some OS Implementation Techniques and Issues 35
2.7 Minimalist versus Maximalist Approaches to OS Functionality and Backward Compatibility 40
2.8 Summary 42
Part 2 Building Operating Systems Incrementally:A Breadth-Oriented Spiral Approach 45
Chapter 3 A Simple,Single-Process Operating System 47
3.1 Introduction:Monitors and CP/M 48
3.2 Characteristics of a Simple PC System 50
3.3 Input/Output Management 52
3.4 Disk Management and the File System 54
3.5 Process and Memory Management 58
3.6 Summary 63
Chapter 4 A Single-User Multitasking Operating System 67
4.1 Introduction:A Simple Multitasking System 69
4.2 The Palm OS Environment and System Layout 71
4.3 Process Scheduling 73
4.4 Memory Management 75
4.5 File Support 80
4.6 Basic Input and Output 82
4.7 Display Management 82
4.8 Event-Driven Programs 84
4.9 Summary 86
Chapter 5 A Single-User Multitasking/Multithreading Operating System 89
5.1 Introduction 89
5.2 The Origin of the Macintosh Computer 90
5.3 The Macintosh OS—System 1 91
5.4 System 2 96
5.5 System 3 98
5.6 System 4 98
5.7 System 5 100
5.8 System 6 101
5.9 System 7 101
5.10 System 8 105
5.11 System 9 107
5.12 Mac OS X 109
5.13 Summary 111
Chapter 6 A Multiple-User Operating System 113
6.1 Introduction 113
6.2 The Multiuser OS Environment 121
6.3 Processes and Threads 123
6.4 Summary 125
Chapter 7 Parallel and Distributed Computing,Clusters,and Grids 127
7.1 Introduction 127
7.2 Key Concepts 128
7.3 Parallel and Distributed Processing 128
7.4 Distributed System Architectures 132
7.5 How Operating System Concepts Differ in SMPs,Clusters,and Grids 138
7.6 Examples 142
7.7 Summary 147
Part 3 CPU and Memory Management 149
Chapter 8 Process Management:Concepts,Threads,and Scheduling 151
8.1 Introduction to Processes 152
8.2 Process Descriptor-Process Control Block 152
8.3 Process States and Transitions 154
8.4 Process Scheduling 156
8.5 One Good Process Deserves Another 164
8.6 Threads 166
8.7 Case Studies 173
8.7 Summary 178
Chapter 9 More Process Management:Interprocess Communication,Synchronization,and Deadlocks 181
9.1 Why Have Cooperating Processes? 182
9.2 Interprocess Communication 184
9.3 Synchronization 190
9.4 Deadlocks 197
9.5 Summary 206
Chapter 10 Basic Memory Management 209
10.1 Introduction:Why Manage Primary Memory? 209
10.2 Binding Model:Steps in Development Cycle 210
10.3 A Single Process 211
10.4 Multiple Processes with a Fixed Number of Processes 216
10.5 Multiple Processes with a Variable Number of Processes 218
10.6 Summary 223
Chapter 11 Advanced Memory Management 225
11.1 Why Do We Need Hardware Help? 225
11.2 Paging 226
11.3 Segmentation 233
11.4 Segmentation with Paging 236
11.5 Demand Paging 238
11.6 Special Memory Management Topics 248
11.7 Summary 252
Part 4 A Depth-Oriented Presentation of OS Concepts:Files Systems and Input/Output 255
Chapter 12 File Systems—Basics 257
12.1 Introduction 258
12.2 Directories 259
12.3 Access Methods 265
12.4 Free Space Tracking 269
12.5 File Allocation 273
12.6 Summary 280
Chapter 13 File Systems—Examples and More Features 283
13.1 Introduction 283
13.2 Case Studies 284
13.3 Mounting 288
13.4 Multiple File Systems and Redirection 290
13.5 Memory Mapped Files 292
13.6 File System Utilities 293
13.7 Log-Based File Systems 294
13.8 Summary 295
Chapter 14 Disk Scheduling and Input/Output Management 297
14.1 Introduction 297
14.2 Device Characteristics 298
14.3 I/O Technology 299
14.4 Physical Disk Organization 302
14.5 Logical Disk Organization 305
14.6 RAID 309
14.7 Disk Operation Scheduling 314
14.8 DMA and Disk Hardware Features 322
14.9 Summary 325
Part 5 Networks,Distributed Systems,and Security 329
Chapter 15 Introduction to Computer Networks 331
15.1 Why Do We Want to Network Computers? 332
15.2 The Basics 333
15.3 Application Layer Protocols 338
15.4 TCP/IP 341
15.5 The Data Link Layer 345
15.6 WANs 350
15.7 The Physical Layer 352
15.8 Network Management 354
15.9 Summary 356
Chapter 16 Protection and Security 359
16.1 Introduction:Problems and Threats 360
16.2 OS Protection 366
16.3 Policies,Mechanisms,and Techniques 370
16.4 Communication Security 373
16.5 Security Administration 380
16.6 Summary 381
Chapter 17 Distributed Operating Systems 385
17.1 Introduction 386
17.2 Distributed Application Models 388
17.3 Abstractions:Processes,Threads,and Machines 391
17.4 Naming 394
17.5 Other Distributed Models 396
17.6 Synchronization 400
17.7 Fault Tolerance 406
17.8 Summary 409
Part 6 Case Studies 413
Chapter 18 Windows NTTM through VistaTM 415
18.1 Introduction:Windows NT Family History 416
18.2 The User OS Environment 421
18.3 Process Scheduling 423
18.4 Memory Management 425
18.5 File Support 428
18.6 Basic Input and Output 436
18.7 GUI Programming 439
18.8 Networking 440
18.9 Symmetric Multiprocessing 441
18.10 Startup Speed of XP 441
18.11 Summary 442
Chapter 19 Linux:A Case Study 445
19.1 Introduction 446
19.2 Process Scheduling 447
19.3 Memory Management 451
19.4 File Support 452
19.5 Basic Input and Output 454
19.6 GUI Programming 458
19.7 Networking 460
19.8 Security 462
19.9 Symmetric Multiprocessing 463
19.10 Other Linux Variants 463
19.11 Summary 466
Chapter 20 Palm OS:A Class Case Study 469
20.1 Overview 469
20.2 The Multi-Process OS Environment 470
20.3 Palm Process Scheduling 471
20.4 Palm Memory Management 471
20.5 File Support 472
20.6 Input/Output Subsystems 472
20.7 GUI Programming 473
20.8 Network Programming 473
20.9 Programming Environments 475
20.10 Similar Systems and Current Developments 476
20.11 Summary 480
Appendix Overview of Computer System and Architecture ConceptsA.1 Typical Computer System Components 484
A.2 The Processor or Central Processing Unit 485
A.3 The Memory Unit and Storage Hierarchies 496
A.4 Input and Output 502
A.5 The Network 504
A.6 A More Detailed Picture 507
A.7 Summary 507
- 《中风偏瘫 脑萎缩 痴呆 最新治疗原则与方法》孙作东著 2004
- 《高级英语阅读与听说教程》刘秀梅编著 2019
- 《看图自学吉他弹唱教程》陈飞编著 2019
- 《激光加工实训技能指导理实一体化教程 下》王秀军,徐永红主编;刘波,刘克生副主编 2017
- 《AutoCAD 2019 循序渐进教程》雷焕平,吴昌松,陈兴奎主编 2019
- 《少儿电子琴入门教程 双色图解版》灌木文化 2019
- 《药剂学实验操作技术》刘芳,高森主编 2019
- 《Photoshop CC 2018基础教程》温培利,付华编著 2019
- 《剑桥国际英语写作教程 段落写作》(美)吉尔·辛格尔顿(Jill Shingleton)编著 2019
- 《英语自学进阶教程全6册 3》爱尔兰迪尔德丽出版社著 2019
- 《SQL与关系数据库理论》(美)戴特(C.J.Date) 2019
- 《魔法销售台词》(美)埃尔默·惠勒著 2019
- 《看漫画学钢琴 技巧 3》高宁译;(日)川崎美雪 2019
- 《优势谈判 15周年经典版》(美)罗杰·道森 2018
- 《微表情密码》(波)卡西亚·韦佐夫斯基,(波)帕特里克·韦佐夫斯基著 2019
- 《社会学与人类生活 社会问题解析 第11版》(美)James M. Henslin(詹姆斯·M. 汉斯林) 2019
- 《海明威书信集:1917-1961 下》(美)海明威(Ernest Hemingway)著;潘小松译 2019
- 《迁徙 默温自选诗集 上》(美)W.S.默温著;伽禾译 2020
- 《上帝的孤独者 下 托马斯·沃尔夫短篇小说集》(美)托马斯·沃尔夫著;刘积源译 2017
- 《巴黎永远没个完》(美)海明威著 2017
- 《指向核心素养 北京十一学校名师教学设计 英语 七年级 上 配人教版》周志英总主编 2019
- 《北京生态环境保护》《北京环境保护丛书》编委会编著 2018
- 《高等教育双机械基础课程系列教材 高等学校教材 机械设计课程设计手册 第5版》吴宗泽,罗圣国,高志,李威 2018
- 《指向核心素养 北京十一学校名师教学设计 英语 九年级 上 配人教版》周志英总主编 2019
- 《高等院校旅游专业系列教材 旅游企业岗位培训系列教材 新编北京导游英语》杨昆,鄢莉,谭明华 2019
- 《中国十大出版家》王震,贺越明著 1991
- 《近代民营出版机构的英语函授教育 以“商务、中华、开明”函授学校为个案 1915年-1946年版》丁伟 2017
- 《新工业时代 世界级工业家张毓强和他的“新石头记”》秦朔 2019
- 《智能制造高技能人才培养规划丛书 ABB工业机器人虚拟仿真教程》(中国)工控帮教研组 2019
- 《AutoCAD机械设计实例精解 2019中文版》北京兆迪科技有限公司编著 2019