[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Support Apple partition map with sector size different from
From: |
Vladimir 'phcoder' Serbinenko |
Subject: |
Re: [PATCH] Support Apple partition map with sector size different from 512 bytes. |
Date: |
Tue, 28 Jul 2009 23:10:07 +0200 |
On Tue, Jul 28, 2009 at 8:16 PM, Robert Millan<address@hidden> wrote:
> On Tue, Jul 28, 2009 at 12:40:32PM +0200, Vladimir 'phcoder' Serbinenko wrote:
>> --- a/partmap/apple.c
>> +++ b/partmap/apple.c
>> @@ -30,6 +30,7 @@ struct grub_apple_header
>> /* The magic number to identify the partition map, it should have
>> the value `0x4552'. */
>> grub_uint16_t magic;
>> + grub_uint16_t blocksize;
>> };
>
> Did you confirm that the presence of this member is not version-dependant?
>
I read about it in a pretty old document
http://developer.apple.com/documentation/mac/Devices/Devices-121.html.
I will do further research as time permits
> --
> Robert Millan
>
> The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
> how) you may access your data; but nobody's threatening your freedom: we
> still allow you to remove your data and not access it at all."
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
--
Regards
Vladimir 'phcoder' Serbinenko
Personal git repository: http://repo.or.cz/w/grub2/phcoder.git