summaryrefslogtreecommitdiffstats
path: root/src/image/elf.c
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImageMichael Brown2008-06-091-23/+6Star
* Replace image->entry with image->priv.Michael Brown2007-01-141-2/+2
* Force probing of multiboot before ELF.Michael Brown2007-01-121-2/+2
* Rename copy_user() to memcpy_user(). Add memmove_user() andMichael Brown2007-01-121-1/+1
* Provide registration mechanism for loaded images, so that we can e.g.Michael Brown2007-01-121-5/+11
* Add placeholder elf_execute()Michael Brown2007-01-111-0/+11
* Limit -ENOEXEC to mean "this is not in my format".Michael Brown2007-01-111-3/+3
* Use generic "struct image" rather than "struct elf".Michael Brown2007-01-111-11/+18
* Create include/gpxe/elf.h for the ELF bits that aren't part of the ELFMichael Brown2007-01-111-8/+4Star
* Removed the Etherboot-specific ELF-image code and replaced it with aMichael Brown2007-01-111-0/+130