Use systematic names for XXX_IMAGE.

Add scripts as an image format (since it's trivial to do).
This commit is contained in:
Michael Brown
2007-01-12 09:00:48 +00:00
parent 83559c668a
commit 67aedf34fa
3 changed files with 124 additions and 7 deletions

View File

@@ -102,11 +102,12 @@
#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 FREEBSD_IMAGE /* FreeBSD kernel image support */
#define MULTIBOOT_IMAGE /* MultiBoot image support */
#undef AOUT_IMAGE /* a.out image support */
#undef WINCE_IMAGE /* WinCE image support */
#undef PXE_IMAGE /* PXE image support */
#define SCRIPT_IMAGE /* gPXE script image support */
/* @END general.h */