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:
Vladimir 'phcoder' Serbinenko 2011-10-30 16:10:18 +01:00
parent 80f9f81424
commit eb0b6b45f3
5 changed files with 168 additions and 63 deletions

View file

@ -970,6 +970,11 @@ module = {
common = fs/affs.c;
};
module = {
name = afs;
common = fs/afs.c;
};
module = {
name = bfs;
common = fs/bfs.c;