SuperLinux Encyclopedia - Memory


Note: There are some resources related to running on hardware without a MMU (Memory Managment Unit) in Embedded Computers.

Note: Some memory-related programming topics are in programing.

General Subject:

Memory Tuning:

Large Memory:

Small Memory:

RAM Disks:

Manufacturers and Sellers of memory:


Memory detection problems:

  • Decision tree for fixing memory detection

    HOWTO get Linux to recognize more than 64 MB of RAM:
    Add the line 'append="mem=128M"' (where "128" = the size of your RAM in MBytes (2^20)) to your /etc/lilo.conf file and rerun the "lilo" program and reboot. Or, and I'm not sure if this works, interrupt the boot process and start Linux with the "mem=128M" string on the boot command line (like 'linux mem=128M').


    Last Modified 19-Apr-1999

    End of page.