第三讲操作系统的结构技巧.ppt

  1. 1、本文档共43页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 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

文档评论(0)

舞林宝贝 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档