TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:2678] memory above 64megs



> ># Start LILO global section
> >boot = /dev/hda
> >#compact        # faster, but won't work on all systems.
> >delay = 300
> >vga = normal    # force sane state
> ># ramdisk = 0     # paranoia setting
> ># End LILO global section
> ># Linux bootable partition config begins
> >image = /vmlinuz
> >  append = "mem=128M"
> >  root = /dev/hda1
> >  label = linux
> >  read-only # Non-UMSDOS filesystems should be mounted read-only for


	Say, now I'm confused -- I don't have anything like this in *my* lilo.conf,
and my system seems to recognize its 128M of DIMMs just fine.  Is this
because I have a newer, DIMM-using system?  Or because I'm using RedHat 5.2?
Or am I just lucky?
	Or, is it possible that even though the system reports 128M of memory, that
only 64M is going to be available to some applications if I don't edit
lilo.conf?  ('top' reports 80M in use right now, so I doubt that...)