summaryrefslogtreecommitdiffstats
path: root/src/config/general.h
diff options
context:
space:
mode:
authorMarin Hannache2012-04-12 23:14:08 +0200
committerMichael Brown2012-04-24 12:39:55 +0200
commit7865ae0deabc377fa29fb53b01647621959c6564 (patch)
tree1226dc7f011cce6db3627dfb7b1b4a984bf58a82 /src/config/general.h
parent[intel] Replace driver for Intel Gigabit NICs (diff)
downloadipxe-7865ae0deabc377fa29fb53b01647621959c6564.tar.gz
ipxe-7865ae0deabc377fa29fb53b01647621959c6564.tar.xz
ipxe-7865ae0deabc377fa29fb53b01647621959c6564.zip
[image] Remove non-working image loaders
The WinCE, a.out and FreeBSD loaders are designed to be #included by core/loader.c, which no longer exists. These old loaders are not usable anymore and cause compilation failures when enabled in config/general.h. Signed-off-by: Marin Hannache <mareo@mareo.fr> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r--src/config/general.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config/general.h b/src/config/general.h
index ec095028..22a901d6 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -94,10 +94,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/
//#define IMAGE_NBI /* NBI image support */
//#define IMAGE_ELF /* ELF image support */
-//#define IMAGE_FREEBSD /* FreeBSD kernel image support */
//#define IMAGE_MULTIBOOT /* MultiBoot image support */
-//#define IMAGE_AOUT /* a.out image support */
-//#define IMAGE_WINCE /* WinCE image support */
//#define IMAGE_PXE /* PXE image support */
//#define IMAGE_SCRIPT /* iPXE script image support */
//#define IMAGE_BZIMAGE /* Linux bzImage image support */