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

《Operating System Concepts》阅读笔记:p62-p75

《Operating System Concepts》学习第 10 天,p62-p75 总结,总计 14 页。

一、技术总结

1.  system call

(1)  定义

The primary interface between processes and the operating system, providing a means to invoke services made available by the operating system.

(2)  类型

System calls can be grouped roughly into six major categories: process control, file management, device management, information maintenance, communications, and protection。

2.  interprocess communication

(1)  分类

There are two common models of interprocess communication: the message-

passing model and the shared-memory model.

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

1.rewind

(1)rewind: re-(“again”) + wind(“to turn, to twist”)
vi/vt. go back to the beginning, move back to the start.
示例:We may also read(), write(), or reposition() (rewind or skip to the end of the file, for example)(《Operating System Concepts》第 71 页)。

2.exclusive

(1)exclusive:ex-(“out, away”) + claudere(“to close, to shout out”)
adj. exclusive refers to sth is limited, restricted or not shared with others–it implies that others are shut out or excluded。常见的用法有:exclusive use(专用), exclusiver access(独占式访问), exclusive right(专有权)。
示例:A system with multiple users may require us to first request() a device, to ensure exclusive use of it(《Operating System Concepts》第 72 页)。
(2)exclusive vs privileged
exclusive 强调 restriction or sole access(not shared or available to others), privileged 强调 special advantage or benefit(having something valuable or favorable)。

3.eligible

(1)eligible: e-(“out, from”) + legere(“to choose”)
adj. able to choosen(有资格的)。
示例:In this section, we describe the steps in this procedure, from compiling a program to placing it in memory, where it becomes eligible to run on an available CPU core(《Operating System Concepts》第 75 页)。

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

三、其它

看了还不能实际地去运用是最让人痛苦的,更痛苦的是这两天有一个面试因为算法挂了,看来算法是绕不过去的门槛,今年打算再开一个算法的坑。

四、参考资料

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/30222.html

相关文章:

  • Uptime Kuma实现业务接口自定义逻辑监控
  • MySQL的数据类型
  • Java 虚拟机(JVM)方法区详解
  • C++ 设计模式-备忘录模式
  • 网页转EXE 网页变EXE 网页封装EXE
  • HTTPS 通信流程
  • 《算法基础入门:最常用的算法详解与应用(持续更新实战与面试题)》
  • 进程线程的创建、退出、回收
  • 2025年02月21日Github流行趋势
  • Android级联选择器,下拉菜单
  • 33. 搜索旋转排序数组(LeetCode热题100)
  • 【智能客服】ChatGPT大模型话术优化落地方案
  • Repeated Sequence
  • 基于STM32单片机的智能蔬菜大棚温湿度监测系统设计
  • elabradio入门第八讲——帧同步技术
  • 伯克利 CS61A 课堂笔记 12 —— Syntax
  • Django-Vue 学习-VUE
  • 蓝桥杯 Java B 组之岛屿数量、二叉树路径和(区分DFS与回溯)
  • 第8章:LangChain检索增强生成RAG--2.3Naive RAG
  • vue 手写分页
  • 【Excel】【VBA】根据内容调整打印区域
  • 高级SQL技术在Python项目中的应用:ORM与深度性能优化
  • 索引有哪些缺点以及具体有哪些索引类型
  • 《QT+PCL 第五章》点云特征-RIFT
  • 智慧城管大屏可视化决策系统
  • 【QT 网络编程】HTTP协议(二)
  • 【Gin】| 框架源码解析 :路由详解
  • jQuery UI 主题:设计、定制与优化指南
  • 【Python 语法】常用 Python 内置函数
  • 【Python爬虫(39)】掌控全局:分布式爬虫的任务管理与监控之道