diff options
author | Michael Brown <mcb30@etherboot.org> | 2008-10-13 09:37:51 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-10-13 09:37:51 +0100 |
commit | d4e152e7667ce8603c2517b8b0e025e54164d6bd (patch) | |
tree | b8acf1bfd816e0ec80a56f52334f22afba385717 /src/config/defaults | |
parent | 07e8f18f33eba7aef64d7d2cfafc6738f4096b5a (diff) | |
download | ipxe-d4e152e7667ce8603c2517b8b0e025e54164d6bd.tar.gz |
[config] Make the default image type selection platform-dependent
Diffstat (limited to 'src/config/defaults')
-rw-r--r-- | src/config/defaults/pcbios.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index b782647c8..80faef13c 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -15,4 +15,11 @@ #define NAP_PCBIOS #define UMALLOC_MEMTOP +#define IMAGE_ELF /* ELF image support */ +#define IMAGE_MULTIBOOT /* MultiBoot image support */ +#define IMAGE_PXE /* PXE image support */ +#define IMAGE_SCRIPT /* gPXE script image support */ +#define IMAGE_BZIMAGE /* Linux bzImage image support */ +#define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */ + #endif /* CONFIG_DEFAULTS_PCBIOS_H */ |