|
@@ -55,10 +55,8 @@ struct image_type {
|
55
|
55
|
* @v image Executable/loadable image
|
56
|
56
|
* @ret rc Return status code
|
57
|
57
|
*
|
58
|
|
- * Load the image into memory. The file image may be
|
59
|
|
- * discarded after this call; the method must preserve any
|
60
|
|
- * information it may require later (e.g. the execution
|
61
|
|
- * address) within the @c image structure.
|
|
58
|
+ * Load the image into memory at the correct location as
|
|
59
|
+ * determined by the file format.
|
62
|
60
|
*
|
63
|
61
|
* If the file image is in the correct format, the method must
|
64
|
62
|
* update @c image->type to point to its own type (unless @c
|