首页
学习
活动
专区
圈层
工具
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

《Operating System Concepts》阅读笔记:p354-p358

《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)

  • 发表于:
  • 原文链接https://page.om.qq.com/page/O15kUCkOSFLmoFLvhZHCR_ig0
  • 腾讯「腾讯云开发者社区」是腾讯内容开放平台帐号(企鹅号)传播渠道之一,根据《腾讯内容开放平台服务协议》转载发布内容。
  • 如有侵权,请联系 cloudcommunity@tencent.com 删除。

扫码

添加站长 进交流群

领取专属 10元无门槛券

私享最新 技术干货

扫码加入开发者社群
领券