2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

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

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 */