summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document compressed vkernels.syslinux-2.20-pre8hpa2004-12-191-0/+4
* Make compressed vkernels actually work.hpa2004-12-191-4/+9
* Fix some additional common code issues; fix dangling ES in pxelinuxhpa2004-12-196-54/+5
* More common code cleanup; actually use the code to compress vkernelshpa2004-12-1910-265/+195
* Update with fixed version from the dos directoryhpa2004-12-191-4/+8
* Make DOS installer use our homegrown 64-bit dividesyslinux-2.20-pre7hpa2004-12-193-2/+62
* Beef up the sanity checking of the boot sector. For really better checkinghpa2004-12-198-88/+145
* Make the DOS-based installer actually work; mark debugging statementssyslinux-2.20-pre6hpa2004-12-183-28/+63
* Fix handling of alignment issueshpa2004-12-185-11/+11
* Fix dec/hex bug in crt0.S; do -msoft-float just in casehpa2004-12-182-5/+9
* Resurrect printf(), and create a library. This way we can use printf()hpa2004-12-182-3/+310
* Flesh out getfssechpa2004-12-171-13/+55
* Additional fixes for the proper argc/argv parsinghpa2004-12-173-6/+4
* More regparmizationhpa2004-12-171-0/+8
* Add code to parse argc, argv; REGPARM-ize assembly codehpa2004-12-172-3/+100
* Actually parse argc/argv properly.hpa2004-12-174-37/+104
* Output \n as \r\nhpa2004-12-171-0/+2
* Character to print goes in DL, not in BLhpa2004-12-171-2/+2
* Humble beginnings of an extlinux program.syslinux-2.20-pre5hpa2004-12-172-0/+1395
* Factor out the cache code into a separate file.hpa2004-12-172-55/+84
* Fix memcpy/memset to match the use of regparm and .code16gcchpa2004-12-172-15/+15
* Fix the use of MAC handling in pxelinux; fix copy_over_selfsyslinux-2.20-pre4hpa2004-12-172-5/+7
* Fix the RLL-packing code; include it by default (not called yet, though)hpa2004-12-172-11/+20
* Make sure unused parts of the VKernelBuf are zero-filled; this willhpa2004-12-171-1/+17
* Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3hpa2004-12-1718-354/+246
* Move the .bss to a separate section so we can at least begin to movehpa2004-12-174-62/+57
* Very simple RLL packer/unpacker; should be good for compressing lots ofhpa2004-12-171-0/+126
* Update the TODO list.hpa2004-12-171-3/+8
* Add -DREGPARM=3 to go along with -mregparm=3hpa2004-12-161-1/+1
* Compile with regparm turned on.syslinux-2.20-pre2hpa2004-12-164-4/+4
* Convert to using -mregparm=3; makes the code slightly smaller ANDhpa2004-12-162-7/+12
* Correct the handling for full 64K regions safe; correct the parsing ofsyslinux-2.20-pre1hpa2004-12-161-6/+9
* Generate the length correctlyhpa2004-12-161-2/+2
* Cluster -> Sector conversion has to add the DataArea offsethpa2004-12-161-0/+1
* Fix possible infinite loop on invalid inputhpa2004-12-161-0/+1
* Correct finding the first sectorhpa2004-12-161-1/+1
* repe cmpsb trashes di, not just sihpa2004-12-161-0/+2
* Fix the sense of a couple of tests. We now get to the command line.hpa2004-12-161-2/+2
* Fix some cut-and-paste bugs...hpa2004-12-161-25/+1
* Corrections to self-loading sequence; we now get that far at leasthpa2004-12-161-1/+3
* Fix some cases of bad pointer arithmetrichpa2004-12-162-5/+4
* First cut at new searchdir for FAT boot loader; uses metadata cachehpa2004-12-162-65/+123
* Remove unneccesary blank linehpa2004-12-161-1/+0
* scas uses the destination operand, so don't use it.hpa2004-12-161-7/+13
* More cleanups; try to get rid of the now-obsolete definition ofhpa2004-12-167-65/+69
* Build sector-oriented getfssec routinehpa2004-12-161-52/+118
* Fix make of win32hpa2004-12-162-1/+4
* malloc.h is internal; put in lib/hpa2004-12-162-2/+2
* Reorganize memory map to make use of 0x3000..0x5000; reduce trackbufsizehpa2004-12-163-74/+98
* MSDN says the 0x08 forms of the lock calls are OK for all filesystems,hpa2004-12-161-0/+8