summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix EQUshpa2004-12-201-4/+2
* Clean up some old craphpa2004-12-201-92/+42
* 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
* More docs.syslinux-2.20-pre9hpa2004-12-202-0/+36
* Update some documentationhpa2004-12-203-2/+11
* Fix regparm in libcom32; make extlinux actually work; add 3840K supporthpa2004-12-205-32/+40
* Use %define instead of equ to work around NASM 0.98.38 bug;hpa2004-12-202-4/+7
* More fixes to the extlinux installer; change back to writable typeshpa2004-12-202-22/+41
* Further clean up the ext*fs installerhpa2004-12-202-35/+111
* extlinux installer.hpa2004-12-204-16/+609
* Make extlinux actually compile. No words on actually working, yet;hpa2004-12-192-60/+57
* A lot more work on extlinux. Should have most of the pieces now;hpa2004-12-193-35/+258
* 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