LinuxMM:

I think that demand paging it's an interesting topic, so I will try to write some ideas.

Concept

It's a dynamic memory allocation technique that consist of deferring page frame allocation until the last possible moment, for example, when a process attemps to access a page that is not present in RAM.

Different areas where demand paging apply

LinuxMM: Demand_paging (last edited 2007-12-03 02:37:01 by 190-49-184-227)