Displaying 2 results from an estimated 2 matches for "2136645".
2015 Feb 20
0
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
...ISO size: 1'085'739'008 bytes ( > 1GiB)
Now let's perform the calculations for this new example:
Cylinders (1st attempt)=
trunc(roundup(1085739008/(255*63*512))
Cylinders (1st attempt)=
trunc(roundup(132.0002489884842826...)
Cylinders (1st attempt)=133
133 * 255 * 63 = 2136645
Is it multiple of '4'?
2136645 / 4 = 534161.25, so the answer is "no".
3.b_ If it is not, then add '+1' to the attempted Cylinders (amount)
value and loop.
134 * 255 * 63 = 2152710
Is it multiple of '4'?
2152710 / 4 = 538177.5 so the answer is "no&qu...
2015 Feb 19
2
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
Hi,
> Hopefully I am explaining it better this time.
Our ideas of implementation are supposed to yield the
same result.
As said, i am willing to implement my proposal in
a copy of isohybrid.c, if somebody wants to test it.
Advantages and disadvantages should be obvious.
Interested users please send util/isohybrid.c from
your local SYSLINUX source code installation to me.
Just to be sure