-boot_image mipsel_path= , -as mkisofs -mipsel-boot.

This commit is contained in:
2010-10-15 11:21:30 +00:00
parent c1381c7baf
commit d44005244d
7 changed files with 66 additions and 20 deletions

View File

@@ -304,6 +304,7 @@ struct XorrisO { /* the global context of xorriso */
0= with bit0 or bit1: MBR
else: unspecified type
1= MIPS Big Endian Volume Header
2= MIPS Little Endian Boot Block
*/
int patch_system_area; /* Bits as of system_area_options.
to be applied to the loaded system
@@ -558,8 +559,5 @@ struct XorrisO { /* the global context of xorriso */
#include "parse_exec.h"
/* <<< */
#define Xorriso_mips_boot_file_pathS 1
#endif /* Xorriso_private_includeD */