iT邦幫忙

鐵人檔案

2019 iT 邦幫忙鐵人賽
回列表
自我挑戰組

作業系統概論 系列

原先是因為課業要求才接觸這門技術,現在我希望藉由這個比賽,督促自己,依靠自己的能力好好的學習好“作業系統概論”!

鐵人鍊成 | 共 30 篇文章 | 45 人訂閱 訂閱系列文 RSS系列文 團隊77乳加巧克力
DAY 21

DAY 21 Memory Management(下)

Paging Process的physical address space可以是不連續的狀態,且只要後者可用,process就會被分配到記憶體。 避免外部...

2018-11-05 ‧ 由 betty1005 分享
DAY 22

DAY 22 Virtual Memory(虛擬記憶體) (上)

背景 在前一個章節中,我們提到了physical memory跟logical memory兩種記憶體分別,而在這章的一開始會稍微再提到physical me...

2018-11-06 ‧ 由 betty1005 分享
DAY 23

DAY 23 Virtual Memory(虛擬記憶體) (中)

Copy-on-Write 簡單來說,現在有parent process跟child process在共享一個page,但當child process想更改p...

2018-11-07 ‧ 由 betty1005 分享
DAY 24

DAY 24 Virtual Memory(虛擬記憶體) (中下)

昨天我們談到了一些關於虛擬記憶體的演算法,今天將繼續接下去說明 Enhanced Second-Chance Algorithm 使用昨天提到的referen...

2018-11-08 ‧ 由 betty1005 分享
DAY 25

DAY 25 Virtual Memory(虛擬記憶體) (下)

今天將接著繼續談論關於虛擬記憶體剩下的部分! Memory-Mapped Files(記憶體映射檔案) 它是一個讓一段虛擬記憶體對應到一個檔案,而且將I/O檔...

2018-11-09 ‧ 由 betty1005 分享
DAY 26

DAY 26 File-System(檔案系統) (上)

昨天結束了虛擬記憶體的介紹,今天就讓我們來看看什麼是檔案系統吧! File Concept 其概念就是「file(檔案)」是個連續性的logical addr...

2018-11-10 ‧ 由 betty1005 分享
DAY 27

DAY 27 File System(檔案系統) (下)

今天我們就要把file system剩下的內容都介紹完畢,就讓我們繼續看下去~~File System Mounting 一個檔案系統在使用之前,是需要先mo...

2018-11-11 ‧ 由 betty1005 分享
DAY 28

DAY 28 Implementing File Systems(檔案系統執行) (上)

昨天我們結束了檔案系統的觀念,今天開始我們來看看要如何執行檔案系統吧! 先來看看架構吧! File-System Structure: 在前一章有說到檔案...

2018-11-12 ‧ 由 betty1005 分享
DAY 29

DAY 29 Implementing File System(檔案執行系統) (中)

今天就來談談分配方法吧! Allocation Methods:說明如何分配disk block給檔案使用。 Contiguous allocation...

2018-11-13 ‧ 由 betty1005 分享
DAY 30

DAY 30 Implementing File System(檔案執行系統) (下)

昨天介紹了把block分配給檔案的各種方法,今天會把此章節做一個完美的結束!現在就來介紹空出來的空間會做怎樣的管理吧! Free-Space Managemen...

2018-11-14 ‧ 由 betty1005 分享