On Sun, 22 Nov 1998, Joseph W. DeVincentis wrote:
> > append="mem=256m"
> > image=/boot/vmlinuz-2.0.34-0.6
> > label=linux
> > root=/dev/sda1
> > # initrd=/boot/initrd-2.0.34-0.6.img
> > read-only
>
> The append line should be inside the "image" sections for linux kernels
> since it only applies to them.
>
Not true (at least that this is the source of the problem) - here is a
lilo.conf that works just fine (and all the RAM is recognized).
# LILO configuration file
#
# Start LILO global section
boot = /dev/hda
delay = 50
vga = normal # force sane state
append="mem=96M"
# End LILO global section
# Linux bootable partition config begins
image = /vmlinuz
root = /dev/hda2
label = linux
read-only # Non-UMSDOS filesystems should be mounted read-only for
checking
# Linux bootable partition config ends
# DOS bootable partition config begins
other = /dev/hda1
label = dos
table = /dev/hda
# DOS bootable partition config ends
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]