LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Memory dump command? (https://www.linuxquestions.org/questions/linux-general-1/memory-dump-command-631142/)

fanoliv 03-27-2008 08:49 PM

Memory dump command?
 
Hi, I'm wondering if there's a command or utility I can get that dumps content of memory at certain address? Actually, I'm interested in some memory mapped registers that're in the north/south bridge. I can figure out which address the registers are mapped to (e.g. 0xF000B000, or something like that.) Is there anything I can use that will dump content of address 0xF000B000-0xF000C000, for example?

I guess I could write a C program to do this. But I'm not really familiar with Linux. So before I re-invent the wheel, just wanted to check if there's already something similar?

Thank you.

carl0ski 03-29-2008 12:56 AM

you can dump the memory
http://hachoir.org/wiki/MemoryDump


All times are GMT -5. The time now is 11:52 PM.