当前位置: 首页 > news >正文

《Operating System Concepts》阅读笔记:p17-p25

《Operating System Concepts》学习第 5 天,p17-p25 总结,总计 9 页。

一、技术总结

1.计算机系统的组成结构

(1)CPU—The hardware that executes instructions.

(2)Processor—A physical chip that contains one or more CPUs.

(3)Core—The basic computation unit of the CPU.

(4)Multicore—Including multiple computing cores on the same CPU.

(5)Multiprocessor—Including multiple processors.

本人觉得这写总结非常好,摘录一下。

2.dual-mode

In order to ensure the proper execution of the system, we must be able to distinguish between the execution of operating-system code and user-defined code. The approach taken by most computer systems is to provide hardware support that allows differentiation among various modes of execution(为了确保系统正确执行,我们要区分出某个执行是系统代码的执行还是用户代码的执行——大部分计算机采用的方法是提供硬件支持,允许在各种模式之间进行切换)。

(1)user mode

(2)kernel mode

也称为 supervisor mode, system mode, privileged mode。

二、英语总结(生词:1)

1.contention

(1)contend: con-(“together, with”) + tendere(“to stretch, to strive”)

vi/vt. to compete in order to win sth.示例:The top tennis players in the world are contending for this title.

(2)contention

u. an act or instance of contending. 示例:He has taken himself out of contention for the directorship。

示例:Aside from architectural considerations, such as cache, memory, and bus contention, a multicore processor with N cores appears to the operating system as N standard CPUs(《Operating System Concepts》第 18 页)。

关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。

三、其它

日常吐槽——kernel mode 也称为 supervisor mode, system mode, privileged mode。各种称呼是真的多,有时候我们就是被这种名字绕晕了,导致搞不清楚这么多名词到底是指不同的东西,还是指同一个东西。

四、参考资料

1. 编程

(1) Abraham Silberschatz,Peter Baer Galvin,Greg Gagne《Operating System Concepts》:https://book.douban.com/subject/30272539/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com

(2) Cambridge Dictionary:https://dictionary.cambridge.org

欢迎搜索及关注:编程人(a_codists)

http://www.dtcms.com/a/23204.html

相关文章:

  • 碰一碰发视频@技术原理与实现开发步骤
  • PaddlePaddle的OCR模型转onnx-转rknn模型_笔记4
  • 字节跳动AI编辑器Trae基本配置教程
  • Web安全|渗透测试|网络安全
  • Ubuntu 下 nginx-1.24.0 源码分析 - ngx_alloc函数
  • SpringCloud系列教程:微服务的未来(二十四)Direct交换机、Topic交换机、声明队列交换机
  • 单片机常见bug记录(长期更新)
  • 【含文档+PPT+源码】基于SpringBoot+Vue的个性化健身助手系统
  • 商淘云连锁企业管理系统如何实现多门店统一管理
  • 机器学习_19 集成学习知识点总结
  • 赶AI大潮:在VSCode中使用DeepSeek及近百种模型的极简方法
  • 【射频仿真技巧学习笔记】Cadence修改图表背景、曲线颜色
  • ScoreFlow:通过基于分数的偏好优化掌握 LLM 智体工作流程
  • 架构师面试(三):订阅模型
  • Ubuntu中使用yum命令出现错误提示:Command ‘yum‘ not found
  • 【Elasticsearch】`nested`和`flattened`字段在索引时有显著的区别
  • 泛娱乐行业技术突围:AWS云服务如何重塑数字娱乐新生态?
  • Pandas:从一个DataFrame中直接索引赋值到另一个索引位置出错的Bug及其解决方案
  • 定时器——时基
  • 谈谈 wait 和 notify
  • Web项目测试专题(七)安全性测试
  • AI前端开发赋能自主创业:ScriptEcho助你乘风破浪
  • 前端布局的方式有哪些
  • Qt 中使用 ffmpeg 获取采集卡数据录制视频
  • K8s 证书认知(K8s Certificate Awareness)
  • 洛谷P8707 [蓝桥杯 2020 省 AB1] 走方格
  • HBuilderX中uni-app打开页面时,如何用URL传递参数,Query参数传递
  • Java 与设计模式(15):模板方法模式
  • 前端如何实现一个五星评价,鼠标滑动,前边星星颜色的变黄,后边的不变;
  • java后端开发day16--字符串(二)