Leverage BFS implementation to read AFS.
* Makefile.util.def (libgrubmods): Add afs.c. * grub-core/Makefile.core.def (afs): New module * grub-core/fs/afs.c: New file. * grub-core/fs/bfs.c [MODE_AFS]: Adapt for AFS.
This commit is contained in:
parent
80f9f81424
commit
eb0b6b45f3
5 changed files with 168 additions and 63 deletions
3
grub-core/fs/afs.c
Normal file
3
grub-core/fs/afs.c
Normal file
|
@ -0,0 +1,3 @@
|
|||
#define MODE_AFS 1
|
||||
#include "bfs.c"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue