summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/dump_mmap.c
Commit message (Collapse)AuthorAgeFilesLines
* com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin2012-05-181-5/+7
| | | | | | | | Make the syslinux_dump_*() functions pure debugging functions; that is the way that they are used anyway, and this way they log to the same place as dprintf. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on com32/lib/syslinux/dump_mmap.cH. Peter Anvin2009-05-291-9/+8
| | | | | | | | | Automatically reformat com32/lib/syslinux/dump_mmap.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* syslinux_dump_memmap(): make it easier to spot errorsH. Peter Anvin2009-05-021-1/+1
| | | | | | | | Instead of stopping the memmap dump on SMT_END, stop it only on a null pointer. That way we can see if we have any bogus entries with SMT_END. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-3/+3
|
* Finish the shuffle and boot interface, and add an ELF loading module.H. Peter Anvin2007-03-141-0/+48
The shuffle and boot interface, including the library support, should now work as advertised. Add an ELF-loading module as a demo, and it's probably useful for someone, too.