summaryrefslogtreecommitdiff
path: root/core/isolinux.asm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * 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
|\