summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* isohybrid: revert to a stack format compatible with previous versionsyslinux-3.81-pre14H. Peter Anvin2009-05-253-34/+32
* com32: add dependency on com32.ld -> *.elfsyslinux-3.81-pre13H. Peter Anvin2009-05-251-3/+4
* NEWS: document altmbr fixH. Peter Anvin2009-05-251-1/+3
* altmbr: fix accounting of logical partitionsH. Peter Anvin2009-05-251-15/+13
* Don't set the autocr flag on the serial console; clean up crapsyslinux-3.81-pre12H. Peter Anvin2009-05-236-45/+7
* 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
* isohybrid: add missing isohdppx.S fileH. Peter Anvin2009-05-211-0/+2
* Drop support for ACPI 3 E820 extended memory attributesH. Peter Anvin2009-05-2110-87/+36
* NEWS: update isohybrid changesH. Peter Anvin2009-05-211-0/+4
* isohybrid: support booting from partition; fix CBIOS bootingH. Peter Anvin2009-05-216-39/+86
* isohybrid: allow selecting the _c and _f versions of the prefixH. Peter Anvin2009-05-214-23/+58
* idle: handle PXE stacks which improperly disable interruptssyslinux-3.81-pre9H. Peter Anvin2009-05-215-4/+34
* chain.c32: remove clobber of drivename/partitionH. Peter Anvin2009-05-211-3/+0
* isohybrid: add options, change default ptype to 0x17syslinux-3.81-pre8H. Peter Anvin2009-05-202-13/+82
* NEWS: add note about linux.c32 having a quiet commandH. Peter Anvin2009-05-201-0/+2
* meminfo: distinguish between no flags and flags=1syslinux-3.81-pre7H. Peter Anvin2009-05-201-5/+10
* 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-1814-150/+126
* 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
* linux.c32: replace the kernel name with BOOT_IMAGE=syslinux-3.81-pre2H. Peter Anvin2009-05-051-13/+10
* linux.c32: honor the "quiet" flagH. Peter Anvin2009-05-051-6/+34
* bcopyxx: EDX already points to the GDT; no reason to recomputeH. Peter Anvin2009-05-041-10/+7
* load_linux.c: quiet warningH. Peter Anvin2009-05-041-1/+1
* load_linux.c: consider a zImage kernel to be non-relocatableH. Peter Anvin2009-05-041-1/+1
* load_linux.c: when relocating, need to update code32_startH. Peter Anvin2009-05-041-0/+1
* load_linux.c: add missing header fileH. Peter Anvin2009-05-041-0/+1
* linux.c32: cap the stack pointer to 0xfff0H. Peter Anvin2009-05-041-1/+2
* NEWS: document linux.c32 fix.syslinux-3.81-pre1H. Peter Anvin2009-05-041-0/+3
* shuffler: fix setting up esp in real-mode shufflesH. Peter Anvin2009-05-041-1/+1
* poweroff: add copyright noticeSebastian Herbszt2009-05-041-0/+16
* Next version will probably be 3.81H. Peter Anvin2009-05-042-1/+3
* core: remove vestiges of using nasm -f binsyslinux-3.80H. Peter Anvin2009-05-041-5/+1
* NEWS: drop plans for a 3.76 releaseH. Peter Anvin2009-05-041-2/+0
* Document poweroff module.H. Peter Anvin2009-05-041-0/+1
* poweroff COMBOOT moduleSebastian Herbszt2009-05-042-1/+87
* mboot: handle ELF Multiboot kernel where paddr != vaddrH. Peter Anvin2009-05-031-4/+11
* shuffler: when looking for temporary memory, it has to be *free!*syslinux-3.80-pre8H. Peter Anvin2009-05-031-0/+2
* movebits: make the user-space test cases slightly easierH. Peter Anvin2009-05-031-9/+12
* shuffler: correctly handle one-to-many relationshipssyslinux-3.80-pre7H. Peter Anvin2009-05-022-26/+133
* shuffle: align the shuffle safe areaH. Peter Anvin2009-05-021-2/+3
* syslinux_dump_memmap(): make it easier to spot errorsH. Peter Anvin2009-05-021-1/+1
* syslinux_add_memmap(): fix failures at address zero, more?H. Peter Anvin2009-05-021-38/+63