mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 14:32:49 +03:00
Add command line that can be passed to executed images.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user