Small change to burn cookbook about ISO multi-session emulation
This commit is contained in:
parent
75b8d0bcb8
commit
f329138de8
@ -913,7 +913,8 @@ To support CD, DVD and BD media alike, it is advisable to round the NWA
|
|||||||
to the next multiple of 32 (= 64 KiB).
|
to the next multiple of 32 (= 64 KiB).
|
||||||
|
|
||||||
So one can use 0 as MSC1 and prepare a new ISO session for the computed NWA.
|
So one can use 0 as MSC1 and prepare a new ISO session for the computed NWA.
|
||||||
After writing the session it is necessary to patch the PVD at LBA 16.
|
After writing the session it is necessary to copy the PVD from session start
|
||||||
|
plus 16 to LBA 16 and to adjust it to its new location.
|
||||||
The minimal change would be to update the number of image sectors.
|
The minimal change would be to update the number of image sectors.
|
||||||
It is stored in both notations LSB and MSB:
|
It is stored in both notations LSB and MSB:
|
||||||
for(i= 0; i < 4; i++)
|
for(i= 0; i < 4; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user