<?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="Memory management unit - Page 23 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=memory_management_unit&amp;p=22">1.Previous</a><br />
<a accesskey="3" href="page.php?w=memory_management_unit&amp;p=24">3.Next</a>
</p>
<p>to that virtual page.  In this case, the MMU signals a <a href="page.php?w=page_fault">page fault</a> to the CPU. The <a href="page.php?w=operating_system">operating system</a> (OS) then handles the situation, perhaps by trying to find a spare frame of RAM and set up the page map to map it to the requested virtual address.  If no RAM is free, it may be necessary to choose an existing page (known as a victim), using some replacement <a href="page.php?w=algorithm">algorithm</a>, and save it to disk (a process called <a href="page.php?w=paging">paging</a>).</p><p>
<a accesskey="1" href="page.php?w=memory_management_unit&amp;p=22">1.Previous</a><br />
<a accesskey="3" href="page.php?w=memory_management_unit&amp;p=24">3.Next</a>
</p>

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

</card>
</wml>
