summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* isohybrid: make isolinux.bin and isohybrid two-way compatiblesyslinux-3.81-pre16syslinux-3.81H. Peter Anvin2009-05-261-5/+11
* isohybrid: revert to a stack format compatible with previous versionsyslinux-3.81-pre14H. Peter Anvin2009-05-251-16/+13
* core: don't flush the serial port queue for a serial commandH. Peter Anvin2009-05-232-13/+20
* core: add file missing from previous checkin (serirq.inc)syslinux-3.81-pre11H. Peter Anvin2009-05-231-0/+184
* core: remove obsolete commentH. Peter Anvin2009-05-231-2/+0
* core: add a proper interrupt handler for the serial consoleH. Peter Anvin2009-05-237-43/+109
* idle: set NoHalt back to 0 as it should besyslinux-3.81-pre10H. Peter Anvin2009-05-211-1/+1
* Drop support for ACPI 3 E820 extended memory attributesH. Peter Anvin2009-05-211-13/+6
* isohybrid: support booting from partition; fix CBIOS bootingH. Peter Anvin2009-05-211-9/+20
* idle: handle PXE stacks which improperly disable interruptssyslinux-3.81-pre9H. Peter Anvin2009-05-215-4/+34
* Don't run to comboot API with interrupts offsyslinux-3.81-pre6H. Peter Anvin2009-05-181-8/+7
* core/conio.inc: when reading the serial port, drop read of IIRsyslinux-3.81-pre5H. Peter Anvin2009-05-181-3/+2
* core/pxeidle.inc: fix pops with no matching pushH. Peter Anvin2009-05-181-2/+0
* Try to HLT the processor during idlesyslinux-3.81-pre4H. Peter Anvin2009-05-1812-150/+109
* bcopyxx: remove 16-bitismssyslinux-3.81-pre3H. Peter Anvin2009-05-161-24/+24
* bcopyxx/memmove: fix alignment logic for reverse movesH. Peter Anvin2009-05-161-2/+2
* Fix clobber of the command line when using F-keys+LSS graphicsH. Peter Anvin2009-05-151-4/+3
* bcopyxx: EDX already points to the GDT; no reason to recomputeH. Peter Anvin2009-05-041-10/+7
* core: remove vestiges of using nasm -f binsyslinux-3.80H. Peter Anvin2009-05-041-5/+1
* ui.inc: when looking for whitespace in kernel names look for <= ' 'H. Peter Anvin2009-05-021-1/+1
* core: make vk_rname default to mangled vk_vnameSebastian Herbszt2009-05-021-7/+6
* ADV: EDD "write with verify" is AL=01h or AL=02h, not AL=80hH. Peter Anvin2009-04-301-1/+1
* core: make localboot another vkernel typesyslinux-3.80-pre4H. Peter Anvin2009-04-293-25/+11
* Fix NASM dependency generationH. Peter Anvin2009-04-271-1/+1
* Unify dependency generation: MCONFIG.embeddedH. Peter Anvin2009-04-271-1/+1
* Unify dependency generationH. Peter Anvin2009-04-271-17/+4
* rllpack: make all pointers 32 bits widesyslinux-3.80-pre2H. Peter Anvin2009-04-273-12/+9
* bcopyxx: clear all flags before jumping to the successor codeH. Peter Anvin2009-04-271-6/+10
* bcopyxx: align the relocated code to a 16-byte boundaryH. Peter Anvin2009-04-271-2/+4
* Merge branch 'syslinux-3.7x'H. Peter Anvin2009-04-251-0/+2
|\
| * ISOLINUX: set directory length correctlySteffen Winterfeldt2009-04-251-0/+2
* | pxelinux: fix minor bugsH. Peter Anvin2009-04-241-4/+2
* | a20: advance A20Test by a large, prime numberH. Peter Anvin2009-04-211-1/+1
* | a20: remove DO_WBINVD configurableH. Peter Anvin2009-04-213-43/+0
* | a20: inline io_delayH. Peter Anvin2009-04-211-4/+3
* | a20: A20Test is now a dwordH. Peter Anvin2009-04-211-2/+3
* | a20: try to avoid io_delay if A20 is already enabledH. Peter Anvin2009-04-211-25/+19
* | Global whitespace cleanup.H. Peter Anvin2009-04-207-12/+12
* | core: remove references to MDSLINUXH. Peter Anvin2009-04-194-12/+7
* | core: merge the startup code for disk-based derivativesH. Peter Anvin2009-04-194-1307/+707
* | bcopyxx: when going to 16-bit PM, might as well do it rightH. Peter Anvin2009-04-163-10/+13
* | Merge branch 'syslinux-3.7x'H. Peter Anvin2009-04-144-21/+14
|\ \ | |/
| * pxelinux: fix the handling of KeepPXEH. Peter Anvin2009-04-144-21/+14
* | core/bcopyxx.inc: save a few bytesH. Peter Anvin2009-04-131-3/+4
* | Merge branch 'timeout-fix'H. Peter Anvin2009-04-131-2/+4
|\ \
| * | pxelinux: fix the new timeout codeH. Peter Anvin2009-04-131-2/+4
* | | com32: use xfer_buf_seg as the bounce bufferH. Peter Anvin2009-04-132-13/+6
* | | core: don't misalign xfer_buf_segH. Peter Anvin2009-04-131-5/+8
* | | Something slightly saner for DummyTSSH. Peter Anvin2009-04-131-3/+3
* | | GDT: remove unused DS16_4G and SS16 descriptorsH. Peter Anvin2009-04-131-17/+8