X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=default.cfg;h=69fbd6cbf3130dceb3d7a8b42c704ddbb038c923;hb=51294bda789a13dd705a63e2db9a00b273d41df3;hp=259b391b210dbde29adfe63d6652ebc590fd6fd3;hpb=135161585dfa1f9c0048a9f93e69e0d460469f49;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 ###