diff options
author | Daniel Verkamp <daniel@drv.nu> | 2008-08-28 23:52:19 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-08-28 23:52:19 +0100 |
commit | e8b22f203ffe4ae11b654f758270790a2e5e11f1 (patch) | |
tree | 9028ceab23cdfdc388b720f878efb84bb17a4abc /src/include/gpxe/features.h | |
parent | aa2854437330161176435730c743c5387a95037f (diff) | |
download | ipxe-e8b22f203ffe4ae11b654f758270790a2e5e11f1.tar.gz |
[comboot] Add COMBOOT and COM32 support
Diffstat (limited to 'src/include/gpxe/features.h')
-rw-r--r-- | src/include/gpxe/features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/features.h b/src/include/gpxe/features.h index 70daac37e..107ff0858 100644 --- a/src/include/gpxe/features.h +++ b/src/include/gpxe/features.h @@ -45,6 +45,7 @@ #define DHCP_EB_FEATURE_NBI 0x20 /**< NBI format */ #define DHCP_EB_FEATURE_PXE 0x21 /**< PXE format */ #define DHCP_EB_FEATURE_ELF 0x22 /**< ELF format */ +#define DHCP_EB_FEATURE_COMBOOT 0x23 /**< COMBOOT format */ /** @} */ |