Memory - default 128MB RAM -------------------------- The amount of memory is specified in the file /etc/lilo.conf and the program /sbin/lilo muxt be run to create the boot file based on this configuration information. For 128MB machines the lilo.conf file is: boot=/dev/hda map=/boot/map install=/boot/boot.b prompt timeout=50 image=/boot/vmlinuz-2.0.32 label=linux root=/dev/hda1 append="mem=128M" read-only Memory - adding more memory --------------------------- 31Aug98 - added extra 3 SDRAMs to each of pop12, 13, 14 for aam to bring total to 512MB on these machines. File /etc/lilo.conf edited to be: boot=/dev/hda map=/boot/map install=/boot/boot.b prompt timeout=50 image=/boot/vmlinuz-2.0.32 label=linux root=/dev/hda1 append="mem=512M" read-only image=/boot/vmlinuz-2.0.32 label=linux128M root=/dev/hda1 append="mem=128M" read-only boot=/dev/hda map=/boot/map install=/boot/boot.b prompt timeout=50 image=/boot/vmlinuz-2.0.32 label=linux root=/dev/hda1 append="mem=512M" read-only image=/boot/vmlinuz-2.0.32 label=linux128M root=/dev/hda1 append="mem=128M" read-only ------------------------------------------------------------------------------ [Simeon Warner - 31Aug98]