mirror of https://github.com/ipxe/ipxe.git
API change: the raw image will no longer be (hypothetically) discarded
after a call to load().pull/1/head
parent
6fdc6c81a6
commit
48e0fc3447
|
@ -55,10 +55,8 @@ struct image_type {
|
||||||
* @v image Executable/loadable image
|
* @v image Executable/loadable image
|
||||||
* @ret rc Return status code
|
* @ret rc Return status code
|
||||||
*
|
*
|
||||||
* Load the image into memory. The file image may be
|
* Load the image into memory at the correct location as
|
||||||
* discarded after this call; the method must preserve any
|
* determined by the file format.
|
||||||
* information it may require later (e.g. the execution
|
|
||||||
* address) within the @c image structure.
|
|
||||||
*
|
*
|
||||||
* If the file image is in the correct format, the method must
|
* If the file image is in the correct format, the method must
|
||||||
* update @c image->type to point to its own type (unless @c
|
* update @c image->type to point to its own type (unless @c
|
||||||
|
|
Loading…
Reference in New Issue