aboutsummaryrefslogtreecommitdiffstats
path: root/extlinux.asm
AgeCommit message (Expand)AuthorFilesLines
2006-08-25Support sending information from the comboot module to the syslinux coreH. Peter Anvin1-19/+1
2006-08-17When exiting a COMBOOT/COM32 module, reset the stack instead of savingH. Peter Anvin1-9/+2
2006-05-03Across-the-board stealth whitespace cleanupH. Peter Anvin1-11/+11
2005-08-22Silly fix for slow symlinkssyslinux-3.10-pre19hpa1-1/+1
2005-08-22Register-handling cleanups for searchdir.hpa1-2/+0
2005-08-22Symlink support for EXTLINUXhpa1-25/+172
2005-08-20Try to be sane about spaces...hpa1-2/+2
2005-08-20Reorganize memory so we don't have to relocate pxelinux and have morehpa1-3/+9
2005-08-18If onerror is set, invoke onerror on escapehpa1-36/+2
2005-08-18Merge updates to syslinux into extlinuxhpa1-123/+145
2005-04-03extlinux: fix multiple directory-parsing bugs.syslinux-3.08-pre6hpa1-7/+22
2005-01-25extlinux: handle sparse files correctlyhpa1-2/+33
2005-01-04New CONSOLE directive to enable/disable the video console.syslinux-3.02-pre3hpa1-1/+4
2004-12-28Fix pxelinux relocation; work around infinite loop in pxelinux mangle_namehpa1-2/+0
2004-12-27More work on using sections for memory alignment. Make bcopy32 alwayshpa1-5/+3
2004-12-27Reorganize memory slightly; split .bss into .bss and .earlybss andhpa1-4/+6
2004-12-22Detect null filenames correctly (problems in both pxelinux and extlinux)syslinux-3.00-pre2hpa1-1/+2
2004-12-22Fix pointers/block calculationhpa1-0/+1
2004-12-22Handle partition offsethpa1-3/+4
2004-12-21Config file is extlinux.confhpa1-2/+2
2004-12-20Fix EQUshpa1-4/+2
2004-12-20Actually fix the block calculation. I think it works now.syslinux-2.20-pre10hpa1-25/+17
2004-12-20Further fixes to linear address computation, now works for indirecthpa1-56/+55
2004-12-20Fix regparm in libcom32; make extlinux actually work; add 3840K supporthpa1-22/+27
2004-12-20Use %define instead of equ to work around NASM 0.98.38 bug;hpa1-3/+6
2004-12-19Make extlinux actually compile. No words on actually working, yet;hpa1-57/+54
2004-12-19A lot more work on extlinux. Should have most of the pieces now;hpa1-33/+218
2004-12-19Fix some additional common code issues; fix dangling ES in pxelinuxhpa1-13/+0
2004-12-19More common code cleanup; actually use the code to compress vkernelshpa1-23/+0
2004-12-17Flesh out getfssechpa1-13/+55
2004-12-17Humble beginnings of an extlinux program.syslinux-2.20-pre5hpa1-0/+1265