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 2006-11-21 10:26:17 by 190-49-138-30)