Add oxfstool read and FileSystem base class

This commit is contained in:
2016-07-03 16:43:37 -05:00
parent 3f941517ea
commit 19c2b9580a
4 changed files with 156 additions and 51 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ template<typename FileSystem>
int test() {
const ox::std::uint16_t size = ~0;
ox::std::uint8_t volume[size];
FileSystem::format(volume, size);
FileSystem::format(volume, size, true);
return 0;
}