Please enable JavaScript.
Coggle requires JavaScript to display documents.
Virtual Memory - Coggle Diagram
Virtual Memory
CoW (Copy on Write)
-
If change occurs to some page, it's copied
-
-
Virtual Memory
Demand Paging
-
-
-
-
-
-
-
-
-
-
Optimisations
Swap space I/O instead of file-system I/O which allows you to copy entire process to swap space at load time then swap in/out of memory (used in old BSD Unix)
Demand pages for program binary files, overwrite, swap space with heap memory (current BSD)
-
-
-
-
Code needs to be in memory, but entire program rarely used
-
-