On Wednesday 31 October 2001 15:25, Jon Pennington wrote:
--- Stanis³aw_Pendyk <sashap@kki.net.pl> wrote:
I've got SUSE 7.0 and 390 MB RAM. My linux sees only 64 MB. What can I do to repare this??
390 is a strange number. Are you sure it's not 384MB (128MB*3 DIMMs)? What the BIOS counts and what we commonly refer to as Megabytes are often slightly different things. To fix your problem, add this to your /etc/lilo.conf file:
append="mem=384M"
If you already have an append line, just put the mem declaration in between the quotes, seperated from other items by spaces, such as:
append="hdd=ide-scsi idebus=33 mem=384M"
Please note that mem is lower case, but the M after the number is capitol.
=====
and don't forget to run lilo -v Hope it helps, Alvaro Novo SuSE 7.1 Pro -=- Kernel 2.4.7-4GB -=- KDE 2.2.1 3:28pm up 3:35, 2 users, load average: 0.00, 0.00, 0.00