New bits 8 and 9 with options of isoburn_igopt_set_system_area()
This commit is contained in:
parent
d666142388
commit
558e2314ee
@ -1260,7 +1260,7 @@ int isoburn_igopt_set_system_area(struct isoburn_imgen_opts *opts,
|
|||||||
}
|
}
|
||||||
memcpy(opts->system_area_data, data, 32768);
|
memcpy(opts->system_area_data, data, 32768);
|
||||||
}
|
}
|
||||||
opts->system_area_options = options & 0xff;
|
opts->system_area_options = options & 0x3ff;
|
||||||
return(1);
|
return(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1336,6 +1336,13 @@ int isoburn_igopt_get_scdbackup_tag(struct isoburn_imgen_opts *o,
|
|||||||
numbers 2 to 8.
|
numbers 2 to 8.
|
||||||
This will overwrite the first 512 bytes of
|
This will overwrite the first 512 bytes of
|
||||||
the submitted data.
|
the submitted data.
|
||||||
|
bit8-9= Only with System area type 0 = MBR
|
||||||
|
@since 1.0.4
|
||||||
|
Cylinder alignment mode eventually pads the image
|
||||||
|
to make it end at a cylinder boundary.
|
||||||
|
0 = auto (align if bit1)
|
||||||
|
1 = always align to cylinder boundary
|
||||||
|
2 = never align to cylinder boundary
|
||||||
|
|
||||||
@return 1 success, 0 no data to get, <0 failure
|
@return 1 success, 0 no data to get, <0 failure
|
||||||
*/
|
*/
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2011.03.02.094049"
|
#define Xorriso_timestamP "2011.03.03.181601"
|
||||||
|
Loading…
Reference in New Issue
Block a user