Added work-in-progress HFS stuff to the boot loader.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11728 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4a3b7efb91
commit
8270381cd9
@ -1,4 +1,5 @@
|
||||
SubDir OBOS_TOP src kernel boot loader file_systems ;
|
||||
|
||||
SubInclude OBOS_TOP src kernel boot loader file_systems bfs ;
|
||||
SubInclude OBOS_TOP src kernel boot loader file_systems hfs_plus ;
|
||||
SubInclude OBOS_TOP src kernel boot loader file_systems amiga_ffs ;
|
||||
|
@ -54,6 +54,9 @@ static file_system_module_info *sFileSystemModules[] = {
|
||||
#ifdef BOOT_SUPPORT_FILE_SYSTEM_FAT
|
||||
&gFATFileSystemModule,
|
||||
#endif
|
||||
#ifdef BOOT_SUPPORT_FILE_SYSTEM_HFS_PLUS
|
||||
&gHFSPlusFileSystemModule,
|
||||
#endif
|
||||
};
|
||||
static const int32 sNumFileSystemModules = sizeof(sFileSystemModules) / sizeof(file_system_module_info *);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user