openbios/fs
William Hahne 0dd7f7a7c8 mac-parts.c: Fix detection of wrapped HFS+ volumes.
The code for checking for a wrapped HFS+ volume looks at the wrong
offset. The offset of the magic number for the wrapped volume is 0x7c,
but vol is declared as a uint16 meaning the correct array index to
check is 0x3e (see
http://developer.apple.com/library/mac/#technotes/tn/tn1150.html).

Signed-off-by: William Hahne <will07c5@gmail.com>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@1079 f158a5a8-5612-0410-a976-696ce0be7e32
2012-12-13 21:30:23 +00:00
..
ext2 Don't assume that pointer and cell size are identical, part 1 2010-10-25 20:48:45 +00:00
grubfs Don't assume that pointer and cell size are identical, part 1 2010-10-25 20:48:45 +00:00
hfs Don't assume that pointer and cell size are identical, part 1 2010-10-25 20:48:45 +00:00
hfsplus mac-parts.c: Fix detection of wrapped HFS+ volumes. 2012-12-13 21:30:23 +00:00
iso9660 Don't assume that pointer and cell size are identical, part 1 2010-10-25 20:48:45 +00:00
build.xml Add cleaner ext2 filesystem implementation 2009-11-22 09:47:08 +00:00
hfs_mdb.h Use standard types 2010-08-01 21:25:08 +00:00
ioglue.c Use standard types 2010-08-01 21:25:08 +00:00
os.h Use standard types 2010-08-01 21:25:08 +00:00