Split bootsector execution code out into bootsector.c.

Added basic El Torito ISO image boot capability
This commit is contained in:
Michael Brown
2007-01-29 04:21:38 +00:00
parent bde8878eef
commit 2cf1e33df1
7 changed files with 610 additions and 68 deletions

View File

@@ -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