summaryrefslogtreecommitdiff
path: root/core/ldlinux.asm
Commit message (Expand)AuthorAgeFilesLines
* core/fs: Add support to Unix File system 1/2.syslinux-6.03-pre13Raphael S. Carvalho2014-06-021-0/+2
* xfs: Initial skeleton for XFS filesystem supportPaulo Alcantara2012-07-211-0/+2
* ldlinux: workaround for avoiding EDD error on btrfs probePaulo Alcantara2012-02-111-2/+2
* Initial NTFS readonly support code to SyslinuxPaulo Alcantara2011-09-071-0/+2
* Merge syslinux/extlinux patch code and core codeH. Peter Anvin2010-06-201-0/+4
* core: canonicalize ROOT_FS_OPSH. Peter Anvin2009-12-221-2/+4
* btrfs: add btrfs file system support to extlinuxsyslinux-4.00-pre7Alek Du2009-12-221-1/+3
* core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin2009-08-121-1/+0
* core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin2009-08-101-1/+1
* core/diskstart.inc: make the root filesystem a configurableH. Peter Anvin2009-08-101-0/+3
* core: merge ldlinux.asm and extlinux.asmH. Peter Anvin2009-08-091-203/+1
* Core:SYSLINUX: code cleanLiu Aleaxander2009-06-151-53/+3
* Core:SYSLINUX: ldlinux.asm converted to CLiu Aleaxander2009-06-141-1141/+8
* Convert the config load part to CLiu Aleaxander2009-06-031-3/+3
* Successed in converting the cache code to CLiu Aleaxander2009-06-031-1/+1
* Convert the cache code to C and implement the core printf functionLiu Aleaxander2009-06-021-5/+5
* Merge branch 'master' into core32H. Peter Anvin2009-05-181-10/+0
|\
| * Try to HLT the processor during idlesyslinux-3.81-pre4H. Peter Anvin2009-05-181-10/+1
* | core: move common module includes to common.incH. Peter Anvin2009-05-171-13/+1
* | core: handle more than 32K of code for disk-based derivativesH. Peter Anvin2009-05-141-1/+0
* | core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin2009-05-131-10/+10
* | core: zero bss and uibss; fix some section confusionsH. Peter Anvin2009-05-131-8/+8
* | core: move initial code to a new .init segment; unify .bss+.bss1H. Peter Anvin2009-05-131-1/+6
* | New attempt at unify protected mode entry/exitH. Peter Anvin2009-05-131-0/+1
|/
* core: merge the startup code for disk-based derivativesH. Peter Anvin2009-04-191-653/+3
* core: move vgafontbuf out of the zero segmentH. Peter Anvin2009-04-131-12/+0
* core: add alignz macro (analogous to "alignb") for zero-pad alignH. Peter Anvin2009-04-131-3/+3
* Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-041-0/+1
* Banner: "and contributors" is just too long; try "et al"H. Peter Anvin2009-03-311-1/+1
* Add "and contributors" to the copyright bannerH. Peter Anvin2009-03-211-1/+1
* SYSLINUX: fix handling of .bss files for FAT12/FAT16H. Peter Anvin2009-03-161-4/+9
* YEAR is a number, not a stringH. Peter Anvin2009-02-271-2/+3
* Use YEAR, not the obsolete macro yearH. Peter Anvin2009-02-271-1/+1
* ldlinux: move es manipulation into ucs2_to_cpH. Peter Anvin2009-02-101-6/+4
* ldlinux: readdir: trivial optimizationH. Peter Anvin2009-02-101-4/+3
* ldlinux: fix interface to ucs2_to_cpH. Peter Anvin2009-02-101-4/+4
* Merge branch 'charset' into dirH. Peter Anvin2009-02-101-3/+25
|\
| * Reorganize the codepage handling to allow ucs2 -> codepage conversionH. Peter Anvin2009-01-251-3/+25
* | COMBOOT API: Add calls for directory functions; Implement for FATGene Cumm2009-02-091-1/+323
|/
* ldlinux: CurrentDir not set if syslinux.cfg is missingSebastian Herbszt2008-07-091-0/+2
* Centralize more of the version number machineryH. Peter Anvin2008-07-071-1/+1
* Drop macros that just point to other macrosH. Peter Anvin2008-07-071-1/+1
* Allow the initrd to be specified on a separate linesyslinux-3.71-pre4H. Peter Anvin2008-07-031-7/+0
* ldlinux: handle "first byte E5 change to 05" rule in FATH. Peter Anvin2008-06-251-1/+5
* writestr_early: save/restore registersH. Peter Anvin2008-06-151-1/+3
* Mechanically rename the writestr functionsH. Peter Anvin2008-06-151-7/+7
* When erroring out on an DOS interrupt, print infoH. Peter Anvin2008-06-101-1/+2
* ldlinux: search_dos_dir returns attributes in DLsyslinux-3.70-pre15H. Peter Anvin2008-06-101-4/+3
* Whitespace cleanupH. Peter Anvin2008-06-091-1/+1
* FAT: make all codepage data derived from the same placeH. Peter Anvin2008-06-091-38/+30