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
11
ChangeLog
11
ChangeLog
|
@ -1,6 +1,15 @@
|
|||
2011-10-30 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/bfs.c: MAcroify and add some necessary sanity checks.
|
||||
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.
|
||||
|
||||
2011-10-30 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/bfs.c: Macroify and add some necessary sanity checks.
|
||||
|
||||
2011-10-30 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue