|
@@ -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
|