aboutsummaryrefslogtreecommitdiffstats
path: root/core/isolinux.asm
AgeCommit message (Expand)AuthorFilesLines
2009-05-13core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin1-4/+4
2009-05-13core: zero bss and uibss; fix some section confusionsH. Peter Anvin1-4/+6
2009-05-13core: obsolete .bss1 and .bss2H. Peter Anvin1-1/+1
2009-05-13core: move initial code to a new .init segment; unify .bss+.bss1H. Peter Anvin1-5/+9
2009-05-13New attempt at unify protected mode entry/exitH. Peter Anvin1-0/+2
2009-04-25Merge branch 'syslinux-3.7x'H. Peter Anvin1-0/+2
2009-04-25ISOLINUX: set directory length correctlySteffen Winterfeldt1-0/+2
2009-04-20Global whitespace cleanup.H. Peter Anvin1-3/+3
2009-04-13core: move vgafontbuf out of the zero segmentH. Peter Anvin1-8/+0
2009-04-13core: add alignz macro (analogous to "alignb") for zero-pad alignH. Peter Anvin1-4/+4
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-16isolinux: split MaxTransfer for HD and CD modesH. Peter Anvin1-5/+7
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-09COMBOOT API: Add calls for directory functions; Implement for FATGene Cumm1-0/+20
2008-09-08isolinux: save a few bytesH. Peter Anvin1-2/+1
2008-09-08isolinux: save a few bytes to make sure we actually fitH. Peter Anvin1-12/+7
2008-09-05isolinux: display BIOS typeH. Peter Anvin1-8/+28
2008-09-05ISOLINUX: fix EBIOS information passing in hybrid HDD modeH. Peter Anvin1-1/+4
2008-09-05ISOLINUX: support for hybrid mode (CD-ROM/USB key)H. Peter Anvin1-17/+238
2008-09-02isolinux: return failure when opening a zero-length fileH. Peter Anvin1-1/+2
2008-07-16isolinux: rename CurDir to CurrentDirSebastian Herbszt1-8/+8
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-6/+0
2008-06-26isolinux: don't clobber bp in getfssecsyslinux-3.70-pre26H. Peter Anvin1-15/+6
2008-06-15Mechanically rename the writestr functionsH. Peter Anvin1-12/+12
2008-05-29Move files out of root into core, dos, and utilsH. Peter Anvin1-0/+1549