Disabled experimental weight sorting with MBR generation

Bu işleme şunda yer alıyor:
Thomas Schmitt 2008-11-10 12:34:05 +00:00
ebeveyn fa6bb24f93
işleme 417f828cff
2 değiştirilmiş dosya ile 5 ekleme ve 1 silme

Dosyayı Görüntüle

@ -1 +1 @@
#define Xorriso_timestamP "2008.11.09.102554"
#define Xorriso_timestamP "2008.11.10.123332"

Dosyayı Görüntüle

@ -1113,13 +1113,17 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
{ret= 0; goto ex;}
}
#ifdef NIX
#ifdef Xorriso_with_make_isohybrid_mbR
/* ??? must the boot image have a low LBA to boot from MBR ? */
/* A81110: Does not look so. The proplems were caused by wrong
self-LBA in isolinux.bin at byte 12 to 15 */
isoburn_igopt_set_sort_files(sopts, isoburn_igopt_sort_files_by_weight);
iso_node_set_sort_weight(node, 0x7fffffff);
#endif
#endif /* NIX */
ret= Xorriso_node_from_path(xorriso, image, xorriso->boot_image_cat_path,
&node, 1);