aboutsummaryrefslogtreecommitdiffstats
path: root/core/ldlinux.asm
AgeCommit message (Expand)AuthorFilesLines
2014-06-02core/fs: Add support to Unix File system 1/2.syslinux-6.03-pre13Raphael S. Carvalho1-0/+2
2012-07-21xfs: Initial skeleton for XFS filesystem supportPaulo Alcantara1-0/+2
2012-02-11ldlinux: workaround for avoiding EDD error on btrfs probePaulo Alcantara1-2/+2
2011-09-07Initial NTFS readonly support code to SyslinuxPaulo Alcantara1-0/+2
2010-06-20Merge syslinux/extlinux patch code and core codeH. Peter Anvin1-0/+4
2009-12-22core: canonicalize ROOT_FS_OPSH. Peter Anvin1-2/+4
2009-12-22btrfs: add btrfs file system support to extlinuxsyslinux-4.00-pre7Alek Du1-1/+3
2009-08-12core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin1-1/+0
2009-08-10core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin1-1/+1
2009-08-10core/diskstart.inc: make the root filesystem a configurableH. Peter Anvin1-0/+3
2009-08-09core: merge ldlinux.asm and extlinux.asmH. Peter Anvin1-203/+1
2009-06-15Core:SYSLINUX: code cleanLiu Aleaxander1-53/+3
2009-06-14Core:SYSLINUX: ldlinux.asm converted to CLiu Aleaxander1-1141/+8
2009-06-03Convert the config load part to CLiu Aleaxander1-3/+3
2009-06-03Successed in converting the cache code to CLiu Aleaxander1-1/+1
2009-06-02Convert the cache code to C and implement the core printf functionLiu Aleaxander1-5/+5
2009-05-18Merge branch 'master' into core32H. Peter Anvin1-10/+0
2009-05-18Try to HLT the processor during idlesyslinux-3.81-pre4H. Peter Anvin1-10/+1
2009-05-17core: move common module includes to common.incH. Peter Anvin1-13/+1
2009-05-14core: handle more than 32K of code for disk-based derivativesH. Peter Anvin1-1/+0
2009-05-13core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin1-10/+10
2009-05-13core: zero bss and uibss; fix some section confusionsH. Peter Anvin1-8/+8
2009-05-13core: move initial code to a new .init segment; unify .bss+.bss1H. Peter Anvin1-1/+6
2009-05-13New attempt at unify protected mode entry/exitH. Peter Anvin1-0/+1
2009-04-19core: merge the startup code for disk-based derivativesH. Peter Anvin1-653/+3
2009-04-13core: move vgafontbuf out of the zero segmentH. Peter Anvin1-12/+0
2009-04-13core: add alignz macro (analogous to "alignb") for zero-pad alignH. Peter Anvin1-3/+3
2009-04-04Update copyright notices; add Intel notices where appropriateH. Peter Anvin1-0/+1
2009-03-31Banner: "and contributors" is just too long; try "et al"H. Peter Anvin1-1/+1
2009-03-21Add "and contributors" to the copyright bannerH. Peter Anvin1-1/+1
2009-03-16SYSLINUX: fix handling of .bss files for FAT12/FAT16H. Peter Anvin1-4/+9
2009-02-27YEAR is a number, not a stringH. Peter Anvin1-2/+3
2009-02-27Use YEAR, not the obsolete macro yearH. Peter Anvin1-1/+1
2009-02-10ldlinux: move es manipulation into ucs2_to_cpH. Peter Anvin1-6/+4
2009-02-10ldlinux: readdir: trivial optimizationH. Peter Anvin1-4/+3
2009-02-10ldlinux: fix interface to ucs2_to_cpH. Peter Anvin1-4/+4
2009-02-10Merge branch 'charset' into dirH. Peter Anvin1-3/+25
2009-02-09COMBOOT API: Add calls for directory functions; Implement for FATGene Cumm1-1/+323
2009-01-25Reorganize the codepage handling to allow ucs2 -> codepage conversionH. Peter Anvin1-3/+25
2008-07-09ldlinux: CurrentDir not set if syslinux.cfg is missingSebastian Herbszt1-0/+2
2008-07-07Centralize more of the version number machineryH. Peter Anvin1-1/+1
2008-07-07Drop macros that just point to other macrosH. Peter Anvin1-1/+1
2008-07-03Allow the initrd to be specified on a separate linesyslinux-3.71-pre4H. Peter Anvin1-7/+0
2008-06-25ldlinux: handle "first byte E5 change to 05" rule in FATH. Peter Anvin1-1/+5
2008-06-15writestr_early: save/restore registersH. Peter Anvin1-1/+3
2008-06-15Mechanically rename the writestr functionsH. Peter Anvin1-7/+7
2008-06-10When erroring out on an DOS interrupt, print infoH. Peter Anvin1-1/+2
2008-06-10ldlinux: search_dos_dir returns attributes in DLsyslinux-3.70-pre15H. Peter Anvin1-4/+3
2008-06-09Whitespace cleanupH. Peter Anvin1-1/+1
2008-06-09FAT: make all codepage data derived from the same placeH. Peter Anvin1-38/+30
2008-06-06FAT: Support VFAT long filenamessyslinux-3.70-pre13H. Peter Anvin1-5/+157
2008-05-29Move files out of root into core, dos, and utilsH. Peter Anvin1-0/+1605