Small change to burn cookbook about ISO multi-session emulation

This commit is contained in:
Thomas Schmitt 2012-12-14 15:33:09 +00:00
parent 057f24d5b9
commit 6f19122672
1 changed files with 2 additions and 1 deletions

View File

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