New report line with iso_image_report_el_torito() "El Torito hdsiz/512:"

This commit is contained in:
2018-11-05 14:06:09 +01:00
parent 241b9ea832
commit 01415ae208
3 changed files with 58 additions and 4 deletions

View File

@@ -4440,6 +4440,12 @@ int iso_image_report_system_area(IsoImage *image,
" The boot image is supposed to end before the start block of any", \
" other entity of the ISO filesystem.", \
" (This line is not reported if no limiting entity is found.)", \
" El Torito hdsiz/512: X decimal", \
" gives with a boot image of emulation type \"hd\" the lowest block", \
" number which is above any partition end in the boot image's MBR", \
" partition table. This can be considered the claimed size of the", \
" emulated hard disk given in blocks of 512 bytes.", \
" (This line is not reported if no partition is found in the image.)", \
""
/**