《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)
浙公網安備 33010602011771號