search for: text16

Displaying 10 results from an estimated 10 matches for "text16".

Did you mean: test16
2017 Jan 23
2
sanbooting FreeBSD ISO under UEFI
...n-x86_64-efi/ipxe.efi.tmp bin-x86_64-efi/blib.a(librm.o): In function `pm_esp': (.data.pm_esp+0x0): relocation truncated to fit: R_X86_64_32 against symbol `_estack' defined in .stack section in bin-x86_64-efi/blib.a(stack.o) bin-x86_64-efi/blib.a(librm.o): In function `real_to_prot': (.text16.real_to_prot+0x1): relocation truncated to fit: R_X86_64_PC16 against symbol `enable_a20' defined in .text16.early section in bin-x86_64-efi/blib.a(liba20.o) bin-x86_64-efi/blib.a(librm.o): In function `real_to_prot': (.text16.real_to_prot+0x8): relocation truncated to fit: R_X86_64_16 agai...
2017 Jan 23
0
[ipxe-devel] sanbooting FreeBSD ISO under UEFI
...> bin-x86_64-efi/blib.a(librm.o): In function `pm_esp': > (.data.pm_esp+0x0): relocation truncated to fit: R_X86_64_32 against symbol > `_estack' defined in .stack section in bin-x86_64-efi/blib.a(stack.o) > bin-x86_64-efi/blib.a(librm.o): In function `real_to_prot': > (.text16.real_to_prot+0x1): relocation truncated to fit: R_X86_64_PC16 > against symbol `enable_a20' defined in .text16.early section in > bin-x86_64-efi/blib.a(liba20.o) > bin-x86_64-efi/blib.a(librm.o): In function `real_to_prot': > (.text16.real_to_prot+0x8): relocation truncated to f...
2017 Jan 23
0
[ipxe-devel] sanbooting FreeBSD ISO under UEFI
....a(librm.o): In function `pm_esp': >> (.data.pm_esp+0x0): relocation truncated to fit: R_X86_64_32 against >> symbol >> `_estack' defined in .stack section in bin-x86_64-efi/blib.a(stack.o) >> bin-x86_64-efi/blib.a(librm.o): In function `real_to_prot': >> (.text16.real_to_prot+0x1): relocation truncated to fit: R_X86_64_PC16 >> against symbol `enable_a20' defined in .text16.early section in >> bin-x86_64-efi/blib.a(liba20.o) >> bin-x86_64-efi/blib.a(librm.o): In function `real_to_prot': >> (.text16.real_to_prot+0x8): relocatio...
2010 Jul 27
2
[PATCH] core: remove HAS_LOCALBOOT
...om a local disk, or invoke INT 18h. ; -%if HAS_LOCALBOOT - ; ; Boot a specified local disk. AX specifies the BIOS disk number; or ; -1 in case we should execute INT 18h ("next device.") @@ -73,4 +71,3 @@ localboot_msg db 'Booting from local disk...', CR, LF, 0 section .text16 -%endif ; HAS_LOCALBOOT diff --git a/core/parseconfig.inc b/core/parseconfig.inc index e7b3108..d2c5715 100644 --- a/core/parseconfig.inc +++ b/core/parseconfig.inc @@ -85,8 +85,6 @@ pc_ipappend: call getint ; ; "localboot" command ; -%if HAS_LOCALBOOT - pc_localboot: call getint...
2015 Oct 05
0
[PATCH 2/4] Remove unused linker scripts
...+ 3) >> 2); - - /* Initialized sections */ - - . = 0x7c00; - .init : { - FILL(0x90909090) - HIDDEN(__init_start = .); - *(.init) - HIDDEN(__init_end = .); - } - HIDDEN(__init_len = ABSOLUTE(__init_end) - ABSOLUTE(__init_start)); - HIDDEN(__init_dwords = (__init_len + 3) >> 2); - - .text16 : { - FILL(0x90909090) - HIDDEN(__text16_start = .); - *(.text16) - HIDDEN(__text16_end = .); - } - HIDDEN(__text16_len = ABSOLUTE(__text16_end) - ABSOLUTE(__text16_start)); - HIDDEN(__text16_dwords = (__text16_len + 3) >> 2); - - /* - * .textnr is used for 32-bit code that is used on th...
2015 Oct 05
7
[PATCH 0/4] Improve linker scripts
From: Sylvain Gault <sylvain.gault at gmail.com> These patches basically remove unused linker scripts and port a change that was made to an unused script. Those are to be applied on top of the gcc 5 bug fixes as they would conflict otherwise. Sylvain Gault (4): diag/mbr: fix dependency to linker script Remove unused linker scripts core: Make symbols defined in linker script HIDDEN
2014 Mar 01
1
[syslinux:master] core, bios: Move __syslinux_shuffler_size to assembly
...sense, but matches CPU) > > bcopyxx_stack equ 128 ; We want this much stack > > + section .rodata > + global __syslinux_shuffler_size > + extern __bcopyxx_len > + align 4 > +__syslinux_shuffler_size: > + dd __bcopyxx_len > + > bits 16 > section .text16 > diff --git a/core/shuffler.c b/core/shuffler.c > deleted file mode 100644 > index eca1b4a..0000000 > --- a/core/shuffler.c > +++ /dev/null > @@ -1,8 +0,0 @@ > -#include "core.h" > - > -#ifdef __FIRMWARE_BIOS__ FWIW: it seems to me that the '#ifdef' i...
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi, These patches contain support for some features that are already in Syslinux 4 but weren't working properly on the elflink branch. It's another step closer to feature parity with Syslinux 4. Having to jump through the comboot API for localboot support is less than ideal and I'll eventually fix that, probably when we move a big chunk of code from asm to C. Also, there's a
2012 Nov 02
10
[PATCH 0/9] elflink fixes
From: Matt Fleming <matt.fleming at intel.com> Here are the patches that I've got queued up based on the very helpful feedback I received from people testing Syslinux 5.00-pre9. Unless anyone has any concerns these will make it into Syslinux 5.00-pre10. Matt Fleming (9): pxe: Don't call open_config() from the pxe core ldlinux: Print a warning if no config file is found
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com> This is a series of patches that, * shrink the core by moving things into an ldlinux ELF module * begin wiring up some of the C versions of various functions The core now only contains essential code and loads the ldlinux module to do everything else, like providing a command line interface and loading kernels. The config file parsing