aboutsummaryrefslogtreecommitdiffstats
path: root/core/isolinux.asm
AgeCommit message (Expand)AuthorFilesLines
2014-02-13comapi: Remove the comapi interfaces completelyH. Peter Anvin1-13/+3
2014-02-13bios: Remove shuffle and boot comapi callH. Peter Anvin1-0/+4
2014-01-02isolinux: Shorten a few of the debug messagesH. Peter Anvin1-2/+2
2013-11-26Merge remote-tracking branch 'origin/elflink' into firmwareH. Peter Anvin1-1/+1
2013-11-26isolinux: Clear upper half of EDX before usingH. Peter Anvin1-1/+1
2013-03-22Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming1-28/+0
2013-02-26Merge branch 'lwip' into elflinkMatt Fleming1-28/+0
2013-01-29Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming1-0/+3
2013-01-11isolinux: Update LBA in getlinsec loopMatt Fleming1-0/+3
2012-12-07Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming1-9/+1
2012-12-05Reduce the number of global variablesMatt Fleming1-9/+0
2012-11-26isolinux: Make BIOSName globalMatt Fleming1-0/+1
2012-09-04Create derivative-specific filesMatt Fleming1-0/+6
2012-07-30Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming1-5/+55
2012-07-20elflink: Replace __intcall() with direct function callsMatt Fleming1-1/+1
2012-06-07elflink: Fix boot sector bootingMatt Fleming1-0/+1
2012-05-12ISOLINUX: use bailmsg string in kaboom()Paulo Alcantara1-1/+1
2012-05-12ISOLINUX: trivial fixPaulo Alcantara1-1/+1
2012-04-11Remove core/ui.inc completely from SyslinuxPaulo Alcantara1-3/+52
2011-12-16disk: Add .disk_init() to firmware structMatt Fleming1-1/+1
2011-12-02core: Delete code that is duplicated in ldlinuxMatt Fleming1-18/+0
2011-12-01core: Reimplement writestr in CMatt Fleming1-19/+29
2011-12-01core: Reimplement lots asm code in CMatt Fleming1-0/+16
2011-06-07ldlinux: Add support for parsing "serial" config directiveMatt Fleming1-0/+1
2011-04-26Merge remote-tracking branch 'zytor/master' into elflinkMatt Fleming1-173/+0
2011-04-25Generalize ipappend handling as "sysappend", and move to PM codeH. Peter Anvin1-17/+0
2011-04-25isolinux: remove broken and obsolete open_file_tH. Peter Anvin1-16/+0
2011-04-25isolinux: remove .img file supportH. Peter Anvin1-157/+0
2011-03-09ldlinux: Parse configuration filesMatt Fleming1-6/+0
2010-08-26elflink: modify isolinux.asm to make it go to elf flowFeng Tang1-2/+3
2010-07-25core: don't hang if no config file is foundH. Peter Anvin1-1/+2
2010-06-29isolinux: don't clobber DX (DL!) on startupH. Peter Anvin1-6/+6
2010-06-29isolinux: make sure Hidden is zero in native El Torito modeH. Peter Anvin1-10/+12
2010-06-27Export the 64-bit partition offset and use it in chain.cH. Peter Anvin1-8/+8
2010-05-14core: fix "sector size" confusionsyslinux-4.00-pre45H. Peter Anvin1-19/+0
2010-05-12diskio: make maxtransfer per-device, cap to 127, imported from headsyslinux-4.00-pre43H. Peter Anvin1-1/+7
2010-03-29Merge branch 'master' into pathbasedH. Peter Anvin1-1/+1
2010-03-29core: use MY_NAME for syslinux_bannerSebastian Herbszt1-1/+1
2010-02-26iso9660: use boot_info_table and fix hybrid modeH. Peter Anvin1-0/+2
2010-02-24isolinux: 7C00h -> TEXT_STARTH. Peter Anvin1-3/+3
2010-02-24isolinux: drop dependency on core_xfer_buf in self-loadersyslinux-4.00-pre26H. Peter Anvin1-38/+45
2010-02-21core: let xfer_buf_seg, real_mode_seg be assigned by the linkerH. Peter Anvin1-1/+1
2010-02-14Merge branch 'master' into pathbasedsyslinux-4.00-pre20H. Peter Anvin1-2/+2
2010-02-12core: document the stack location, use STACK_TOP throughoutH. Peter Anvin1-1/+1
2009-12-28isolinux: export kaboomH. Peter Anvin1-0/+1
2009-12-22isolinux: fs_init now takes a pointer to an array of filesystemsH. Peter Anvin1-2/+10
2009-09-02core: merge cpuinit.inc into init.incH. Peter Anvin1-1/+0
2009-08-16Core: code cleanLiu Aleaxander1-33/+0
2009-08-12core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin1-2/+0
2009-08-11core: VFS cleanups: add a persistent generic struct fileH. Peter Anvin1-2/+0
2009-08-10core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin1-5/+0
2009-08-08Core: unmangle_name convertedLiu Aleaxander1-15/+0
2009-07-13Core: do trick on the hybrid mode detectionLiu Aleaxander1-6/+1
2009-07-13Core: fix the hybride mode detection codeLiu Aleaxander1-1/+7
2009-07-13Core: fix the HD-mode error in isolinuxLiu Aleaxander1-5/+5
2009-06-23Merge branch 'isolinux'Liu Aleaxander1-404/+17
2009-06-21Core:ISOLINUX: convert the isolinux.asm to CLiu Aleaxander1-404/+14
2009-06-01prepcore: error out if the compressed image is too large to loadH. Peter Anvin1-0/+2
2009-05-31Merge branch 'master' into core32H. Peter Anvin1-12/+23
2009-05-31isolinux: can't clobber edx when dx contains the drive number...H. Peter Anvin1-3/+3
2009-05-31isolinux: bsHidden can't be in data; it is set before checksummingH. Peter Anvin1-8/+13
2009-05-31isolinux: handle systems which disables interrupts in El ToritoH. Peter Anvin1-7/+13
2009-05-28Merge branch 'master' into core32H. Peter Anvin1-5/+11
2009-05-26isohybrid: make isolinux.bin and isohybrid two-way compatiblesyslinux-3.81-pre16syslinux-3.81H. Peter Anvin1-5/+11
2009-05-25Merge branch 'master' into core32H. Peter Anvin1-16/+13
2009-05-25isohybrid: revert to a stack format compatible with previous versionsyslinux-3.81-pre14H. Peter Anvin1-16/+13
2009-05-24isolinux: handle a core file greater than 64KH. Peter Anvin1-27/+43
2009-05-21Merge branch 'master' into core32H. Peter Anvin1-9/+20
2009-05-21isohybrid: support booting from partition; fix CBIOS bootingH. Peter Anvin1-9/+20
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-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