Sfoglia il codice sorgente

Add image formats (didn't check in properly to gpxe for some reason)

tags/v0.9.3
Michael Brown 19 anni fa
parent
commit
2930fe846e
1 ha cambiato i file con 20 aggiunte e 0 eliminazioni
  1. 20
    0
      src/config.h

+ 20
- 0
src/config.h Vedi File

@@ -89,6 +89,26 @@
89 89
 
90 90
 /* @END general.h */
91 91
 
92
+/* @BEGIN general.h
93
+ *
94
+ * Image types
95
+ *
96
+ * Etherboot supports various image formats.  Select whichever ones
97
+ * you want to use.
98
+ *
99
+ */
100
+#define TAGGED_IMAGE		/* NBI image support */
101
+#undef	ELF64_IMAGE		/* ELF64 image support */
102
+#undef	ELF_IMAGE		/* ELF image support */
103
+#undef	COFF_IMAGE		/* COFF image support */
104
+#undef	IMAGE_FREEBSD		/* FreeBSD kernel image support */
105
+#undef	IMAGE_MULTIBOOT		/* MultiBoot image support */
106
+#undef	AOUT_IMAGE		/* a.out image support */
107
+#undef	WINCE_IMAGE		/* WinCE image support */
108
+#undef	PXE_IMAGE		/* PXE image support */
109
+
110
+/* @END general.h */ 
111
+
92 112
 /* @BEGIN general.h
93 113
  *
94 114
  * Obscure configuration options

Loading…
Annulla
Salva