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/hci
Michael Brown 3475b693b7 [HCI] Display "Not an executable image" when appropriate
PXE is a catch-all image format with no signature checks.  If an
unsupported image file is loaded, it will be treated as a PXE image.  In
most cases, the image will be too large to be loaded as a PXE image (which
has to fit in base memory), so the error returned to the user will be that
the segment could not fit within the memory region.

Add an explicit check to pxe_image.c to reject images larger than base
memory with ENOEXEC.

Add ENOEXEC to the error string table.
2008-04-08 16:28:00 +01:00
..
commands [Settings] Remove assumption that all settings have DHCP tag values 2008-03-25 20:46:16 +00:00
mucurses Modify gPXE core and drivers to work with the new timer subsystem 2008-03-02 03:41:10 +03:00
tui [Settings] Remove assumption that all settings have DHCP tag values 2008-03-25 20:46:16 +00:00
editstring.c __nonnull changes 2007-08-20 00:32:36 +02:00
readline.c __nonnull changes 2007-08-20 00:34:04 +02:00
shell_banner.c [usr] Offer user a second chance to enter the shell on boot failure 2008-03-26 23:16:20 +00:00
shell.c Print multiple commands per line in help 2007-08-03 01:03:21 +01:00
strerror.c [HCI] Display "Not an executable image" when appropriate 2008-04-08 16:28:00 +01:00