Hi everyone,

Could someone please clarify the "Image Length" field? The description
says that it is the "Physical length, in bytes, of the image." Does this
mean the total number of bytes in the image or the total number of bytes
that the image spans? Either way, it doesn't seem to make much sense. I
have an eboot.bin file that has an image length field of 45992 bytes,
but the size of the file itself is only 41k approximately. Can anyone
explain how this field is calculated?

Regards,

Glenn.

Re: .BIN file format by Rui

Rui
Tue Nov 11 01:09:55 CST 2003

It is the length of the image spans. The bin file is composed by multiple
records, there may be gaps between the records, but they are counted into
the total image length.

Rui Tang
Centrality Communications Inc

"Glenn" <richmogd@hotmail.com> wrote in message
news:MPG.1a1b1f5d951d517e9896a0@news.microsoft.com...
> Hi everyone,
>
> Could someone please clarify the "Image Length" field? The description
> says that it is the "Physical length, in bytes, of the image." Does this
> mean the total number of bytes in the image or the total number of bytes
> that the image spans? Either way, it doesn't seem to make much sense. I
> have an eboot.bin file that has an image length field of 45992 bytes,
> but the size of the file itself is only 41k approximately. Can anyone
> explain how this field is calculated?
>
> Regards,
>
> Glenn.