diff --git a/sortix/fs/ramfs.cpp b/sortix/fs/ramfs.cpp index 5bc6b7bd..4a6a2138 100644 --- a/sortix/fs/ramfs.cpp +++ b/sortix/fs/ramfs.cpp @@ -337,7 +337,7 @@ namespace Sortix return true; } - const bool BINDEVHACK = false; + const bool BINDEVHACK = true; size_t DevRAMFS::GetNumFiles() {