Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > a412ceb851151854794ced2a242192bb > files > 1341

howto-html-fr-20080722-1mdv2010.0.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mémoire</title><link href="style.css" rel="stylesheet" type="text/css" /><meta content="DocBook XSL Stylesheets Vsnapshot_6768" name="generator" /><link rel="start" href="index.html" title="Guide pratique de la compatibilité matérielle avec Linux" /><link rel="up" href="index.html" title="Guide pratique de la compatibilité matérielle avec Linux" /><link rel="prev" href="ar01s04.html" title="CPU/FPU" /><link rel="next" href="ar01s06.html" title="Cartes vidéo" /></head><body><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Mémoire</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="ar01s04.html">Précédent</a> </td><th align="center" width="60%"> </th><td align="right" width="20%"> <a accesskey="n" href="ar01s06.html">Suivant</a></td></tr></table><hr /></div><div class="sect1" lang="fr"><div class="titlepage"><div><div><h2 class="title"><a id="memory" />Mémoire</h2></div></div></div><p>

       Toutes les mémoires telles que DRAM, EDO et SDRAM peuvent être 
       utilisées avec Linux. Il y a une seule chose à laquelle vous devez
       faire attention : normalement le noyau ne prend pas en charge plus
       de 64 Mo de mémoire. Lorsque vous ajoutez plus de 64 Mo de
       mémoire, vous devez ajouter la ligne suivante à votre fichier de
       configuration LILO :

      <div class="blockquote"><blockquote class="blockquote"><p>
          append="mem=&lt;nombre de Mo&gt;M"
        </p></blockquote></div>

      Ainsi, si vous avez 96 Mo de mémoire, cela devient :

      <div class="blockquote"><blockquote class="blockquote"><p>
          append="mem=96M"
        </p></blockquote></div>

      N'utilisez pas un nombre plus grand que ce que vous avez en réalité.
      Cela peut provoquer des arrêts brutaux.
    </p></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="ar01s04.html">Précédent</a> </td><td align="center" width="20%"> </td><td align="right" width="40%"> <a accesskey="n" href="ar01s06.html">Suivant</a></td></tr><tr><td valign="top" align="left" width="40%">CPU/FPU </td><td align="center" width="20%"><a accesskey="h" href="index.html">Sommaire</a></td><td valign="top" align="right" width="40%"> Cartes vidéo</td></tr></table></div></body></html>