summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/runimage.c
Commit message (Collapse)AuthorAgeFilesLines
* com32: replace hard-coded bounce buffer use in com32/libsyslinux-4.00-pre25H. Peter Anvin2010-02-241-10/+16
| | | | | | Replace hard-coded bounce buffer uses in com32/lib with lmalloc/lfree. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on com32/lib/syslinux/runimage.cH. Peter Anvin2009-05-291-18/+18
| | | | | | | | | Automatically reformat com32/lib/syslinux/runimage.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>
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* Add wrapper function syslinux_run_kernel_image()syslinux-3.50-pre6H. Peter Anvin2007-04-261-0/+65
Add syslinux_run_kernel_image() wrapper function for API function 0016h.