aboutsummaryrefslogtreecommitdiff
path: root/src/image
AgeCommit message (Expand)AuthorFilesLines
2007-06-09Scripts temporarily deregister themselves while executing. ThisMichael Brown1-3/+16
2007-01-14Actually, the initrd image should be architecture-independent.Michael Brown1-0/+37
2007-01-14Replace image->entry with image->priv.Michael Brown1-2/+2
2007-01-12Make DEBUG=script echo the commands as they are executedMichael Brown1-0/+1
2007-01-12Use systematic names for XXX_IMAGE.Michael Brown1-0/+113
2007-01-12Force probing of multiboot before ELF.Michael Brown1-2/+2
2007-01-12Rename copy_user() to memcpy_user(). Add memmove_user() andMichael Brown1-1/+1
2007-01-11Provide registration mechanism for loaded images, so that we can e.g.Michael Brown1-5/+11
2007-01-11Add placeholder elf_execute()Michael Brown1-0/+11
2007-01-11Limit -ENOEXEC to mean "this is not in my format".Michael Brown1-3/+3
2007-01-11Use generic "struct image" rather than "struct elf".Michael Brown1-11/+18
2007-01-11Create include/gpxe/elf.h for the ELF bits that aren't part of the ELFMichael Brown1-8/+4
2007-01-11Removed the Etherboot-specific ELF-image code and replaced it with aMichael Brown1-0/+130
2007-01-11Remove osloader.c and replace with a prep_segment() that uses userptr_tMichael Brown1-0/+72