Index: head/stand/powerpc/ofw/conf.c =================================================================== --- head/stand/powerpc/ofw/conf.c +++ head/stand/powerpc/ofw/conf.c @@ -69,6 +69,9 @@ #if defined(LOADER_EXT2FS_SUPPORT) &ext2fs_fsops, #endif +#if defined(LOADER_MSDOS_SUPPORT) + &dosfs_fsops, +#endif #if defined(LOADER_NFS_SUPPORT) &nfs_fsops, #endif