Pierre DEDIEU wrote:
> I had this problem with a E-SMith server, but it is not
> specific
> to this distribution. In fact the detected memory size
> depends on the PC BIOS, some of which do net correctly report
> memory size above 64Mb
Odd... I knew this was a "problem" with the Linux kernel and not specific to e-smith. I also knew the fix was a parameter to the kernel, I just didn't know how to get Lilo to add it.
Most distributions I've seen ask if they've got the amount of memory correct at installation, and put this patch in automatically.
> When you have the correct value, the best thing is to add a
> line
> in /etc/lilo.conf:
> append="mem=127MB"
> then run lilo to update...
> Hope it helps!
That's it precisely. Thanks very much...