From f329138de8885d92ccc27c14c4aec8365a3a223c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 14 Dec 2012 15:33:09 +0000 Subject: [PATCH] Small change to burn cookbook about ISO multi-session emulation --- libburn/trunk/doc/cookbook.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libburn/trunk/doc/cookbook.txt b/libburn/trunk/doc/cookbook.txt index fbde8de5..548bb04b 100644 --- a/libburn/trunk/doc/cookbook.txt +++ b/libburn/trunk/doc/cookbook.txt @@ -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). 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. It is stored in both notations LSB and MSB: for(i= 0; i < 4; i++)