Handle big-endian minixfs (fixes minixfs tests on bigendian).
* grub-core/fs/minix.c: Replace le with minix. Add necessary defines, modify names. Introduce MODE_BIGENDIAN. * grub-core/fs/minix_be.c: New file. * grub-core/fs/minix2_be.c: Likewise * grub-core/fs/minix3_be.c: Likewise. * Makefile.util.def (libgrubmods): Add minix_be, minix2_be and minix3_be. * grub-core/Makefile.core.def (minix_be): New module. (minix2_be): Likewise. (minix3_be): Likewise.
This commit is contained in:
parent
f65a829e41
commit
ac66b453df
7 changed files with 108 additions and 21 deletions
|
@ -76,6 +76,9 @@ library = {
|
|||
common = grub-core/fs/minix.c;
|
||||
common = grub-core/fs/minix2.c;
|
||||
common = grub-core/fs/minix3.c;
|
||||
common = grub-core/fs/minix_be.c;
|
||||
common = grub-core/fs/minix2_be.c;
|
||||
common = grub-core/fs/minix3_be.c;
|
||||
common = grub-core/fs/nilfs2.c;
|
||||
common = grub-core/fs/ntfs.c;
|
||||
common = grub-core/fs/ntfscomp.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue