summaryrefslogtreecommitdiff
path: root/com32/sysdump/memmap.c
Commit message (Collapse)AuthorAgeFilesLines
* sysdump: use lmalloc/lfreeH. Peter Anvin2010-06-181-1/+5
| | | | | | Use lmalloc/lfree instead of using the fixed (obsolete) bounce buffer. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* sysdump: change to a two-phase generate/output model, buffer in memoryH. Peter Anvin2010-02-071-1/+1
| | | | | | | | Instead of outputting data as it is generated, buffer it all in memory and then output it all at once. This not only gives us exact size and so on before we start, but turns out to be faster at least for TFTP. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* sysdump: fix the dumping of the e820 memory informationH. Peter Anvin2010-02-061-0/+1
| | | | | | Need to advance the pointer... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* sysdump: dump memory map informationH. Peter Anvin2010-02-061-0/+80
Dump the memory map information - e820 et al. Signed-off-by: H. Peter Anvin <hpa@zytor.com>