summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2005-05-19 14:58:23 +0200
committerMichael Brown2005-05-19 14:58:23 +0200
commit2930fe846e590553b306dc722b2a3545e59ee150 (patch)
treec0b4db05676e56490773b9ac3aa16c2fecbb4b81 /src/config.h
parentDoxygenated (diff)
downloadipxe-2930fe846e590553b306dc722b2a3545e59ee150.tar.gz
ipxe-2930fe846e590553b306dc722b2a3545e59ee150.tar.xz
ipxe-2930fe846e590553b306dc722b2a3545e59ee150.zip
Add image formats (didn't check in properly to gpxe for some reason)
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index d41a403f..f5ae6465 100644
--- a/src/config.h
+++ b/src/config.h
@@ -91,6 +91,26 @@
/* @BEGIN general.h
*
+ * Image types
+ *
+ * Etherboot supports various image formats. Select whichever ones
+ * you want to use.
+ *
+ */
+#define TAGGED_IMAGE /* NBI image support */
+#undef ELF64_IMAGE /* ELF64 image support */
+#undef ELF_IMAGE /* ELF image support */
+#undef COFF_IMAGE /* COFF image support */
+#undef IMAGE_FREEBSD /* FreeBSD kernel image support */
+#undef IMAGE_MULTIBOOT /* MultiBoot image support */
+#undef AOUT_IMAGE /* a.out image support */
+#undef WINCE_IMAGE /* WinCE image support */
+#undef PXE_IMAGE /* PXE image support */
+
+/* @END general.h */
+
+/* @BEGIN general.h
+ *
* Obscure configuration options
*
* You probably don't need to touch these.