Updated explaination master
authorRobert Pengelly <robertapengelly@hotmail.com>
Sat, 22 Mar 2025 12:13:08 +0000 (12:13 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sat, 22 Mar 2025 12:13:08 +0000 (12:13 +0000)
parted.c

index a369b38a02ab2f910dd73c894267bca5f4543b13..7c32f1815eb632f8a6664cc30a0bff0740f9b4f3 100644 (file)
--- a/parted.c
+++ b/parted.c
@@ -156,12 +156,12 @@ static void calculate_geometry (void) {
 #else
         
         /**
 #else
         
         /**
-         * Ideally we'd have a new size of 41,954,304 for the image as Pcem and
-         * 86box reports 81940 sectors and times by 512 equals 41,953,280 add 512
-         * bytes for the mbr and 512 for the VHD footer however qemu seems to report
-         * different disk geometry compared to PCem and 86box resuling to 81900
-         * sectors being reported instead so we need to make the image way bigger
-         * than it needs to be to accommodate qemu.
+         * Ideally we'd have a new size of 41,954,304 (for a 40 MB partition) for the
+         * image as Pcem and 86box reports 81940 sectors and times by 512 equals
+         * 41,953,280 add 512 bytes for the mbr and 512 for the VHD footer however
+         * qemu seems to report different disk geometry compared to PCem and 86box
+         * resuling to 81900 sectors being reported instead so we need to make the
+         * image way bigger than it needs to be to accommodate qemu.
          */
         state->image_size = (cylinders * heads_per_cylinder) * sectors_per_track;
         
          */
         state->image_size = (cylinders * heads_per_cylinder) * sectors_per_track;