summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/image.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-12 09:15:25 +0100
committerMichael Brown2007-01-12 09:15:25 +0100
commit48e0fc3447f4ebeef3e50f023c5e621cdbde540f (patch)
treed6a4dac64e35fc44d69b2b897336332f086135d5 /src/include/gpxe/image.h
parentForce probing of multiboot before ELF. (diff)
downloadipxe-48e0fc3447f4ebeef3e50f023c5e621cdbde540f.tar.gz
ipxe-48e0fc3447f4ebeef3e50f023c5e621cdbde540f.tar.xz
ipxe-48e0fc3447f4ebeef3e50f023c5e621cdbde540f.zip
API change: the raw image will no longer be (hypothetically) discarded
after a call to load().
Diffstat (limited to 'src/include/gpxe/image.h')
-rw-r--r--src/include/gpxe/image.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/gpxe/image.h b/src/include/gpxe/image.h
index c91468c67..260a3032c 100644
--- a/src/include/gpxe/image.h
+++ b/src/include/gpxe/image.h
@@ -55,10 +55,8 @@ struct image_type {
* @v image Executable/loadable image
* @ret rc Return status code
*
- * Load the image into memory. The file image may be
- * discarded after this call; the method must preserve any
- * information it may require later (e.g. the execution
- * address) within the @c image structure.
+ * Load the image into memory at the correct location as
+ * determined by the file format.
*
* If the file image is in the correct format, the method must
* update @c image->type to point to its own type (unless @c