《Operating System Concepts》学习第 70 天,p794-p807 总结,总计 14 页。
一、技术总结
1.symmetric multiprocessing(SMP)
(1)定义
Multiprocessing in which each processor performs all tasks, including operating-system tasks and user processes. Also, a multiprocessor scheduling method in which each processor is self-scheduling and may run kernel threads or user-level threads.
2.spinlock(自旋锁)
有时候也称为 “big kernel lock(BKL)”。
3.File System
(1)extended file system(extfs)
The most common class of Linux file systems, with ext3 and ext4 being the most commonly used file system types.
二、英语总结(生词:1)
1.impose
(1)impose: in-("in") + pose("to put, to place")
vt. impose literally means to "to forcefully place sth on sth else"; force sth to be accepted(强制实行,施加)。
注:一般来说,虽然 impose 暗含 forcefully 之意,但翻译的时候, forcefully 可不用译出来。
(2)示例
The original implementation of SMP imposed the restriction that only one processor at a time could be executing kernel code.(《Operating System Concepts》第 794 页)。
上面这句话的意思是:SMP的最初实现施加了一个限制:同一时间只能有一个处理器执行内核代码。
关于英语的注解同步更新汇总到 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://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。