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/image
Michael Brown 4b8e021161 [elf] Work around entry point bug in NetBSD kernels
NetBSD kernels are multiboot ELF kernels with an entry point
incorrectly specified as a virtual address rather than a physical
address.

Work around this by looking for the segment that could plausibly
contain the entry point address (interpreted as either a physical or
virtual address), and using that to determine the eventual physical
entry point.

In the event of any ambiguity, precedence is given to interpretation
of the entry point as a physical address.
2009-04-24 03:42:34 +01:00
..
efi_image.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
elf.c [elf] Work around entry point bug in NetBSD kernels 2009-04-24 03:42:34 +01:00
embedded.c [image] Allow for zero embedded images 2009-02-24 05:57:56 +00:00
script.c [comboot] Allow for tail recursion of COMBOOT images 2009-02-17 00:47:35 +00:00
segment.c [segment] Add "Requested memory not available" error message 2009-03-31 04:38:48 +01:00