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:
parent
200d92c76d
commit
c468c68661
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user