X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=default.cfg;h=69fbd6cbf3130dceb3d7a8b42c704ddbb038c923;hb=4c4549c822cca499e0815170c41587badb6b2a0f;hp=259b391b210dbde29adfe63d6652ebc590fd6fd3;hpb=2bf2a3c476971e54cae9d5899730feef608d44d3;p=eval.git diff --git a/default.cfg b/default.cfg index 259b391..69fbd6c 100644 --- a/default.cfg +++ b/default.cfg @@ -9,9 +9,10 @@ #Set("CONFIG_MOP" => 1); # If you are running a 64-bit Linux kernel, you need to build a 64-bit -# sandbox and decide whether your userspace is 32- or 64-bit. -Set("CONFIG_BOX_KERNEL_AMD64" => 1); -#Set("CONFIG_BOX_USER_AMD64" => 1); +# sandbox and decide whether your userspace is 32- or 64-bit. Both +# variables can be set to "i386", "amd64", or "auto" to auto-detect. +Set("CONFIG_BOX_KERNEL_ARCH" => "auto"); +Set("CONFIG_BOX_USER_ARCH" => "auto"); ### Hard-coded configuration parameters of the process isolator ###