summaryrefslogtreecommitdiff
path: root/isolinux.asm
Commit message (Expand)AuthorAgeFilesLines
* Initial support for auxilliary data vectorH. Peter Anvin2007-12-131-0/+1
* Preserve ES:DI instead of probing for $PnPsyslinux-3.53-pre5H. Peter Anvin2007-11-141-4/+6
* ISOLINUX: Change DriveNo -> DriveNumberH. Peter Anvin2007-11-141-10/+10
* Remove unused variable BufSafeSecH. Peter Anvin2007-11-131-1/+0
* Guard section to avoid future partial-sector-clobber issuessyslinux-3.53-pre3H. Peter Anvin2007-11-071-3/+1
* isolinux: protect bss variables clobbered due to final sector loadH. Peter Anvin2007-11-061-1/+5
* Remove unused EndOfGetcBufH. Peter Anvin2007-11-021-1/+0
* ISOLINUX: save segment registers around INT 13hH. Peter Anvin2007-09-191-4/+21
* Move most messages into the appropriate .inc filesH. Peter Anvin2007-06-201-34/+0
* Workaround for VMware console bug; make more common code commonH. Peter Anvin2007-06-201-22/+0
* Make it safe to call close_file on an already closed file.syslinux-3.50-pre15H. Peter Anvin2007-05-221-1/+3
* Revert "ISOLINUX: Include the caching code"H. Peter Anvin2007-05-221-9/+2
* Add a proper internal close function (close_file)H. Peter Anvin2007-05-221-0/+9
* ISOLINUX: Include the caching codesyslinux-3.50-pre13H. Peter Anvin2007-05-221-2/+9
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-18/+18
* Make sure we can read the config file name even after changing it...syslinux-3.40-pre7H. Peter Anvin2007-02-191-3/+9
* Merge with syslinux-3.35syslinux-3.40-pre4H. Peter Anvin2007-01-281-2/+2
|\
| * Fix segment register confusion in mangle_nameH. Peter Anvin2007-01-231-2/+2
* | Add support for forcing the filetype, and loading a secondary config file.H. Peter Anvin2006-09-221-20/+10
|/
* Fix typosyslinux-3.20-pre18H. Peter Anvin2006-08-211-1/+1
* In kaboom, use standard macro for resetting the stack where applicableH. Peter Anvin2006-08-211-7/+1
* Fix stack clobber when loading CD boot sectors.H. Peter Anvin2006-08-171-1/+3
* When exiting a COMBOOT/COM32 module, reset the stack instead of savingH. Peter Anvin2006-08-171-8/+2
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-17/+17
* Revert change to searchdir; document BX and CX trashed.hpa2005-08-231-11/+7
* Make sure we have at least 4K for the stack.syslinux-3.10-pre20hpa2005-08-221-4/+4
* Register-handling cleanups for searchdir.hpa2005-08-221-5/+9
* If onerror is set, invoke onerror on escapehpa2005-08-181-36/+2
* Reorganize slightly for more space; add link to SBMhpa2004-12-301-73/+97
* 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-0/+1
* 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-43/+1
* Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3hpa2004-12-171-89/+7
* Move the .bss to a separate section so we can at least begin to movehpa2004-12-171-20/+19
* First cut at new searchdir for FAT boot loader; uses metadata cachehpa2004-12-161-4/+4
* More cleanups; try to get rid of the now-obsolete definition ofhpa2004-12-161-20/+17
* Reorganize memory map to make use of 0x3000..0x5000; reduce trackbufsizehpa2004-12-161-10/+5
* Update copyright headers.hpa2004-12-141-4/+4
* Support non-mkisofs mastering programssyslinux-2.12-pre11hpa2004-12-091-29/+77
* Move ASCII macros to macros.incsyslinux-2.11-pre2hpa2004-08-041-5/+0
* Clean up memory management and command-line creationhpa2004-08-041-5/+6
* Move raw console access and strcpy() into their own include fileshpa2004-07-261-75/+2
* Add an API call to query the configuration file namehpa2004-06-181-0/+1
* - Add "allowoptions" commandhpa2004-05-291-0/+1
* Knut Petersen's hack for Award BIOS bugssyslinux-2.10-pre2hpa2004-05-181-3/+127
* Better E820 memory parsersyslinux-2.09-pre15hpa2004-04-231-0/+2
* Handle video pages correctly.syslinux-2.09-pre1hpa2004-01-291-8/+6