david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/arch/i386/interface
Michael Brown 13d09e6719 [i386] Simplify linker script and standardise linker-defined symbol names
Reduce the number of sections within the linker script to match the
number of practical sections within the output file.

Define _section, _msection, _esection, _section_filesz, _section_memsz,
and _section_lma for each section, replacing the mixture of symbols that
previously existed.

In particular, replace _text and _end with _textdata and _etextdata, to
make it explicit within code that uses these symbols that the .text and
.data sections are always treated as a single contiguous block.
2008-10-10 03:59:57 +01:00
..
pcbios [int13] Pairwise swap drive numbers, instead of shifting all drive numbers 2008-07-15 23:19:59 +01:00
pxe [i386] Simplify linker script and standardise linker-defined symbol names 2008-10-10 03:59:57 +01:00
syslinux [comboot] Add COMBOOT and COM32 support 2008-08-28 23:52:19 +01:00