<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Demand paging - Page 4 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=demand_paging&amp;p=3">1.Previous</a><br />
<a accesskey="3" href="page.php?w=demand_paging&amp;p=5">3.Next</a>
</p>
<p><a href="page.php?w=physical_memory">physical memory</a>. Entries in the memory management unit include a bit that indicates whether a page is valid or invalid. A valid page is one that currently resides in main memory. An invalid page is one that currently resides in secondary memory. When a process tries to access a page, the following steps are generally followed:<br/>
* Attempt to access page.<br/>
* If page is valid (in memory) then continue processing instruction as normal.<br/>
* If page is invalid then a <b>page-fault trap</b> occurs.<br/></p><p>
<a accesskey="1" href="page.php?w=demand_paging&amp;p=3">1.Previous</a><br />
<a accesskey="3" href="page.php?w=demand_paging&amp;p=5">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
