On Tue, Oct 12, 1999 at 01:03:31PM +0100, Rajesh Mittal wrote: > Hi > > I have got debian box with 96 Mb as ram . > I am using LILO to boot in linux. > > But It always show me 64 mb ram with free command. > > what is the option to be added in lilo to make it read 96 mb ram.
Hi, append = "mem=96m" When you already have line appen like append = "ether=0x300,0,eth0" then change it : append = "ether=0x300,0,eth0 mem=96m" Mirek