Quellcode durchsuchen

Add command line that can be passed to executed images.

tags/v0.9.3
Michael Brown vor 19 Jahren
Ursprung
Commit
c468c68661
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3
    0
      src/include/gpxe/image.h

+ 3
- 0
src/include/gpxe/image.h Datei anzeigen

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

Laden…
Abbrechen
Speichern