summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/load_linux.c
Commit message (Expand)AuthorAgeFilesLines
* Use z width specifier when printing size_t variableJonathan Boeing2015-05-031-1/+1
* com32/lib/syslinux/load_linux.c: update prot_mode_baseScot Doyle2015-04-181-0/+1
* load_linux: correct a typeScot Doyle2015-02-141-2/+2
* load_linux: Don't use size heuristic for non-relocatable kernelsH. Peter Anvin2013-12-041-33/+40
* video.h: we need one syslinux_force_text_mode() prototypeMatt Fleming2013-07-261-1/+1
* load_linux: dynamically calculate the cmdline regionsyslinux-6.02-pre12Matt Fleming2013-07-251-4/+25
* load_linux: extract the logic for cmdline_offsetMatt Fleming2013-07-251-4/+10
* movebits: Add syslinux_memmap_find()Matt Fleming2013-07-171-74/+15
* Merge tag 'syslinux-5.11-pre8' into firmwaresyslinux-6.02-pre1Matt Fleming2013-07-081-13/+30
|\
| * load_linux: validate sanity of 'initrd_addr_max'syslinux-5.11-pre5Matt Fleming2013-07-011-1/+1
| * load_linux: Add dprintf statements to aid debuggingMatt Fleming2013-07-011-12/+29
* | load_linux: fallback to the BIOS linux loaderMatt Fleming2013-06-241-6/+5
* | load_linux: return a non-void value to fix compiler warningMatt Fleming2013-06-191-2/+2
* | Merge tag 'syslinux-5.11-pre2' into firmwareMatt Fleming2013-06-171-12/+37
|\ \ | |/
| * load_linux: update errno before returningMatt Fleming2013-04-251-12/+37
* | Merge remote-tracking branch 'zytor/elflink' into for-hpa/elflink/firmwareMatt Fleming2013-04-111-7/+11
|\ \ | |/
| * Fix support for Linux kernel images with no protected mode codeJosh Triplett2013-04-081-7/+11
* | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-221-12/+18
|\ \ | |/
| * load_linux: bail if no place for the real mode portion is foundH. Peter Anvin2013-02-041-0/+3
| * load_linux: additional cleanups and corner case fixingH. Peter Anvin2013-02-041-15/+14
| * load_linux: the command line pointer depends on real_mode_baseH. Peter Anvin2013-02-041-12/+12
| * load_linux: boot protocol < 2.00 could still have a command lineH. Peter Anvin2013-02-041-6/+10
* | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-301-21/+76
|\ \ | |/
| * Merge branch 'master' into elflinkMatt Fleming2012-07-191-1/+48
| |\
| | * setup_data: if nothing to load and version < 2.09, no harm no foulH. Peter Anvin2012-06-291-3/+3
| | * setup_data: check to make sure kernel version >= 0x0209H. Peter Anvin2012-06-291-0/+7
| | * Change fdt-specific loader into a generic setup_data loaderH. Peter Anvin2012-06-291-26/+27
| | * com32: Add device tree supportThierry Reding2012-06-291-1/+40
| | * com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin2011-06-271-8/+4
| | * Use <dprintf.h> instead of an ad hoc definitionH. Peter Anvin2011-06-271-10/+1
| * | graphics: make use of syslinux_force_text_mode()Paulo Alcantara2012-05-191-4/+6
| * | syslinux_boot_linux(): revert to text mode unless vga=currentH. Peter Anvin2012-05-181-0/+11
| * | com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin2012-05-181-8/+4
| * | Use <dprintf.h> instead of an ad hoc definitionH. Peter Anvin2012-05-181-10/+1
| |/
* | firmware: Add EFI linux boot supportMatt Fleming2012-02-021-2/+9
* | com32: Move initramfs_size() into header fileMatt Fleming2012-02-021-17/+0
* | linux: Move linux_header definition to headerMatt Fleming2012-02-021-42/+0
|/
* linux.c32: For protocol 2.10+, use init_size when relocatingH. Peter Anvin2011-03-181-7/+20
* memdisk & libcom32: Fix minor errors in previous commitGene Cumm2011-02-081-36/+1
* Add support for "vga=current"H. Peter Anvin2010-01-221-0/+3
* Run Nindent on com32/lib/syslinux/load_linux.cH. Peter Anvin2009-05-291-365/+364
* 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
* linux.c32: move handling of mem= and vga= into the library functionsyslinux-3.80-pre5H. Peter Anvin2009-04-291-6/+96
* Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-041-0/+1
* linux.c32: don't relocate the real-mode code *above* 0x90000H. Peter Anvin2009-04-031-1/+1
* linux.c32: make load_linux() support relocationH. Peter Anvin2009-04-031-0/+78