mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 05:51:37 +03:00
Add image formats (didn't check in properly to gpxe for some reason)
This commit is contained in:
20
src/config.h
20
src/config.h
@@ -89,6 +89,26 @@
|
||||
|
||||
/* @END general.h */
|
||||
|
||||
/* @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
|
||||
|
||||
Reference in New Issue
Block a user