summaryrefslogtreecommitdiff
path: root/core/isolinux.asm
Commit message (Expand)AuthorAgeFilesLines
* comapi: Remove the comapi interfaces completelyH. Peter Anvin2014-02-131-13/+3
* bios: Remove shuffle and boot comapi callH. Peter Anvin2014-02-131-0/+4
* isolinux: Shorten a few of the debug messagesH. Peter Anvin2014-01-021-2/+2
* Merge remote-tracking branch 'origin/elflink' into firmwareH. Peter Anvin2013-11-261-1/+1
|\
| * isolinux: Clear upper half of EDX before usingH. Peter Anvin2013-11-261-1/+1
* | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-221-28/+0
|\ \ | |/
| * Merge branch 'lwip' into elflinkMatt Fleming2013-02-261-28/+0
| |\
| | * Generalize ipappend handling as "sysappend", and move to PM codeH. Peter Anvin2011-04-251-17/+0
* | | Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-291-0/+3
|\ \ \ | |/ /
| * | isolinux: Update LBA in getlinsec loopMatt Fleming2013-01-111-0/+3
* | | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-071-9/+1
|\ \ \ | |/ /
| * | Reduce the number of global variablesMatt Fleming2012-12-051-9/+0
| * | isolinux: Make BIOSName globalMatt Fleming2012-11-261-0/+1
* | | Create derivative-specific filesMatt Fleming2012-09-041-0/+6
* | | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-301-5/+55
|\ \ \ | |/ /
| * | elflink: Replace __intcall() with direct function callsMatt Fleming2012-07-201-1/+1
| * | elflink: Fix boot sector bootingMatt Fleming2012-06-071-0/+1
| * | ISOLINUX: use bailmsg string in kaboom()Paulo Alcantara2012-05-121-1/+1
| * | ISOLINUX: trivial fixPaulo Alcantara2012-05-121-1/+1
| * | Remove core/ui.inc completely from SyslinuxPaulo Alcantara2012-04-111-3/+52
* | | disk: Add .disk_init() to firmware structMatt Fleming2011-12-161-1/+1
|/ /
* | core: Delete code that is duplicated in ldlinuxMatt Fleming2011-12-021-18/+0
* | core: Reimplement writestr in CMatt Fleming2011-12-011-19/+29
* | core: Reimplement lots asm code in CMatt Fleming2011-12-011-0/+16
* | ldlinux: Add support for parsing "serial" config directiveMatt Fleming2011-06-071-0/+1
* | Merge remote-tracking branch 'zytor/master' into elflinkMatt Fleming2011-04-261-173/+0
|\ \ | |/
| * isolinux: remove broken and obsolete open_file_tH. Peter Anvin2011-04-251-16/+0
| * isolinux: remove .img file supportH. Peter Anvin2011-04-251-157/+0
* | ldlinux: Parse configuration filesMatt Fleming2011-03-091-6/+0
* | elflink: modify isolinux.asm to make it go to elf flowFeng Tang2010-08-261-2/+3
|/
* core: don't hang if no config file is foundH. Peter Anvin2010-07-251-1/+2
* isolinux: don't clobber DX (DL!) on startupH. Peter Anvin2010-06-291-6/+6
* isolinux: make sure Hidden is zero in native El Torito modeH. Peter Anvin2010-06-291-10/+12
* Export the 64-bit partition offset and use it in chain.cH. Peter Anvin2010-06-271-8/+8
* core: fix "sector size" confusionsyslinux-4.00-pre45H. Peter Anvin2010-05-141-19/+0
* diskio: make maxtransfer per-device, cap to 127, imported from headsyslinux-4.00-pre43H. Peter Anvin2010-05-121-1/+7
* Merge branch 'master' into pathbasedH. Peter Anvin2010-03-291-1/+1
|\
| * core: use MY_NAME for syslinux_bannerSebastian Herbszt2010-03-291-1/+1
* | iso9660: use boot_info_table and fix hybrid modeH. Peter Anvin2010-02-261-0/+2
* | isolinux: 7C00h -> TEXT_STARTH. Peter Anvin2010-02-241-3/+3
* | isolinux: drop dependency on core_xfer_buf in self-loadersyslinux-4.00-pre26H. Peter Anvin2010-02-241-38/+45
* | core: let xfer_buf_seg, real_mode_seg be assigned by the linkerH. Peter Anvin2010-02-211-1/+1
* | Merge branch 'master' into pathbasedsyslinux-4.00-pre20H. Peter Anvin2010-02-141-2/+2
|\ \ | |/
| * core: document the stack location, use STACK_TOP throughoutH. Peter Anvin2010-02-121-1/+1
* | isolinux: export kaboomH. Peter Anvin2009-12-281-0/+1
* | isolinux: fs_init now takes a pointer to an array of filesystemsH. Peter Anvin2009-12-221-2/+10
* | core: merge cpuinit.inc into init.incH. Peter Anvin2009-09-021-1/+0
* | Core: code cleanLiu Aleaxander2009-08-161-33/+0
* | core: make FILENAME_MAX common; librarize mangle/unmangleH. Peter Anvin2009-08-121-2/+0
* | core: VFS cleanups: add a persistent generic struct fileH. Peter Anvin2009-08-111-2/+0