summaryrefslogtreecommitdiff
path: root/com32/include/elf.h
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/include/elf.hH. Peter Anvin2009-05-291-1/+1
| | | | | | | | | Automatically reformat com32/include/elf.h 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>
* Wrapper infrastructure for "shuffle and boot"H. Peter Anvin2007-03-121-0/+11
Initial checkin of a wrapper infrastructure for the "shuffle and boot" interface, both real and protected mode. This code automatically will figure out the necessary sequence of moves, taking into account swaps and overlaps as necessary.