[OS] Memory Management

Address Binding

Logical and Physical Address space

透過 Reloaction Register 或 Memory Management Unit 映射到實體地址

Swap out and Swap in

Swapping 提供機制緩解主記憶體不足的問題

Memory Management

Strategies

Storage Placement Strategies

Storage Allocation

Virtual and Real Memory

Fragmentation

程式分散未使用空間多,導致無法載入程式

非緊湊 Variable Partition 問題

Relocatable Partition

集中程式在記憶體的一邊,使最大化未使用空間

重定位分割法優缺點

分頁法

運作模式

特性

Translation Look-aside Buffer (TLBs)

分段法


Operating System