summaryrefslogtreecommitdiff
path: root/extlinux.asm
Commit message (Expand)AuthorAgeFilesLines
* extlinux: handle sparse files correctlyhpa2005-01-251-2/+33
* New CONSOLE directive to enable/disable the video console.syslinux-3.02-pre3hpa2005-01-041-1/+4
* Fix pxelinux relocation; work around infinite loop in pxelinux mangle_namehpa2004-12-281-2/+0
* More work on using sections for memory alignment. Make bcopy32 alwayshpa2004-12-271-5/+3
* Reorganize memory slightly; split .bss into .bss and .earlybss andhpa2004-12-271-4/+6
* Detect null filenames correctly (problems in both pxelinux and extlinux)syslinux-3.00-pre2hpa2004-12-221-1/+2
* Fix pointers/block calculationhpa2004-12-221-0/+1
* Handle partition offsethpa2004-12-221-3/+4
* Config file is extlinux.confhpa2004-12-211-2/+2
* Fix EQUshpa2004-12-201-4/+2
* Actually fix the block calculation. I think it works now.syslinux-2.20-pre10hpa2004-12-201-25/+17
* Further fixes to linear address computation, now works for indirecthpa2004-12-201-56/+55
* Fix regparm in libcom32; make extlinux actually work; add 3840K supporthpa2004-12-201-22/+27
* Use %define instead of equ to work around NASM 0.98.38 bug;hpa2004-12-201-3/+6
* Make extlinux actually compile. No words on actually working, yet;hpa2004-12-191-57/+54
* A lot more work on extlinux. Should have most of the pieces now;hpa2004-12-191-33/+218
* Fix some additional common code issues; fix dangling ES in pxelinuxhpa2004-12-191-13/+0
* More common code cleanup; actually use the code to compress vkernelshpa2004-12-191-23/+0
* Flesh out getfssechpa2004-12-171-13/+55
* Humble beginnings of an extlinux program.syslinux-2.20-pre5hpa2004-12-171-0/+1265