On Mon, 02 Mar 1998 10:18:16 CST, "Russ Cook" wrote: > Hi All, > This weekend, I added some ram to my system. I now have two 32 MB simms, > and two 8 MB simms, giving me a total of 80 MB of ram. My bios recognizes > all ram at bootup, but Linux only recognizes 64 MB. I think this has been > addressed here before, something about a line added to lilo.conf. But, I > don't remember the solution. Could someone repeat it for me? > Thanks very much.
To your image line add the string: append="mem=80M" --------------/etc/lilo.conf-------------- [..] image=/boot/vmlinuz append="mem=80M" [..] ------------------------------------------ Don't forget to run lilo when you're done. -- David Stern ------------------------------------------------------------------ http://weber.u.washington.edu/~kotsya [EMAIL PROTECTED] -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .