mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
[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>
This commit is contained in:
committed by
Michael Brown
parent
945e428137
commit
7865ae0dea
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user