![]() |
Linux Physical Memory info
Hi
I am new to programming so DO treat me as a noob ;) I am looking for some info on how to get information about physical memory. Basically I want to run through the whole RAM and poll some information (block sizes etc) Are there any libraries for this? I am already reading about writing a kern modules. I would appreciate any info or pointers to some tutorials ;) |
Not sure what you mean here by "poll". If you mean search all of the ram, it's not going to possible with out hacking the kernel as far as I know do to what is called protection. Each process's address space is protected from othe rprocesses, that way one bad program can't bring the system down.
|
Quote:
|
| All times are GMT -5. The time now is 10:20 PM. |