BFS implementation based on the specification.

* grub-core/fs/bfs.c: New file.
	* Makefile.util.def (libgrubmods): Add bfs.c.
	* grub-core/Makefile.core.def (bfs): New module.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-30 13:25:51 +01:00
parent 42b2a706bf
commit 5825b3794b
4 changed files with 962 additions and 0 deletions

View file

@ -55,6 +55,7 @@ library = {
common = grub-core/disk/raid6_recover.c;
common = grub-core/disk/raid.c;
common = grub-core/fs/affs.c;
common = grub-core/fs/bfs.c;
common = grub-core/fs/btrfs.c;
common = grub-core/fs/cpio.c;
common = grub-core/fs/ext2.c;