《Operating System Concepts》学习第 31 天,p354-p358 总结,总计 5 页。
一、技术总结
1.logical address & virtual address
Binding addresses at either compile or load time generates identical logical and physical addresses. However, the execution-time address-binding scheme results in differing logical and physical addresses. In this case, we usually refer to the logical address as a virtual address.
2.static linking & dynamic link
(1)static linking
Linking in which system libraries are treated like other object modules and combined by the loader into a binary program image.
(2)dynamic linking
Dynamic linking, in contrast, is similar to dynamic loading. Here, though, linking, rather than loading, is postponed until execution time.
3.dynamically linked libraries(DLLs)
(1)定义
System libraries that are linked to user programs when the processes are run, with linking postponed until execution time.
二、英语总结(生词:0)
无。
关于英语的注解同步更新汇总到 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)
领取专属 10元无门槛券
私享最新 技术干货