From f45cf8327a06529ba2a4e32cf077c530e72564cc Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 11 Mar 2012 17:30:13 +0100 Subject: [PATCH] Forgot to enable the /bin /dev hack in sortix/fs/ramfs.cpp. --- sortix/fs/ramfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {