Преглед на файлове

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…
Отказ
Запис