aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libinstaller: fix definition of bsHeadLenH. Peter Anvin2009-05-191-1/+1
* FAT: update the FAT installers to match the new diskstart.incH. Peter Anvin2009-05-192-150/+55
* pxelinux: revert to a separate stack implementationH. Peter Anvin2009-05-181-2/+6
* pxelinux: set StackTop == StackBufH. Peter Anvin2009-05-181-1/+1
* core: use reserved stack space only for replace_bootstrapH. Peter Anvin2009-05-182-2/+4
* Merge branch 'master' into core32H. Peter Anvin2009-05-181-8/+7
|\
| * Don't run to comboot API with interrupts offsyslinux-3.81-pre6H. Peter Anvin2009-05-181-8/+7
* | Merge branch 'master' into core32H. Peter Anvin2009-05-181-3/+2
|\|
| * core/conio.inc: when reading the serial port, drop read of IIRsyslinux-3.81-pre5H. Peter Anvin2009-05-181-3/+2
* | Merge branch 'master' into core32H. Peter Anvin2009-05-181-2/+0
|\|
| * core/pxeidle.inc: fix pops with no matching pushH. Peter Anvin2009-05-181-2/+0
* | Merge branch 'master' into core32H. Peter Anvin2009-05-1815-150/+123
|\|
| * Try to HLT the processor during idlesyslinux-3.81-pre4H. Peter Anvin2009-05-1814-150/+126
* | core: change "Linux needs..." to "Syslinux needs..."H. Peter Anvin2009-05-181-1/+1
* | version: set this version to 4.00H. Peter Anvin2009-05-181-1/+1
* | Move the NASM debugging options to a separate variableH. Peter Anvin2009-05-171-1/+2
* | core: move common module includes to common.incH. Peter Anvin2009-05-176-52/+25
* | core: move real-mode callback code to callback.incH. Peter Anvin2009-05-173-188/+210
* | core: add .textnr to layout.incH. Peter Anvin2009-05-171-0/+1
* | core: move 32-bit code out of the .text16 segmentH. Peter Anvin2009-05-173-10/+37
* | core: move "-g -F stabs" to NASMOPTH. Peter Anvin2009-05-161-2/+5
* | Merge branch 'master' into core32H. Peter Anvin2009-05-163-31/+30
|\|
| * bcopyxx: remove 16-bitismssyslinux-3.81-pre3H. Peter Anvin2009-05-161-24/+24
| * bcopyxx/memmove: fix alignment logic for reverse movesH. Peter Anvin2009-05-162-4/+4
| * Fix clobber of the command line when using F-keys+LSS graphicsH. Peter Anvin2009-05-151-4/+3
* | core: make auxseg a piece of address space assigned by the linkerH. Peter Anvin2009-05-152-6/+23
* | core: add pm_call convenience macroH. Peter Anvin2009-05-159-69/+36
* | core: make the intcall/farcall/cfarcall routines reentrantH. Peter Anvin2009-05-151-21/+34
* | core: make the COMBOOT API available to in-kernel PM codeH. Peter Anvin2009-05-144-21/+31
* | core: move core definitions to include/core.hH. Peter Anvin2009-05-142-5/+11
* | core: rewrite rllpack in CH. Peter Anvin2009-05-142-115/+109
* | core: link with libcom32 and libgccH. Peter Anvin2009-05-142-3/+4
* | core/diskstart.inc: break transactions on 64K boundariesH. Peter Anvin2009-05-141-1/+3
* | core/diskstart: handle more than 2^16 dwordsH. Peter Anvin2009-05-141-10/+11
* | BUGS, TODO: deleted outdated, no longer maintained filesH. Peter Anvin2009-05-142-26/+0
* | core: handle more than 32K of code for disk-based derivativesH. Peter Anvin2009-05-147-117/+172
* | core: adopt the naming convention core_* for exported symbolsH. Peter Anvin2009-05-142-15/+14
* | core: syslinux.ld: explicitly mark .adv and .uibss as NOLOADH. Peter Anvin2009-05-141-2/+2
* | First cut of doing 32-bit C code in the coreH. Peter Anvin2009-05-1412-67/+190
* | core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin2009-05-1340-163/+161
* | core: zero bss and uibss; fix some section confusionsH. Peter Anvin2009-05-1311-55/+78
* | core: obsolete .bss1 and .bss2H. Peter Anvin2009-05-139-15/+10
* | core: move initial code to a new .init segment; unify .bss+.bss1H. Peter Anvin2009-05-136-19/+36
* | core: simplify pm_call usageH. Peter Anvin2009-05-135-37/+93
* | core/pm.inc: shorten the time until we have a valid stackH. Peter Anvin2009-05-131-6/+6
* | core/bcopy32.inc: provide correct output esi/edi from bcopyH. Peter Anvin2009-05-131-0/+6
* | core/com32.inc: fix bits 16/bits 32 confusionH. Peter Anvin2009-05-131-1/+5
* | pm_call: only enable interrupts in PM if interrupts on in RMH. Peter Anvin2009-05-131-0/+4
* | New attempt at unify protected mode entry/exitH. Peter Anvin2009-05-1313-516/+515
|/
* linux.c32: replace the kernel name with BOOT_IMAGE=syslinux-3.81-pre2H. Peter Anvin2009-05-051-13/+10