Please enable JavaScript.
Coggle requires JavaScript to display documents.
O.S (記憶體管理 (Contigeous Memory Management (Worst Fit, First Fit, Best Fit,…
O.S
記憶體管理
-
-
-
-
Fragmentation
External
Page Memory Management
支援 memery sharing, memery protection
支援 dynamic loading , linking, virtual memery
-
-
-
-
-
-
-
-
-
-
行程
-
行程排班
-
algo
-
SRTF(SRJF,SRTN) -- Short Remaining Time First
-
-
-
-
-
Scheduler
Short-term(Process Scheduler, CPU Scheduler)
-
-
-
-
-
-
-
-
-
死結
處理方式
-
-
-
Prevention 與 Avoidance throughput 低, 但不會死結 , Detection 與 Recovery 可能死結
-
-
同步
-
Race Condition
解決策略
-
Critical Section Design(Busy waiting , spin lock)
-
-
c.s design 架構
-
中階
Semaphore
-
-
-
-
分類
-
Busy-waiting
- 2 more items...
基礎
Software solution
2個 process
algo1 (權杖)
- 2 more items...
-
-
-
-
-
-
-
虛擬記憶體管理
Demand Paging
-
-
可能page fault
page replacement
影響page fault ration因素
-
page replacement algo
-
-
-
-
-
-
page replacement
-
global replacement
thrashing
- 3 more items...
-
-
-
-
-
-
-
-
-
-