david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Add command line that can be passed to executed images.

This commit is contained in:
Michael Brown 2007-01-11 21:19:29 +00:00
parent 200d92c76d
commit c468c68661
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ struct image {
int ( * execute ) ( struct image *image );
/** Entry point */
physaddr_t entry;
/** Command line to pass to image */
const char *cmdline;
};
/** An executable or loadable image type */