On 30-Nov-98 Dana G Haugli wrote: > Hi! > > I have 128 MB of RAM on my computer, but Linux only recognizes up to 64 MB. > I have tried adding "mem=128M" to my lilo config file as recommended in the > HARDWARE HOWTO, but that doesn't seem to work. Any suggestions? > > Thanks > > Dana Haugli > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < > /dev/null > Did you put «append» before "mem=128M"?
1. You also need to put append like that: append="mem=128M" 2. After that you also need to run at the shell prompt: /sbin/lilo 3. Then reboot... ---------------------------------------- Message envoyé le 30-Nov-98 à 18:40:00 Par Mario Bertrand <[EMAIL PROTECTED]> ----------------------------------------

