summaryrefslogtreecommitdiff
path: root/core/isolinux.asm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | isolinux: Update LBA in getlinsec loopMatt Fleming2013-01-111-0/+3
* | Reduce the number of global variablesMatt Fleming2012-12-051-9/+0
* | isolinux: Make BIOSName globalMatt Fleming2012-11-261-0/+1
* | 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
* | 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
* | core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin2009-08-101-5/+0
* | Core: unmangle_name convertedLiu Aleaxander2009-08-081-15/+0
* | Core: do trick on the hybrid mode detectionLiu Aleaxander2009-07-131-6/+1
* | Core: fix the hybride mode detection codeLiu Aleaxander2009-07-131-1/+7
* | Core: fix the HD-mode error in isolinuxLiu Aleaxander2009-07-131-5/+5
* | Merge branch 'isolinux'Liu Aleaxander2009-06-231-404/+17
|\ \
| * | Core:ISOLINUX: convert the isolinux.asm to CLiu Aleaxander2009-06-211-404/+14
|/ /
* | prepcore: error out if the compressed image is too large to loadH. Peter Anvin2009-06-011-0/+2
* | Merge branch 'master' into core32H. Peter Anvin2009-05-311-12/+23
|\ \ | |/
| * isolinux: can't clobber edx when dx contains the drive number...H. Peter Anvin2009-05-311-3/+3
| * isolinux: bsHidden can't be in data; it is set before checksummingH. Peter Anvin2009-05-311-8/+13