- 1、本文档共43页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
第三讲 操作系统的结构 System Components 系统的组成部件 Operating System Services 操作系统的服务 System Calls 系统调用 System Programs 系统程序 System Structure 系统结构 Virtual Machines 虚拟机 System Design and Implementation 系统设计和实现 System Generation 系统生成 作业:7,11,12,13,14,15 Common System Components系统组成部件 Process Management 进程管理 Main Memory Management 主存管理 File Management 文件管理 I/O System Management I/O系统管理 Secondary Management 辅存管理 Networking 网络 Protection System 保护系统(安全子系统) Command-Interpreter System 命令解释系统 Process Management进程管理 A process is a program in execution. A process needs certain resources, including CPU time, memory, files, and I/O devices, to accomplish its task. 进程是处于执行中的程序。进程需要一些资源,如CPU时间,主存,文件和I/O设备来完成其任务。 The operating system is responsible for the following activities in connection with process management. 操作系统负责下列与进程管理有关的活动: Process creation and deletion. 进程的创建和删除 process suspension and resumption. 进程的挂起和恢复 Provision of mechanisms for: process synchronization 进程的同步 process communication进程间的通讯 Main-Memory Management主存的管理 Memory is a large array of words or bytes, each with its own address. It is a repository of quickly accessible data shared by the CPU and I/O devices. 主存(内存)可以看成是字节为单位的数组,每个单位都有独立的地址,它用来存储需要快速访问的程序和数据,主存由CPU和I/O设备共享。 Main memory is a volatile storage device. It loses its contents in the case of system failure. 主存是非永久记忆的存储设备,当系统宕机时,主存中的数据都会丢。 The operating system is responsible for the following activities in connections with memory management:操作系统负责下列与内存管理有关的活动: Keep track of which parts of memory are currently being used and by whom. 跟踪哪一部分主存由哪个进程使用。 Decide which processes to load when memory space becomes available. 当有空闲内存时,决定哪个哪个进程装载进内存。 Allocate and deallocate memory space as needed. 动态地分配和释放存储空间。 File Management文件管理 A file is a collection of related information defined by its creator. Commonly, files represent programs (both source and object forms) and data. 文件是由它的创建者定义的信息的集合。一般地说,文件表示了程序和数据。 The operating system is responsible for the following activi
您可能关注的文档
- 环境工程微生物学实验摘要.ppt
- 第七章杂种优势的利用技巧.ppt
- 第七章针灸与推拿疗法(毫针刺法)1技巧.ppt
- 第七章真核生物表达调控技巧.ppt
- 环境及理化因素损伤的救护摘要.ppt
- 杰出班组长5绪论.ppt
- 第七章正弦交流电的基本技巧.ppt
- 第七章知识的学习技巧.ppt
- 第七章职业适应与发展技巧.doc
- 第七章植物基因工程1-4技巧.doc
- 半导体材料性能提升技术突破与应用案例分析报告.docx
- 半导体设备国产化政策支持下的关键技术突破与应用前景报告.docx
- 剧本杀市场2025年区域扩张策略研究报告.docx
- 剧本杀行业2025人才培训体系构建中的市场需求与供给分析.docx
- 剧本杀行业2025年人才培训行业人才培养模式创新与探索.docx
- 剧本杀行业2025年内容创作人才需求报告.docx
- 剧本杀行业2025年区域市场区域剧本市场消费者满意度与市场竞争力研究报告.docx
- 剧本杀市场2025年区域竞争态势下的区域合作策略分析报告.docx
- 剧本杀行业2025人才培训与行业人才培养模式创新.docx
- 剧本杀行业剧本创作人才心理素质培养报告.docx
文档评论(0)