> I'm running Lnx4Win (LM 7.0) on a windoze 98 partition and Linux doesn't seem to
> detect all the memory i have. I have 128 Mb of memory but Linux only reports 64
> Mb. How do i fix this?

In /etc/lilo.conf, add the following line
        append=" mem=128M"
to each section where you see image=...
Run 'lilo' after to set it for next reboot.

If you are using Grub, edit /boot/grub/menu.lst to have lines that look like
    kernel (hd0,4)/vmlinuz-secure root=/dev/hda7  mem=128M 
and then run /boot/grub/install.sh (make sure it's executable by root)

If you are sharing memory with your video card, then those lines may need
to be set to 126 or 124 (using 2 or 4 MB for video).

Reboot the computer.

Thanks... Dan.

Reply via email to