diff options
| author | Daniel Verkamp | 2008-08-29 00:52:19 +0200 |
|---|---|---|
| committer | Michael Brown | 2008-08-29 00:52:19 +0200 |
| commit | e8b22f203ffe4ae11b654f758270790a2e5e11f1 (patch) | |
| tree | 9028ceab23cdfdc388b720f878efb84bb17a4abc /src/include/gpxe/features.h | |
| parent | [librm] Add rm stack copying functions (diff) | |
| download | ipxe-e8b22f203ffe4ae11b654f758270790a2e5e11f1.tar.gz ipxe-e8b22f203ffe4ae11b654f758270790a2e5e11f1.tar.xz ipxe-e8b22f203ffe4ae11b654f758270790a2e5e11f1.zip | |
[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 */ /** @} */ |
