[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] HFS+ wrapper support
From: |
Marco Gerards |
Subject: |
Re: [patch] HFS+ wrapper support |
Date: |
Tue, 03 Jan 2006 17:30:29 +0100 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Hollis Blanchard <address@hidden> writes:
> This patch (sent mostly for Marco) adds HFS wrapper support to the
> HFS+ code. All Apple-created HFS+ partitions are contained in an HFS
> wrapper for some backwards compatibility. The code is based on
> information found at
> http://developer.apple.com/technotes/tn/tn1150.html#HFSWrapper .
This patch was committed, I changed a few things so it also works on
little endian. I've also committed a patch to fix endianess of apple
partition maps on non big endian.
Now HFS+ partitions with a HFS wrapper should work. Hopefully that
means we will have a working macos loaders soon. :-)
Thanks,
Marco