summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/load_linux.c
Commit message (Collapse)AuthorAgeFilesLines
* More tweaks to allow bigger stack/heap, and boot protocol adjustmentssyslinux-3.50-pre7H. Peter Anvin2007-05-071-1/+1
| | | | | Seems the su_heapend field was never set up right; also sanitize the way the pre-2.02 command line is handled.
* Make more space for the heap when doing so is possibleH. Peter Anvin2007-05-051-13/+16
| | | | | If we have a modern kernel which is loaded high, we can allow a lot more space for the real-mode heap.
* initramfs chain handling: add support for forcing the alignment.H. Peter Anvin2007-03-151-7/+22
| | | | | | cpio has annoying alignment constraints; make it possible to enforce them without adding padding to the end of last member (which breaks things which relies on gzip and need to know the final length.)
* Initial library support for booting a Linux kernelH. Peter Anvin2007-03-151-0/+293