On Sun, 30 Jan 2000, [EMAIL PROTECTED] wrote:
> Hello everyone,
>
> I'm a newbie to Linux environment. I just installed mandrake 7.0.
> Everything went great and I love it much more than Windows.
> However, I have two problems that I need help:
>
> 1. I have 2 SDRAM chips in my system, 64MB each. But Mandrake only detected
> as 64MB total memory. How do I force it to detect 128MB?
>
Next time you reboot, at the LILO prompt type:
linux append="mem=128M"
Then, if that works, add:
append="mem=128M" to your /etc/lilo.conf (typically to the end?) and
then run /sbin/lilo to write the changes to the partition table.
John