[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Split big and little endian BeFS and AtheFS
From: |
Vladimir 'phcoder' Serbinenko |
Subject: |
Re: [PATCH] Split big and little endian BeFS and AtheFS |
Date: |
Wed, 19 Aug 2009 12:05:34 +0200 |
On Sat, Aug 15, 2009 at 12:00 AM, Pavel Roskin<address@hidden> wrote:
> On Fri, 2009-08-14 at 22:53 +0200, Vladimir 'phcoder' Serbinenko wrote:
>> Hello. Currently afs and befs modules handle both big and little
>> endian variants. Here is a patch to split into 2 modules.
>> Unfortunately I wasn't able to find easily-available big-endian images
>> to test but it shouldn't be a huge problem since we currently don't
>> boot corresponding OS on big-endian machines.
>> 24643 coreafsbe.img
>> 24423 coreafsle.img
>> 25168 coreafs.img
>> 24548 corebefsbe.img
>> 24353 corebefsle.img
>> 25039 corebefs.img
>
> I'm fine with the split, but please use something more descriptive than
> U16, U32 and U64. Maybe fs_to_cpu16() etc.
>
U* was here before me but here is a patch w/o them
> --
> Regards,
> Pavel Roskin
>
>
> _______________________________________________
> 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
fsendian.diff
Description: Text document
- [PATCH] Split big and little endian BeFS and AtheFS, Vladimir 'phcoder' Serbinenko, 2009/08/14
- Re: [PATCH] Split big and little endian BeFS and AtheFS, Pavel Roskin, 2009/08/14
- Re: [PATCH] Split big and little endian BeFS and AtheFS,
Vladimir 'phcoder' Serbinenko <=
- Re: [PATCH] Split big and little endian BeFS and AtheFS, Pavel Roskin, 2009/08/20
- Re: [PATCH] Split big and little endian BeFS and AtheFS, Vladimir 'phcoder' Serbinenko, 2009/08/20
- Re: [PATCH] Split big and little endian BeFS and AtheFS, Robert Millan, 2009/08/23
- Re: [PATCH] Split big and little endian BeFS and AtheFS, Vladimir 'phcoder' Serbinenko, 2009/08/23
- Re: [PATCH] Split big and little endian BeFS and AtheFS, Robert Millan, 2009/08/23
- Re: [PATCH] Split big and little endian BeFS and AtheFS, Vladimir 'phcoder' Serbinenko, 2009/08/28