瀏覽代碼

Add command line that can be passed to executed images.

tags/v0.9.3
Michael Brown 17 年之前
父節點
當前提交
c468c68661
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      src/include/gpxe/image.h

+ 3
- 0
src/include/gpxe/image.h 查看文件

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

Loading…
取消
儲存