On Wed, 16 Aug 2017, Landmesser John via Lazarus wrote:

googled in vain ...

... and "TsmBios" ( -> Win/Linux https://github.com/RRUZ/tsmbios ) won't compile :-(


So how to get Information about installed RAM on Linux for example?

Ok, i could grep "hwinfo" or such in a terminal but thats not what i'm looking for.

Your best options is most likely to read /proc/meminfo and parse the result.
It contains a wealth of information.

Michael.
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to