I read some where that Linux supports 64 Mb RAM. If one needs to use/add more memory one has to configure Linux. Is this true? Can Linux auto detect added memory? Thanks
BJ - SCJP and SCWCD
We love Java programming. It is contagious, very cool, and lot of fun. - Peter Coad, Java Design
Mine did. If you running on ix86, you can verify if the memory was installed correctly by pressing one of the function keys (I thinkk F7) wich will take you to the system configuration screen. I think this has nothing to do with Linux. If you see the added memory in this screen, Linux will automatically detect the memory. Thanks.
MM Koppula<br />SCJP2<br />Object Oriented Analysis and Design with UML (IBM)
Bruce Jin
Ranch Hand
Joined: Sep 20, 2001
Posts: 664
posted
0
Thanks MM; F7 does not do anything on my Mandrake 8.0. I think I can use command 'free' to display total available memory.
Guy Allard
Ranch Hand
Joined: Nov 24, 2000
Posts: 776
posted
0
Bruce - doing: cat /proc/meminfo will show you Linux memory data. If your BIOS detects newly installed memory, Linux will see it at boot, no need to do anything special. You can look at /var/log/messages to see how early during boot this occurs. If your BIOS does not detect added memory, it gets more complicated, but you can tell Linux to use a specific amount of RAM, regardless of what BIOS reports. Regards, Guy [ March 01, 2002: Message edited by: Guy Allard ]