summaryrefslogtreecommitdiff
path: root/com32/include/syslinux/align.h
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/include/syslinux/align.hH. Peter Anvin2009-05-291-2/+3
| | | | | | | | | Automatically reformat com32/include/syslinux/align.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>
* linux.c32: make load_linux() support relocationH. Peter Anvin2009-04-031-0/+47
In the case where the preferred kernel locations are not available, make load_linux() smart enough to be able to relocate the kernel if at all possible. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>