From 39d85d4b53e52358ab1d09af522fdcafc3bf2e9e Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Wed, 29 Jul 2015 10:41:02 +0200 Subject: [PATCH] Added TODO for better cpu detection on != Win --- core/main/client/hardware.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/main/client/hardware.js b/core/main/client/hardware.js index 618615824..b418fa237 100644 --- a/core/main/client/hardware.js +++ b/core/main/client/hardware.js @@ -32,6 +32,8 @@ beef.hardware = { arch = 'x86'; } } + // TODO we can infer the OS is 64 bit, if we first detect the OS type (os.js). + // For example, if OSX is at least 10.7, most certainly is 64 bit. return arch; },