Forgot to enable the /bin /dev hack in sortix/fs/ramfs.cpp.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-03-11 17:30:13 +01:00
parent cadac5ce2a
commit f45cf8327a
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ namespace Sortix
return true;
}
const bool BINDEVHACK = false;
const bool BINDEVHACK = true;
size_t DevRAMFS::GetNumFiles()
{