《Operating System Concepts》阅读笔记:p777-p777
《Operating System Concepts》学习第 68 天,p777-p777 总结,总计 1 页。
一、技术总结
1.Linux kernel
(1)定义
kernel: The operating system component(program) running on the computer at all times after system boot。
注:1)在上面这个定义中 component 暗含 “kernal is a part of operatyng system(OS 包含 kernel)”。2)括号内的 program 为本人所加,表示 kernel 的本质是一个 program。
linux kernel: The operating-system kernel of a Linux operating system(Linux 操作系统的内核称为“linux kernel(linux 内核)”)。
(2)发布时间
The first Linux kernel released to the public was version 0.01, dated May 14, 1991.
2.floppy-disk(软盘)
因为先听到的时候 hard disk(硬盘), 之前一直以为是"soft disk"。
二、英语总结(生词:1)
1.remedial
(1)remedy: re-("again") + mederi("to heal")
vt. to do sth to correct or improve sth that is wrong(纠正,补救)。
(2)remedial
adj. intended as a remedy(用于纠正的,用于补救的)。
(3)示例
Updates for the stable kernels are intended only as remedial versions, whereas the development kernels may include newer and relatively untested functionality(《Operating System Concepts》第 777 页)。
关于英语的注解同步更新汇总到 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)
版权声明: 本文为 InfoQ 作者【codists】的原创文章。
原文链接:【http://xie.infoq.cn/article/fea62795507c42977f7b9c45f】。文章转载请联系作者。
评论