mirror of https://github.com/ipxe/ipxe.git
Add command line that can be passed to executed images.
parent
200d92c76d
commit
c468c68661
|
@ -25,6 +25,9 @@ struct image {
|
||||||
int ( * execute ) ( struct image *image );
|
int ( * execute ) ( struct image *image );
|
||||||
/** Entry point */
|
/** Entry point */
|
||||||
physaddr_t entry;
|
physaddr_t entry;
|
||||||
|
|
||||||
|
/** Command line to pass to image */
|
||||||
|
const char *cmdline;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** An executable or loadable image type */
|
/** An executable or loadable image type */
|
||||||
|
|
Loading…
Reference in New Issue