Please enable JavaScript.
Coggle requires JavaScript to display documents.
Virtual memory (TLB (Is a cache (Replacement, Other cache design…
Virtual memory
TLB
-
-
-
-
P set
Fetch from page table, update TLB
-
-
-
-
OS policies
-
-
Replacement
-
LRU
Difficult to implement, overhead
FIFO
Circular buffer, round-robin removal
-
-
Clock
'Use'-bit w/ each frame
-
-
Can exploit 'Modify'-bit
Replacement hierarchy
1) 'Use' == 0, 'Modify' == 0
2) 'Use' == 0, 'Modify' == 1
-
-
-
-
-
-
-
-
Paging
-
-
-
Considerations
-
Number of frames / process #
-
-
-
-
-
-
-
-