mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
[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>
This commit is contained in:
@@ -181,6 +181,9 @@ REQUIRE_OBJECT ( comboot_resolv );
|
||||
#ifdef IMAGE_EFI
|
||||
REQUIRE_OBJECT ( efi_image );
|
||||
#endif
|
||||
#ifdef IMAGE_SDI
|
||||
REQUIRE_OBJECT ( sdi );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested commands
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user