Support big-endian UFS1.
* Makefile.util.def (libgrubmods): Add ufs_be.c * grub-core/Makefile.core.def (ufs1_be): New module. * grub-core/fs/ufs_be.c: New file. * grub-core/fs/ufs.c: Declare grub_ufs_to_le* and use them throughout the file.
This commit is contained in:
parent
2f9f40ba35
commit
d9c48c7b7c
5 changed files with 72 additions and 29 deletions
2
grub-core/fs/ufs_be.c
Normal file
2
grub-core/fs/ufs_be.c
Normal file
|
@ -0,0 +1,2 @@
|
|||
#define MODE_BIGENDIAN 1
|
||||
#include "ufs.c"
|
Loading…
Add table
Add a link
Reference in a new issue