diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-09-04 01:26:48 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-09-05 14:11:01 +0100 |
commit | e6427b7ee117ea4af0812bb13b57999bccd8e058 (patch) | |
tree | d92dd9b3ec03b78b77919dc5cd364b95d3cede4d /src/config/general.h | |
parent | 03f0c23f8b1a60575f788dd1b9d4ea47debf2345 (diff) | |
download | ipxe-e6427b7ee117ea4af0812bb13b57999bccd8e058.tar.gz |
[sdi] Add support for SDI images
Add support (disabled by default) for booting .sdi images as used by
Windows XP Embedded.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r-- | src/config/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index 6fc39831..638320a4 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -100,6 +100,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); //#define IMAGE_BZIMAGE /* Linux bzImage image support */ //#define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */ //#define IMAGE_EFI /* EFI image support */ +//#define IMAGE_SDI /* SDI image support */ /* * Command-line commands to include |