mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
Split bootsector execution code out into bootsector.c.
Added basic El Torito ISO image boot capability
This commit is contained in:
@@ -143,6 +143,9 @@ REQUIRE_OBJECT ( script );
|
||||
#ifdef IMAGE_BZIMAGE
|
||||
REQUIRE_OBJECT ( bzimage );
|
||||
#endif
|
||||
#ifdef IMAGE_ELTORITO
|
||||
REQUIRE_OBJECT ( eltorito );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested commands
|
||||
|
||||
Reference in New Issue
Block a user