summaryrefslogtreecommitdiff
path: root/com32/sysdump/memory.c
Commit message (Collapse)AuthorAgeFilesLines
* sysdump: be more explicit about what we are doingH. Peter Anvin2010-02-061-0/+4
| | | | | | | Print more information on the console about what is going on. That can help detect problems if we find a machine which hangs on sysdump. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* sysdump: add support for dumping DMI tablesH. Peter Anvin2010-02-061-3/+0
| | | | | | | Add support for dumping DMI tables; hopefully in a way that is compatible with dmidecode. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* sysdump: add back ymodem support; clean up memory dump structureH. Peter Anvin2010-02-061-0/+50
Now we just need more front ends (information providers)... Signed-off-by: H. Peter Anvin <hpa@zytor.com>