《Operating System Concepts》阅读笔记:p449-p459

《Operating System Concepts》学习第 35 天,p449-p459 总结,总计 11 页。

一、技术总结

1.NVM & SSD

Flash-memory-based NVM is frequently used in a disk-drive-like container, in which case it is called a solid-state disk (SSD) (Figure 11.3)。

2.HDD Scheduling

(1)FCFS Scheduling

(2)SCAN Scheduling

(3)C-SCAN Scheduling

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

1.platter

(1)platter: plate("metal plate")

c. large, shallow dish for holding food(大浅盘)。

(2)示例

Conceptually, HDDs are relatively simple (Figure 11.1). Each disk platter has a flat circular shape, like a CD(《Operating System Concepts》第 450 页)。

2.entail

(1)entail: en-("to make") + taile("legal limitation")

vt. involve sth as a necessary part(使必要,牵涉)。

(2)示例

For HDDs, meeting this responsibility entails minimizing access time and maximizing data transfer bandwidth(《Operating System Concepts》第 457 页)。

关于英语的注解同步更新汇总到 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)

相关推荐
小宇子2B2 天前
一个 pthread_mutex_lock() 到底锁了什么——从用户态 CAS 到内核调度
操作系统
小宇子2B3 天前
多线程 malloc 为什么会变慢——glibc 的 arena 到 bins 全景
操作系统
fakerth7 天前
【OpenHarmony】communication_ipc模块
操作系统·openharmony
Coisinier8 天前
RHCE中shell脚本基础(磁盘剩余空间监控,Web 服务状态检查,curl 访问 Web 服务并返回状态)
linux·运维·服务器·前端·nginx·操作系统
小宇子2B9 天前
free 完再 malloc 同样大小,为什么常拿回刚还回去的那块?
操作系统
触底反弹10 天前
拷个 .exe 到新电脑就跑不起来?你缺的不是文件,是对链接的理解
c++·windows·操作系统
杊页11 天前
第一板块:Android 系统基石与运行原理 | 第二篇:Android 编译、打包与安装机制
android·操作系统
壮Sir不壮11 天前
GO语言——GMP调度模型
linux·开发语言·golang·go·操作系统·线程·协程
Surest11 天前
OpenHarmony 技术拆解(二):从 capability 看懂分布式软总线与任务迁移
操作系统
OpenAnolis小助手11 天前
如何利用 AI Agent 实现热补丁的自动化生成
人工智能·安全·ai·操作系统·agent·龙蜥