<?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 paging - Page 26 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Memory_paging&amp;p=25">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Memory_paging&amp;p=27">3.Next</a>
</p>
<p>RAM in the computer.</p>

<p><big>Sharing</big></p>
<p>In <a href="page.php?w=multi-programming">multi-programming</a> or in a <a href="page.php?w=multi-user">multi-user</a> environment, many users may execute the same program, written so that its code and data are in separate pages. To minimize RAM use, all users share a single copy of the program. Each process's <a href="page.php?w=page_table">page table</a> is set up so that the pages that address code point to the single shared copy, while the pages that address data point to different physical pages</p><p>
<a accesskey="1" href="page.php?w=Memory_paging&amp;p=25">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Memory_paging&amp;p=27">3.Next</a>
</p>

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

</card>
</wml>
