Add FAT32 support. This allows the bootloader to find a BFS image file (currently named BEOS\IMAGE.BE) and start booting for it, until the kernel tries to mount the boot partition.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28156 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -93,6 +93,8 @@ struct file_system_module_info {
|
||||
};
|
||||
|
||||
extern file_system_module_info gBFSFileSystemModule;
|
||||
extern file_system_module_info gFATFileSystemModule;
|
||||
extern file_system_module_info gHFSPlusFileSystemModule;
|
||||
extern file_system_module_info gAmigaFFSFileSystemModule;
|
||||
extern file_system_module_info gTarFileSystemModule;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user