summaryrefslogtreecommitdiff
path: root/core/isolinux.asm
Commit message (Expand)AuthorAgeFilesLines
...
| * isolinux: handle systems which disables interrupts in El ToritoH. Peter Anvin2009-05-311-7/+13
* | Merge branch 'master' into core32H. Peter Anvin2009-05-281-5/+11
|\ \ | |/
| * isohybrid: make isolinux.bin and isohybrid two-way compatiblesyslinux-3.81-pre16syslinux-3.81H. Peter Anvin2009-05-261-5/+11
* | Merge branch 'master' into core32H. Peter Anvin2009-05-251-16/+13
|\ \ | |/
| * isohybrid: revert to a stack format compatible with previous versionsyslinux-3.81-pre14H. Peter Anvin2009-05-251-16/+13
* | isolinux: handle a core file greater than 64KH. Peter Anvin2009-05-241-27/+43
* | Merge branch 'master' into core32H. Peter Anvin2009-05-211-9/+20
|\ \ | |/
| * isohybrid: support booting from partition; fix CBIOS bootingH. Peter Anvin2009-05-211-9/+20
* | 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: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin2009-05-131-4/+4
* | core: zero bss and uibss; fix some section confusionsH. Peter Anvin2009-05-131-4/+6
* | core: obsolete .bss1 and .bss2H. Peter Anvin2009-05-131-1/+1
* | core: move initial code to a new .init segment; unify .bss+.bss1H. Peter Anvin2009-05-131-5/+9
* | New attempt at unify protected mode entry/exitH. Peter Anvin2009-05-131-0/+2
|/
* Merge branch 'syslinux-3.7x'H. Peter Anvin2009-04-251-0/+2
|\
| * ISOLINUX: set directory length correctlySteffen Winterfeldt2009-04-251-0/+2
* | Global whitespace cleanup.H. Peter Anvin2009-04-201-3/+3
* | core: move vgafontbuf out of the zero segmentH. Peter Anvin2009-04-131-8/+0
* | core: add alignz macro (analogous to "alignb") for zero-pad alignH. Peter Anvin2009-04-131-4/+4
|/
* 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
* isolinux: split MaxTransfer for HD and CD modesH. Peter Anvin2009-03-161-5/+7
* 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
* COMBOOT API: Add calls for directory functions; Implement for FATGene Cumm2009-02-091-0/+20
* isolinux: save a few bytesH. Peter Anvin2008-09-081-2/+1
* isolinux: save a few bytes to make sure we actually fitH. Peter Anvin2008-09-081-12/+7
* isolinux: display BIOS typeH. Peter Anvin2008-09-051-8/+28
* ISOLINUX: fix EBIOS information passing in hybrid HDD modeH. Peter Anvin2008-09-051-1/+4
* ISOLINUX: support for hybrid mode (CD-ROM/USB key)H. Peter Anvin2008-09-051-17/+238
* isolinux: return failure when opening a zero-length fileH. Peter Anvin2008-09-021-1/+2
* isolinux: rename CurDir to CurrentDirSebastian Herbszt2008-07-161-8/+8
* 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-6/+0
* isolinux: don't clobber bp in getfssecsyslinux-3.70-pre26H. Peter Anvin2008-06-261-15/+6
* Mechanically rename the writestr functionsH. Peter Anvin2008-06-151-12/+12
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-0/+1549